Shades of Dark Cyan #009488
Tints of Dark Cyan #009488
RGB
CMYK
RGB Variations
Color information
#009488 (or 0x009488) is known color: Dark Cyan. HEX triplet: 00, 94 and 88. RGB value is (0,148,136). Sum of RGB (Red+Green+Blue) = 0+148+136=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #009488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009488 is #FF6B77. Grayscale: #666666. Windows color (decimal): -16739192 or 8950784. OLE color: 8950784.
HSL color Cylindrical-coordinate representation of color #009488: hue angle of 175.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009488 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 136 | - |
| CMYK | 1 | 0 | 0.08 | 0.42 |
| HSL | 175.14º | 1% | 0.29% | - |
| HSV(B) | 175.14º | 1% | 0.58% | - |
| XYZ | 15.03 | 22.96 | 26.93 | - |
| YUV | 102.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 136 | 1 | 0 | 0.08 | 0.42 | 175.14 | 1 | 0.29 |
| Hex | 0 | 94 | 88 | 64 | 0 | 8 | 2A | AF | 64 | 1D |
| Octal | 0 | 224 | 210 | 144 | 0 | 10 | 52 | 257 | 144 | 35 |
| Binary | 0 | 10010100 | 10001000 | 1100100 | 0 | 1000 | 101010 | 10101111 | 1100100 | 11101 |
Color Harmonies of #009488
Complementary color
Monochromatic Colors of #009488
Black with #009488
Text Example
Text Example
White with #009488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009488; }
p { color: rgb(0,148,136); }
H1.HeaderClassName
{
color: #009488;
}
.AnyTagClassName
{
color: #009488;
}
</style>
background-color css
<style>
a { background-color: #009488; }
a { background-color: rgb(0,148,136); }
div.DivClassName
{
background-color: #009488;
}
.BgClassName
{
background-color: #009488;
}
</style>
border-color css
<style>
span { border-color: #009488; }
span { border-color: rgb(0,148,136); }
td.TdClassName
{
border-color: #009488;
}
.TagClassName
{
border-color: #009488;
}
</style>