Shades of Dark Cyan #00928E
Tints of Dark Cyan #00928E
RGB
CMYK
RGB Variations
Color information
#00928E (or 0x00928E) is known color: Dark Cyan. HEX triplet: 00, 92 and 8E. RGB value is (0,146,142). Sum of RGB (Red+Green+Blue) = 0+146+142=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #00928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00928E is #FF6D71. Grayscale: #656565. Windows color (decimal): -16739698 or 9343488. OLE color: 9343488.
HSL color Cylindrical-coordinate representation of color #00928E: hue angle of 178.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00928E is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 142 | - |
| CMYK | 1 | 0 | 0.03 | 0.43 |
| HSL | 178.36º | 1% | 0.29% | - |
| HSV(B) | 178.36º | 1% | 0.57% | - |
| XYZ | 15.16 | 22.51 | 29.14 | - |
| YUV | 101.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 142 | 1 | 0 | 0.03 | 0.43 | 178.36 | 1 | 0.29 |
| Hex | 0 | 92 | 8E | 64 | 0 | 3 | 2B | B2 | 64 | 1D |
| Octal | 0 | 222 | 216 | 144 | 0 | 3 | 53 | 262 | 144 | 35 |
| Binary | 0 | 10010010 | 10001110 | 1100100 | 0 | 11 | 101011 | 10110010 | 1100100 | 11101 |
Color Harmonies of #00928E
Complementary color
Monochromatic Colors of #00928E
Black with #00928E
Text Example
Text Example
White with #00928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00928E; }
p { color: rgb(0,146,142); }
H1.HeaderClassName
{
color: #00928E;
}
.AnyTagClassName
{
color: #00928E;
}
</style>
background-color css
<style>
a { background-color: #00928E; }
a { background-color: rgb(0,146,142); }
div.DivClassName
{
background-color: #00928E;
}
.BgClassName
{
background-color: #00928E;
}
</style>
border-color css
<style>
span { border-color: #00928E; }
span { border-color: rgb(0,146,142); }
td.TdClassName
{
border-color: #00928E;
}
.TagClassName
{
border-color: #00928E;
}
</style>