Shades of Dark Cyan #029884
Tints of Dark Cyan #029884
RGB
CMYK
RGB Variations
Color information
#029884 (or 0x029884) is known color: Dark Cyan. HEX triplet: 02, 98 and 84. RGB value is (2,152,132). Sum of RGB (Red+Green+Blue) = 2+152+132=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #029884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029884 is #FD677B. Grayscale: #686868. Windows color (decimal): -16607100 or 8689666. OLE color: 8689666.
HSL color Cylindrical-coordinate representation of color #029884: hue angle of 172º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029884 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 132 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.40 |
| HSL | 172º | 0.97% | 0.3% | - |
| HSV(B) | 172º | 0.99% | 0.6% | - |
| XYZ | 15.42 | 24.14 | 25.68 | - |
| YUV | 104.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 132 | 0.99 | 0 | 0.13 | 0.40 | 172 | 0.97 | 0.3 |
| Hex | 2 | 98 | 84 | 63 | 0 | D | 28 | AC | 61 | 1E |
| Octal | 2 | 230 | 204 | 143 | 0 | 15 | 50 | 254 | 141 | 36 |
| Binary | 10 | 10011000 | 10000100 | 1100011 | 0 | 1101 | 101000 | 10101100 | 1100001 | 11110 |
Color Harmonies of #029884
Complementary color
Monochromatic Colors of #029884
Black with #029884
Text Example
Text Example
White with #029884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029884; }
p { color: rgb(2,152,132); }
H1.HeaderClassName
{
color: #029884;
}
.AnyTagClassName
{
color: #029884;
}
</style>
background-color css
<style>
a { background-color: #029884; }
a { background-color: rgb(2,152,132); }
div.DivClassName
{
background-color: #029884;
}
.BgClassName
{
background-color: #029884;
}
</style>
border-color css
<style>
span { border-color: #029884; }
span { border-color: rgb(2,152,132); }
td.TdClassName
{
border-color: #029884;
}
.TagClassName
{
border-color: #029884;
}
</style>