Shades of Dark Cyan #0B958C
Tints of Dark Cyan #0B958C
RGB
CMYK
RGB Variations
Color information
#0B958C (or 0x0B958C) is known color: Dark Cyan. HEX triplet: 0B, 95 and 8C. RGB value is (11,149,140). Sum of RGB (Red+Green+Blue) = 11+149+140=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #0B958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B958C is #F46A73. Grayscale: #6A6A6A. Windows color (decimal): -16018036 or 9213195. OLE color: 9213195.
HSL color Cylindrical-coordinate representation of color #0B958C: hue angle of 176.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B958C is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 149 | 140 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.42 |
| HSL | 176.09º | 0.86% | 0.31% | - |
| HSV(B) | 176.09º | 0.93% | 0.58% | - |
| XYZ | 15.62 | 23.46 | 28.52 | - |
| YUV | 106.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 149 | 140 | 0.93 | 0 | 0.06 | 0.42 | 176.09 | 0.86 | 0.31 |
| Hex | B | 95 | 8C | 5D | 0 | 6 | 2A | B0 | 56 | 1F |
| Octal | 13 | 225 | 214 | 135 | 0 | 6 | 52 | 260 | 126 | 37 |
| Binary | 1011 | 10010101 | 10001100 | 1011101 | 0 | 110 | 101010 | 10110000 | 1010110 | 11111 |
Color Harmonies of #0B958C
Complementary color
Monochromatic Colors of #0B958C
Black with #0B958C
Text Example
Text Example
White with #0B958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B958C; }
p { color: rgb(11,149,140); }
H1.HeaderClassName
{
color: #0B958C;
}
.AnyTagClassName
{
color: #0B958C;
}
</style>
background-color css
<style>
a { background-color: #0B958C; }
a { background-color: rgb(11,149,140); }
div.DivClassName
{
background-color: #0B958C;
}
.BgClassName
{
background-color: #0B958C;
}
</style>
border-color css
<style>
span { border-color: #0B958C; }
span { border-color: rgb(11,149,140); }
td.TdClassName
{
border-color: #0B958C;
}
.TagClassName
{
border-color: #0B958C;
}
</style>