Shades of Dark Cyan #0B858B
Tints of Dark Cyan #0B858B
RGB
CMYK
RGB Variations
Color information
#0B858B (or 0x0B858B) is known color: Dark Cyan. HEX triplet: 0B, 85 and 8B. RGB value is (11,133,139). Sum of RGB (Red+Green+Blue) = 11+133+139=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B858B is #F47A74. Grayscale: #616161. Windows color (decimal): -16022133 or 9143563. OLE color: 9143563.
HSL color Cylindrical-coordinate representation of color #0B858B: hue angle of 182.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B858B is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 133 | 139 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.45 |
| HSL | 182.81º | 0.85% | 0.29% | - |
| HSV(B) | 182.81º | 0.92% | 0.55% | - |
| XYZ | 13.19 | 18.71 | 27.34 | - |
| YUV | 97.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 139 | 0.92 | 0.04 | 0 | 0.45 | 182.81 | 0.85 | 0.29 |
| Hex | B | 85 | 8B | 5C | 4 | 0 | 2D | B7 | 55 | 1D |
| Octal | 13 | 205 | 213 | 134 | 4 | 0 | 55 | 267 | 125 | 35 |
| Binary | 1011 | 10000101 | 10001011 | 1011100 | 100 | 0 | 101101 | 10110111 | 1010101 | 11101 |
Color Harmonies of #0B858B
Complementary color
Monochromatic Colors of #0B858B
Black with #0B858B
Text Example
Text Example
White with #0B858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B858B; }
p { color: rgb(11,133,139); }
H1.HeaderClassName
{
color: #0B858B;
}
.AnyTagClassName
{
color: #0B858B;
}
</style>
background-color css
<style>
a { background-color: #0B858B; }
a { background-color: rgb(11,133,139); }
div.DivClassName
{
background-color: #0B858B;
}
.BgClassName
{
background-color: #0B858B;
}
</style>
border-color css
<style>
span { border-color: #0B858B; }
span { border-color: rgb(11,133,139); }
td.TdClassName
{
border-color: #0B858B;
}
.TagClassName
{
border-color: #0B858B;
}
</style>