Shades of Dark Cyan #0B928B
Tints of Dark Cyan #0B928B
RGB
CMYK
RGB Variations
Color information
#0B928B (or 0x0B928B) is known color: Dark Cyan. HEX triplet: 0B, 92 and 8B. RGB value is (11,146,139). Sum of RGB (Red+Green+Blue) = 11+146+139=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #0B928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B928B is #F46D74. Grayscale: #686868. Windows color (decimal): -16018805 or 9146891. OLE color: 9146891.
HSL color Cylindrical-coordinate representation of color #0B928B: hue angle of 176.89º 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 #0B928B is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 139 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.43 |
| HSL | 176.89º | 0.86% | 0.31% | - |
| HSV(B) | 176.89º | 0.92% | 0.57% | - |
| XYZ | 15.08 | 22.49 | 27.97 | - |
| YUV | 104.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 139 | 0.92 | 0 | 0.05 | 0.43 | 176.89 | 0.86 | 0.31 |
| Hex | B | 92 | 8B | 5C | 0 | 5 | 2B | B1 | 56 | 1F |
| Octal | 13 | 222 | 213 | 134 | 0 | 5 | 53 | 261 | 126 | 37 |
| Binary | 1011 | 10010010 | 10001011 | 1011100 | 0 | 101 | 101011 | 10110001 | 1010110 | 11111 |
Color Harmonies of #0B928B
Complementary color
Monochromatic Colors of #0B928B
Black with #0B928B
Text Example
Text Example
White with #0B928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B928B; }
p { color: rgb(11,146,139); }
H1.HeaderClassName
{
color: #0B928B;
}
.AnyTagClassName
{
color: #0B928B;
}
</style>
background-color css
<style>
a { background-color: #0B928B; }
a { background-color: rgb(11,146,139); }
div.DivClassName
{
background-color: #0B928B;
}
.BgClassName
{
background-color: #0B928B;
}
</style>
border-color css
<style>
span { border-color: #0B928B; }
span { border-color: rgb(11,146,139); }
td.TdClassName
{
border-color: #0B928B;
}
.TagClassName
{
border-color: #0B928B;
}
</style>