Shades of Dark Cyan #0B9089
Tints of Dark Cyan #0B9089
RGB
CMYK
RGB Variations
Color information
#0B9089 (or 0x0B9089) is known color: Dark Cyan. HEX triplet: 0B, 90 and 89. RGB value is (11,144,137). Sum of RGB (Red+Green+Blue) = 11+144+137=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #0B9089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9089 is #F46F76. Grayscale: #676767. Windows color (decimal): -16019319 or 9015307. OLE color: 9015307.
HSL color Cylindrical-coordinate representation of color #0B9089: hue angle of 176.84º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9089 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 137 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.44 |
| HSL | 176.84º | 0.86% | 0.3% | - |
| HSV(B) | 176.84º | 0.92% | 0.56% | - |
| XYZ | 14.63 | 21.82 | 27.11 | - |
| YUV | 103.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 137 | 0.92 | 0 | 0.05 | 0.44 | 176.84 | 0.86 | 0.3 |
| Hex | B | 90 | 89 | 5C | 0 | 5 | 2C | B1 | 56 | 1E |
| Octal | 13 | 220 | 211 | 134 | 0 | 5 | 54 | 261 | 126 | 36 |
| Binary | 1011 | 10010000 | 10001001 | 1011100 | 0 | 101 | 101100 | 10110001 | 1010110 | 11110 |
Color Harmonies of #0B9089
Complementary color
Monochromatic Colors of #0B9089
Black with #0B9089
Text Example
Text Example
White with #0B9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9089; }
p { color: rgb(11,144,137); }
H1.HeaderClassName
{
color: #0B9089;
}
.AnyTagClassName
{
color: #0B9089;
}
</style>
background-color css
<style>
a { background-color: #0B9089; }
a { background-color: rgb(11,144,137); }
div.DivClassName
{
background-color: #0B9089;
}
.BgClassName
{
background-color: #0B9089;
}
</style>
border-color css
<style>
span { border-color: #0B9089; }
span { border-color: rgb(11,144,137); }
td.TdClassName
{
border-color: #0B9089;
}
.TagClassName
{
border-color: #0B9089;
}
</style>