Shades of Dark Cyan #029584
Tints of Dark Cyan #029584
RGB
CMYK
RGB Variations
Color information
#029584 (or 0x029584) is known color: Dark Cyan. HEX triplet: 02, 95 and 84. RGB value is (2,149,132). Sum of RGB (Red+Green+Blue) = 2+149+132=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #029584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029584 is #FD6A7B. Grayscale: #676767. Windows color (decimal): -16607868 or 8688898. OLE color: 8688898.
HSL color Cylindrical-coordinate representation of color #029584: hue angle of 173.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029584 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 149 | 132 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.42 |
| HSL | 173.06º | 0.97% | 0.3% | - |
| HSV(B) | 173.06º | 0.99% | 0.58% | - |
| XYZ | 14.94 | 23.17 | 25.52 | - |
| YUV | 103.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 132 | 0.99 | 0 | 0.11 | 0.42 | 173.06 | 0.97 | 0.3 |
| Hex | 2 | 95 | 84 | 63 | 0 | B | 2A | AD | 61 | 1E |
| Octal | 2 | 225 | 204 | 143 | 0 | 13 | 52 | 255 | 141 | 36 |
| Binary | 10 | 10010101 | 10000100 | 1100011 | 0 | 1011 | 101010 | 10101101 | 1100001 | 11110 |
Color Harmonies of #029584
Complementary color
Monochromatic Colors of #029584
Black with #029584
Text Example
Text Example
White with #029584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029584; }
p { color: rgb(2,149,132); }
H1.HeaderClassName
{
color: #029584;
}
.AnyTagClassName
{
color: #029584;
}
</style>
background-color css
<style>
a { background-color: #029584; }
a { background-color: rgb(2,149,132); }
div.DivClassName
{
background-color: #029584;
}
.BgClassName
{
background-color: #029584;
}
</style>
border-color css
<style>
span { border-color: #029584; }
span { border-color: rgb(2,149,132); }
td.TdClassName
{
border-color: #029584;
}
.TagClassName
{
border-color: #029584;
}
</style>