Shades of Dark Cyan #0B8C92
Tints of Dark Cyan #0B8C92
RGB
CMYK
RGB Variations
Color information
#0B8C92 (or 0x0B8C92) is known color: Dark Cyan. HEX triplet: 0B, 8C and 92. RGB value is (11,140,146). Sum of RGB (Red+Green+Blue) = 11+140+146=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B8C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8C92 is #F4736D. Grayscale: #656565. Windows color (decimal): -16020334 or 9604107. OLE color: 9604107.
HSL color Cylindrical-coordinate representation of color #0B8C92: hue angle of 182.67º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8C92 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 140 | 146 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.43 |
| HSL | 182.67º | 0.86% | 0.31% | - |
| HSV(B) | 182.67º | 0.92% | 0.57% | - |
| XYZ | 14.7 | 20.9 | 30.45 | - |
| YUV | 102.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 146 | 0.92 | 0.04 | 0 | 0.43 | 182.67 | 0.86 | 0.31 |
| Hex | B | 8C | 92 | 5C | 4 | 0 | 2B | B7 | 56 | 1F |
| Octal | 13 | 214 | 222 | 134 | 4 | 0 | 53 | 267 | 126 | 37 |
| Binary | 1011 | 10001100 | 10010010 | 1011100 | 100 | 0 | 101011 | 10110111 | 1010110 | 11111 |
Color Harmonies of #0B8C92
Complementary color
Monochromatic Colors of #0B8C92
Black with #0B8C92
Text Example
Text Example
White with #0B8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8C92; }
p { color: rgb(11,140,146); }
H1.HeaderClassName
{
color: #0B8C92;
}
.AnyTagClassName
{
color: #0B8C92;
}
</style>
background-color css
<style>
a { background-color: #0B8C92; }
a { background-color: rgb(11,140,146); }
div.DivClassName
{
background-color: #0B8C92;
}
.BgClassName
{
background-color: #0B8C92;
}
</style>
border-color css
<style>
span { border-color: #0B8C92; }
span { border-color: rgb(11,140,146); }
td.TdClassName
{
border-color: #0B8C92;
}
.TagClassName
{
border-color: #0B8C92;
}
</style>