Shades of Dark Cyan #029889
Tints of Dark Cyan #029889
RGB
CMYK
RGB Variations
Color information
#029889 (or 0x029889) is known color: Dark Cyan. HEX triplet: 02, 98 and 89. RGB value is (2,152,137). Sum of RGB (Red+Green+Blue) = 2+152+137=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #029889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029889 is #FD6776. Grayscale: #696969. Windows color (decimal): -16607095 or 9017346. OLE color: 9017346.
HSL color Cylindrical-coordinate representation of color #029889: hue angle of 174º 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 #029889 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 137 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.40 |
| HSL | 174º | 0.97% | 0.3% | - |
| HSV(B) | 174º | 0.99% | 0.6% | - |
| XYZ | 15.77 | 24.28 | 27.52 | - |
| YUV | 105.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 137 | 0.99 | 0 | 0.10 | 0.40 | 174 | 0.97 | 0.3 |
| Hex | 2 | 98 | 89 | 63 | 0 | A | 28 | AE | 61 | 1E |
| Octal | 2 | 230 | 211 | 143 | 0 | 12 | 50 | 256 | 141 | 36 |
| Binary | 10 | 10011000 | 10001001 | 1100011 | 0 | 1010 | 101000 | 10101110 | 1100001 | 11110 |
Color Harmonies of #029889
Complementary color
Monochromatic Colors of #029889
Black with #029889
Text Example
Text Example
White with #029889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029889; }
p { color: rgb(2,152,137); }
H1.HeaderClassName
{
color: #029889;
}
.AnyTagClassName
{
color: #029889;
}
</style>
background-color css
<style>
a { background-color: #029889; }
a { background-color: rgb(2,152,137); }
div.DivClassName
{
background-color: #029889;
}
.BgClassName
{
background-color: #029889;
}
</style>
border-color css
<style>
span { border-color: #029889; }
span { border-color: rgb(2,152,137); }
td.TdClassName
{
border-color: #029889;
}
.TagClassName
{
border-color: #029889;
}
</style>