Shades of Dark Cyan #0B8884
Tints of Dark Cyan #0B8884
RGB
CMYK
RGB Variations
Color information
#0B8884 (or 0x0B8884) is known color: Dark Cyan. HEX triplet: 0B, 88 and 84. RGB value is (11,136,132). Sum of RGB (Red+Green+Blue) = 11+136+132=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8884 is #F4777B. Grayscale: #626262. Windows color (decimal): -16021372 or 8685579. OLE color: 8685579.
HSL color Cylindrical-coordinate representation of color #0B8884: hue angle of 178.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8884 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 132 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.47 |
| HSL | 178.08º | 0.85% | 0.29% | - |
| HSV(B) | 178.08º | 0.92% | 0.53% | - |
| XYZ | 13.11 | 19.35 | 24.87 | - |
| YUV | 98.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 132 | 0.92 | 0 | 0.03 | 0.47 | 178.08 | 0.85 | 0.29 |
| Hex | B | 88 | 84 | 5C | 0 | 3 | 2F | B2 | 55 | 1D |
| Octal | 13 | 210 | 204 | 134 | 0 | 3 | 57 | 262 | 125 | 35 |
| Binary | 1011 | 10001000 | 10000100 | 1011100 | 0 | 11 | 101111 | 10110010 | 1010101 | 11101 |
Color Harmonies of #0B8884
Complementary color
Monochromatic Colors of #0B8884
Black with #0B8884
Text Example
Text Example
White with #0B8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8884; }
p { color: rgb(11,136,132); }
H1.HeaderClassName
{
color: #0B8884;
}
.AnyTagClassName
{
color: #0B8884;
}
</style>
background-color css
<style>
a { background-color: #0B8884; }
a { background-color: rgb(11,136,132); }
div.DivClassName
{
background-color: #0B8884;
}
.BgClassName
{
background-color: #0B8884;
}
</style>
border-color css
<style>
span { border-color: #0B8884; }
span { border-color: rgb(11,136,132); }
td.TdClassName
{
border-color: #0B8884;
}
.TagClassName
{
border-color: #0B8884;
}
</style>