Shades of Dark Cyan #0B928E
Tints of Dark Cyan #0B928E
RGB
CMYK
RGB Variations
Color information
#0B928E (or 0x0B928E) is known color: Dark Cyan. HEX triplet: 0B, 92 and 8E. RGB value is (11,146,142). Sum of RGB (Red+Green+Blue) = 11+146+142=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #0B928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B928E is #F46D71. Grayscale: #696969. Windows color (decimal): -16018802 or 9343499. OLE color: 9343499.
HSL color Cylindrical-coordinate representation of color #0B928E: hue angle of 178.22º 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 #0B928E is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 142 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.43 |
| HSL | 178.22º | 0.86% | 0.31% | - |
| HSV(B) | 178.22º | 0.92% | 0.57% | - |
| XYZ | 15.3 | 22.58 | 29.14 | - |
| YUV | 105.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 142 | 0.92 | 0 | 0.03 | 0.43 | 178.22 | 0.86 | 0.31 |
| Hex | B | 92 | 8E | 5C | 0 | 3 | 2B | B2 | 56 | 1F |
| Octal | 13 | 222 | 216 | 134 | 0 | 3 | 53 | 262 | 126 | 37 |
| Binary | 1011 | 10010010 | 10001110 | 1011100 | 0 | 11 | 101011 | 10110010 | 1010110 | 11111 |
Color Harmonies of #0B928E
Complementary color
Monochromatic Colors of #0B928E
Black with #0B928E
Text Example
Text Example
White with #0B928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B928E; }
p { color: rgb(11,146,142); }
H1.HeaderClassName
{
color: #0B928E;
}
.AnyTagClassName
{
color: #0B928E;
}
</style>
background-color css
<style>
a { background-color: #0B928E; }
a { background-color: rgb(11,146,142); }
div.DivClassName
{
background-color: #0B928E;
}
.BgClassName
{
background-color: #0B928E;
}
</style>
border-color css
<style>
span { border-color: #0B928E; }
span { border-color: rgb(11,146,142); }
td.TdClassName
{
border-color: #0B928E;
}
.TagClassName
{
border-color: #0B928E;
}
</style>