Shades of Dark Cyan #0B848B
Tints of Dark Cyan #0B848B
RGB
CMYK
RGB Variations
Color information
#0B848B (or 0x0B848B) is known color: Dark Cyan. HEX triplet: 0B, 84 and 8B. RGB value is (11,132,139). Sum of RGB (Red+Green+Blue) = 11+132+139=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B848B is #F47B74. Grayscale: #606060. Windows color (decimal): -16022389 or 9143307. OLE color: 9143307.
HSL color Cylindrical-coordinate representation of color #0B848B: hue angle of 183.28º 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 #0B848B is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 132 | 139 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.45 |
| HSL | 183.28º | 0.85% | 0.29% | - |
| HSV(B) | 183.28º | 0.92% | 0.55% | - |
| XYZ | 13.05 | 18.44 | 27.3 | - |
| YUV | 96.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 139 | 0.92 | 0.05 | 0 | 0.45 | 183.28 | 0.85 | 0.29 |
| Hex | B | 84 | 8B | 5C | 5 | 0 | 2D | B7 | 55 | 1D |
| Octal | 13 | 204 | 213 | 134 | 5 | 0 | 55 | 267 | 125 | 35 |
| Binary | 1011 | 10000100 | 10001011 | 1011100 | 101 | 0 | 101101 | 10110111 | 1010101 | 11101 |
Color Harmonies of #0B848B
Complementary color
Monochromatic Colors of #0B848B
Black with #0B848B
Text Example
Text Example
White with #0B848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B848B; }
p { color: rgb(11,132,139); }
H1.HeaderClassName
{
color: #0B848B;
}
.AnyTagClassName
{
color: #0B848B;
}
</style>
background-color css
<style>
a { background-color: #0B848B; }
a { background-color: rgb(11,132,139); }
div.DivClassName
{
background-color: #0B848B;
}
.BgClassName
{
background-color: #0B848B;
}
</style>
border-color css
<style>
span { border-color: #0B848B; }
span { border-color: rgb(11,132,139); }
td.TdClassName
{
border-color: #0B848B;
}
.TagClassName
{
border-color: #0B848B;
}
</style>