Shades of Dark Cyan #009088
Tints of Dark Cyan #009088
RGB
CMYK
RGB Variations
Color information
#009088 (or 0x009088) is known color: Dark Cyan. HEX triplet: 00, 90 and 88. RGB value is (0,144,136). Sum of RGB (Red+Green+Blue) = 0+144+136=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #009088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009088 is #FF6F77. Grayscale: #636363. Windows color (decimal): -16740216 or 8949760. OLE color: 8949760.
HSL color Cylindrical-coordinate representation of color #009088: hue angle of 176.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009088 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 136 | - |
| CMYK | 1 | 0 | 0.06 | 0.44 |
| HSL | 176.67º | 1% | 0.28% | - |
| HSV(B) | 176.67º | 1% | 0.56% | - |
| XYZ | 14.42 | 21.72 | 26.73 | - |
| YUV | 100.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 136 | 1 | 0 | 0.06 | 0.44 | 176.67 | 1 | 0.28 |
| Hex | 0 | 90 | 88 | 64 | 0 | 6 | 2C | B1 | 64 | 1C |
| Octal | 0 | 220 | 210 | 144 | 0 | 6 | 54 | 261 | 144 | 34 |
| Binary | 0 | 10010000 | 10001000 | 1100100 | 0 | 110 | 101100 | 10110001 | 1100100 | 11100 |
Color Harmonies of #009088
Complementary color
Monochromatic Colors of #009088
Black with #009088
Text Example
Text Example
White with #009088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009088; }
p { color: rgb(0,144,136); }
H1.HeaderClassName
{
color: #009088;
}
.AnyTagClassName
{
color: #009088;
}
</style>
background-color css
<style>
a { background-color: #009088; }
a { background-color: rgb(0,144,136); }
div.DivClassName
{
background-color: #009088;
}
.BgClassName
{
background-color: #009088;
}
</style>
border-color css
<style>
span { border-color: #009088; }
span { border-color: rgb(0,144,136); }
td.TdClassName
{
border-color: #009088;
}
.TagClassName
{
border-color: #009088;
}
</style>