Shades of Dark Cyan #0B8885
Tints of Dark Cyan #0B8885
RGB
CMYK
RGB Variations
Color information
#0B8885 (or 0x0B8885) is known color: Dark Cyan. HEX triplet: 0B, 88 and 85. RGB value is (11,136,133). Sum of RGB (Red+Green+Blue) = 11+136+133=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8885 is #F4777A. Grayscale: #626262. Windows color (decimal): -16021371 or 8751115. OLE color: 8751115.
HSL color Cylindrical-coordinate representation of color #0B8885: hue angle of 178.56º 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 #0B8885 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 133 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.47 |
| HSL | 178.56º | 0.85% | 0.29% | - |
| HSV(B) | 178.56º | 0.92% | 0.53% | - |
| XYZ | 13.18 | 19.37 | 25.24 | - |
| YUV | 98.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 133 | 0.92 | 0 | 0.02 | 0.47 | 178.56 | 0.85 | 0.29 |
| Hex | B | 88 | 85 | 5C | 0 | 2 | 2F | B3 | 55 | 1D |
| Octal | 13 | 210 | 205 | 134 | 0 | 2 | 57 | 263 | 125 | 35 |
| Binary | 1011 | 10001000 | 10000101 | 1011100 | 0 | 10 | 101111 | 10110011 | 1010101 | 11101 |
Color Harmonies of #0B8885
Complementary color
Monochromatic Colors of #0B8885
Black with #0B8885
Text Example
Text Example
White with #0B8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8885; }
p { color: rgb(11,136,133); }
H1.HeaderClassName
{
color: #0B8885;
}
.AnyTagClassName
{
color: #0B8885;
}
</style>
background-color css
<style>
a { background-color: #0B8885; }
a { background-color: rgb(11,136,133); }
div.DivClassName
{
background-color: #0B8885;
}
.BgClassName
{
background-color: #0B8885;
}
</style>
border-color css
<style>
span { border-color: #0B8885; }
span { border-color: rgb(11,136,133); }
td.TdClassName
{
border-color: #0B8885;
}
.TagClassName
{
border-color: #0B8885;
}
</style>