#0B8D80

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

Shades of Dark Cyan #0B8D80

Tints of Dark Cyan #0B8D80

Color information

#0B8D80 (or 0x0B8D80) is unknown color: approx Dark Cyan. HEX triplet: 0B, 8D and 80. RGB value is (11,141,128). Sum of RGB (Red+Green+Blue) = 11+141+128=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8D80 is #F4727F. Grayscale: #646464. Windows color (decimal): -16020096 or 8424715. OLE color: 8424715.

HSL color Cylindrical-coordinate representation of color #0B8D80: hue angle of 174º 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 #0B8D80 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB11141128-
CMYK0.9200.090.45
HSL174º85.53%29.8%-
HSV(B)174º92.2%55.29%-
XYZ13.5620.6823.7-
YUV100.65143.4364.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.93%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=3.93%
G=50.36%
B=45.71%

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
Decimal111411280.9200.090.4517485.5329.8
HexB8D805C092Dae561e
Octal132152001340115525612636
Binary1011100011011000000010111000100110110110101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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