Shades of Dark Cyan #008490
Tints of Dark Cyan #008490
RGB
CMYK
RGB Variations
Color information
#008490 (or 0x008490) is known color: Dark Cyan. HEX triplet: 00, 84 and 90. RGB value is (0,132,144). Sum of RGB (Red+Green+Blue) = 0+132+144=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #008490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008490 is #FF7B6F. Grayscale: #5D5D5D. Windows color (decimal): -16743280 or 9470976. OLE color: 9470976.
HSL color Cylindrical-coordinate representation of color #008490: hue angle of 185º 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 #008490 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 132 | 144 | - |
| CMYK | 1 | 0.08 | 0 | 0.44 |
| HSL | 185º | 1% | 0.28% | - |
| HSV(B) | 185º | 1% | 0.56% | - |
| XYZ | 13.29 | 18.52 | 29.26 | - |
| YUV | 93.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 144 | 1 | 0.08 | 0 | 0.44 | 185 | 1 | 0.28 |
| Hex | 0 | 84 | 90 | 64 | 8 | 0 | 2C | B9 | 64 | 1C |
| Octal | 0 | 204 | 220 | 144 | 10 | 0 | 54 | 271 | 144 | 34 |
| Binary | 0 | 10000100 | 10010000 | 1100100 | 1000 | 0 | 101100 | 10111001 | 1100100 | 11100 |
Color Harmonies of #008490
Complementary color
Monochromatic Colors of #008490
Black with #008490
Text Example
Text Example
White with #008490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008490; }
p { color: rgb(0,132,144); }
H1.HeaderClassName
{
color: #008490;
}
.AnyTagClassName
{
color: #008490;
}
</style>
background-color css
<style>
a { background-color: #008490; }
a { background-color: rgb(0,132,144); }
div.DivClassName
{
background-color: #008490;
}
.BgClassName
{
background-color: #008490;
}
</style>
border-color css
<style>
span { border-color: #008490; }
span { border-color: rgb(0,132,144); }
td.TdClassName
{
border-color: #008490;
}
.TagClassName
{
border-color: #008490;
}
</style>