Shades of Dark Cyan #009494
Tints of Dark Cyan #009494
RGB
CMYK
RGB Variations
Color information
#009494 (or 0x009494) is known color: Dark Cyan. HEX triplet: 00, 94 and 94. RGB value is (0,148,148). Sum of RGB (Red+Green+Blue) = 0+148+148=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #009494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009494 is #FF6B6B. Grayscale: #676767. Windows color (decimal): -16739180 or 9737216. OLE color: 9737216.
HSL color Cylindrical-coordinate representation of color #009494: hue angle of 180º 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 #009494 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 148 | - |
| CMYK | 1 | 0 | 0 | 0.42 |
| HSL | 180º | 1% | 0.29% | - |
| HSV(B) | 180º | 1% | 0.58% | - |
| XYZ | 15.94 | 23.32 | 31.68 | - |
| YUV | 103.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 148 | 1 | 0 | 0 | 0.42 | 180 | 1 | 0.29 |
| Hex | 0 | 94 | 94 | 64 | 0 | 0 | 2A | B4 | 64 | 1D |
| Octal | 0 | 224 | 224 | 144 | 0 | 0 | 52 | 264 | 144 | 35 |
| Binary | 0 | 10010100 | 10010100 | 1100100 | 0 | 0 | 101010 | 10110100 | 1100100 | 11101 |
Color Harmonies of #009494
Complementary color
Monochromatic Colors of #009494
Black with #009494
Text Example
Text Example
White with #009494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009494; }
p { color: rgb(0,148,148); }
H1.HeaderClassName
{
color: #009494;
}
.AnyTagClassName
{
color: #009494;
}
</style>
background-color css
<style>
a { background-color: #009494; }
a { background-color: rgb(0,148,148); }
div.DivClassName
{
background-color: #009494;
}
.BgClassName
{
background-color: #009494;
}
</style>
border-color css
<style>
span { border-color: #009494; }
span { border-color: rgb(0,148,148); }
td.TdClassName
{
border-color: #009494;
}
.TagClassName
{
border-color: #009494;
}
</style>