Html Css Color HEX #009181 Dark Cyan

📋 copy color: '#009181'

red 0 ◦ green 145 ◦ blue 129

#009181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #009181

Tints of Dark Cyan #009181

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 145 (57.03% from 255) = 52.92%

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 0%
G = 52.92%
B = 47.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#009181 (or 0x009181) is known color: Dark Cyan. HEX triplet: 00, 91 and 81. RGB value is (0,145,129). Sum of RGB (Red+Green+Blue) = 0+145+129=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #009181 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009181 is #FF6E7E. Grayscale: #636363. Windows color (decimal): -16739967 or 8491264. OLE color: 8491264.

HSL color Cylindrical-coordinate representation of color #009181: hue angle of 173.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009181 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 129 -
CMYK 1 0 0.11 0.43
HSL 173.38º 1% 0.28% -
HSV(B) 173.38º 1% 0.57% -
XYZ 14.09 21.84 24.24 -
YUV 99.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 0 145 129 1 0 0.11 0.43 173.38 1 0.28
Hex 0 91 81 64 0 B 2B AD 64 1C
Octal 0 221 201 144 0 13 53 255 144 34
Binary 0 10010001 10000001 1100100 0 1011 101011 10101101 1100100 11100

Color Harmonies of #009181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009181

Black with #009181

Text Example


Text Example

White with #009181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009181; }

 p { color: rgb(0,145,129); }

 H1.HeaderClassName
 {
   color: #009181;
 }
 .AnyTagClassName
 {
   color: #009181;
 }
</style>

background-color css

<style>
 a { background-color: #009181; }

 a { background-color: rgb(0,145,129); }

 div.DivClassName
 {
   background-color: #009181;
 }
 .BgClassName
 {
   background-color: #009181;
 }
</style>

border-color css

<style>
 span { border-color: #009181; }

 span { border-color: rgb(0,145,129); }

 td.TdClassName
 {
   border-color: #009181;
 }
 .TagClassName
 {
   border-color: #009181;
 }
</style>