Shades of Dark Cyan #0B9180
Tints of Dark Cyan #0B9180
RGB
CMYK
RGB Variations
Color information
#0B9180 (or 0x0B9180) is known color: Dark Cyan. HEX triplet: 0B, 91 and 80. RGB value is (11,145,128). Sum of RGB (Red+Green+Blue) = 11+145+128=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #0B9180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9180 is #F46E7F. Grayscale: #666666. Windows color (decimal): -16019072 or 8425739. OLE color: 8425739.
HSL color Cylindrical-coordinate representation of color #0B9180: hue angle of 172.39º 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 #0B9180 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 145 | 128 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.43 |
| HSL | 172.39º | 0.86% | 0.31% | - |
| HSV(B) | 172.39º | 0.92% | 0.57% | - |
| XYZ | 14.16 | 21.88 | 23.9 | - |
| YUV | 103 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 128 | 0.92 | 0 | 0.12 | 0.43 | 172.39 | 0.86 | 0.31 |
| Hex | B | 91 | 80 | 5C | 0 | C | 2B | AC | 56 | 1F |
| Octal | 13 | 221 | 200 | 134 | 0 | 14 | 53 | 254 | 126 | 37 |
| Binary | 1011 | 10010001 | 10000000 | 1011100 | 0 | 1100 | 101011 | 10101100 | 1010110 | 11111 |
Color Harmonies of #0B9180
Complementary color
Monochromatic Colors of #0B9180
Black with #0B9180
Text Example
Text Example
White with #0B9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9180; }
p { color: rgb(11,145,128); }
H1.HeaderClassName
{
color: #0B9180;
}
.AnyTagClassName
{
color: #0B9180;
}
</style>
background-color css
<style>
a { background-color: #0B9180; }
a { background-color: rgb(11,145,128); }
div.DivClassName
{
background-color: #0B9180;
}
.BgClassName
{
background-color: #0B9180;
}
</style>
border-color css
<style>
span { border-color: #0B9180; }
span { border-color: rgb(11,145,128); }
td.TdClassName
{
border-color: #0B9180;
}
.TagClassName
{
border-color: #0B9180;
}
</style>