Shades of Dark Cyan #08928B
Tints of Dark Cyan #08928B
RGB
CMYK
RGB Variations
Color information
#08928B (or 0x08928B) is known color: Dark Cyan. HEX triplet: 08, 92 and 8B. RGB value is (8,146,139). Sum of RGB (Red+Green+Blue) = 8+146+139=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #08928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08928B is #F76D74. Grayscale: #676767. Windows color (decimal): -16215413 or 9146888. OLE color: 9146888.
HSL color Cylindrical-coordinate representation of color #08928B: hue angle of 176.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08928B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 139 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.43 |
| HSL | 176.96º | 0.9% | 0.3% | - |
| HSV(B) | 176.96º | 0.95% | 0.57% | - |
| XYZ | 15.04 | 22.47 | 27.97 | - |
| YUV | 103.94 | 147.78 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 139 | 0.95 | 0 | 0.05 | 0.43 | 176.96 | 0.9 | 0.3 |
| Hex | 8 | 92 | 8B | 5F | 0 | 5 | 2B | B1 | 5A | 1E |
| Octal | 10 | 222 | 213 | 137 | 0 | 5 | 53 | 261 | 132 | 36 |
| Binary | 1000 | 10010010 | 10001011 | 1011111 | 0 | 101 | 101011 | 10110001 | 1011010 | 11110 |
Color Harmonies of #08928B
Complementary color
Monochromatic Colors of #08928B
Black with #08928B
Text Example
Text Example
White with #08928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08928B; }
p { color: rgb(8,146,139); }
H1.HeaderClassName
{
color: #08928B;
}
.AnyTagClassName
{
color: #08928B;
}
</style>
background-color css
<style>
a { background-color: #08928B; }
a { background-color: rgb(8,146,139); }
div.DivClassName
{
background-color: #08928B;
}
.BgClassName
{
background-color: #08928B;
}
</style>
border-color css
<style>
span { border-color: #08928B; }
span { border-color: rgb(8,146,139); }
td.TdClassName
{
border-color: #08928B;
}
.TagClassName
{
border-color: #08928B;
}
</style>