Hex #009199 Color

#009199
equivalent to

RGB

(0, 145, 153)

Details of #009199

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
15.8752
0.51
1.00
54.6065
22.5507
183°
47.4876
145
22.5507
1.00
0.05
-28.9810
0.2202
100°
-23.4302
153
33.6530
0.30
0.00   0.40
-13.4879
0.3129
60°
-8.7610

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
10010001
221
145
91
Blue
10011001
231
153
99

RGB in % of #009199

%0.00
%48.66
%51.34

CMYK in % of #009199

%100
%5
%0
%40

Triads of color #009199

#009199 #919900 #990099

Similar Colors to #009199

#009199 #009955 #004599

Preview Color #009199 on black ground

#009199 is very interesting for text.

Preview Color #009199 on white ground

#009199 is very interesting for text.

CSS Codes #009199 color

.mybgcolor {background-color:#009199; }
.myforecolor {color:#009199; }
.mybordercolor {border:3px solid #009199; }

Text Font Color #009199

<p style="color:#009199">Text here</p>

This sample text font color is #009199
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #009199

<div style="background-color:#009199">
Div content here</div>

This div background color is #009199


Border Color #009199

<div style="border:3px solid #009199">
Div here</div>

The color of this border is #009199


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #009199; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #009199;
-webkit-box-shadow: 1px 1px 3px 2px #009199;
box-shadow:         1px 1px 3px 2px #009199; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #009199">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #009199;
  -webkit-box-shadow: 1px 1px 3px 2px #009199;
  box-shadow:         1px 1px 3px 2px #009199;">
Div content here</div>

The shadow of div box using color #009199