Shades of Dark Cyan #0B808C
Tints of Dark Cyan #0B808C
RGB
CMYK
RGB Variations
Color information
#0B808C (or 0x0B808C) is known color: Dark Cyan. HEX triplet: 0B, 80 and 8C. RGB value is (11,128,140). Sum of RGB (Red+Green+Blue) = 11+128+140=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B808C is #F47F73. Grayscale: #5E5E5E. Windows color (decimal): -16023412 or 9207819. OLE color: 9207819.
HSL color Cylindrical-coordinate representation of color #0B808C: hue angle of 185.58º degrees, saturation: 0.85, 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 #0B808C is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 128 | 140 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.45 |
| HSL | 185.58º | 0.85% | 0.3% | - |
| HSV(B) | 185.58º | 0.92% | 0.55% | - |
| XYZ | 12.59 | 17.4 | 27.51 | - |
| YUV | 94.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 128 | 140 | 0.92 | 0.09 | 0 | 0.45 | 185.58 | 0.85 | 0.3 |
| Hex | B | 80 | 8C | 5C | 9 | 0 | 2D | BA | 55 | 1E |
| Octal | 13 | 200 | 214 | 134 | 11 | 0 | 55 | 272 | 125 | 36 |
| Binary | 1011 | 10000000 | 10001100 | 1011100 | 1001 | 0 | 101101 | 10111010 | 1010101 | 11110 |
Color Harmonies of #0B808C
Complementary color
Monochromatic Colors of #0B808C
Black with #0B808C
Text Example
Text Example
White with #0B808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B808C; }
p { color: rgb(11,128,140); }
H1.HeaderClassName
{
color: #0B808C;
}
.AnyTagClassName
{
color: #0B808C;
}
</style>
background-color css
<style>
a { background-color: #0B808C; }
a { background-color: rgb(11,128,140); }
div.DivClassName
{
background-color: #0B808C;
}
.BgClassName
{
background-color: #0B808C;
}
</style>
border-color css
<style>
span { border-color: #0B808C; }
span { border-color: rgb(11,128,140); }
td.TdClassName
{
border-color: #0B808C;
}
.TagClassName
{
border-color: #0B808C;
}
</style>