#0B8D81

Color #0B8D81 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0B8D81

Tints of Dark Cyan #0B8D81

Color information

#0B8D81 (or 0x0B8D81) is unknown color: approx Dark Cyan. HEX triplet: 0B, 8D and 81. RGB value is (11,141,129). Sum of RGB (Red+Green+Blue) = 11+141+129=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8D81 is #F4727E. Grayscale: #646464. Windows color (decimal): -16020095 or 8490251. OLE color: 8490251.

HSL color Cylindrical-coordinate representation of color #0B8D81: hue angle of 174.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8D81 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB11141129-
CMYK0.9200.090.45
HSL174.46º85.53%29.8%-
HSV(B)174.46º92.2%55.29%-
XYZ13.6320.7124.05-
YUV100.76143.9363.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.91%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=3.91%
G=50.18%
B=45.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111411290.9200.090.45174.4685.5329.8
HexB8D815C092Dae561e
Octal132152011340115525612636
Binary1011100011011000000110111000100110110110101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8D81; }

 p { color: rgb(11,141,129); }

 H1.HeaderClassName
 {
   color: #0B8D81;
 }
 .AnyTagClassName
 {
   color: #0B8D81;
 }
</style>
background-color css

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

 a { background-color: rgb(11,141,129); }

 div.DivClassName
 {
   background-color: #0B8D81;
 }
 .BgClassName
 {
   background-color: #0B8D81;
 }
</style>
border-color css

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

 span { border-color: rgb(11,141,129); }

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