Shades of Dark Cyan #029189
Tints of Dark Cyan #029189
RGB
CMYK
RGB Variations
Color information
#029189 (or 0x029189) is known color: Dark Cyan. HEX triplet: 02, 91 and 89. RGB value is (2,145,137). Sum of RGB (Red+Green+Blue) = 2+145+137=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #029189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029189 is #FD6E76. Grayscale: #656565. Windows color (decimal): -16608887 or 9015554. OLE color: 9015554.
HSL color Cylindrical-coordinate representation of color #029189: hue angle of 176.64º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029189 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 137 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.43 |
| HSL | 176.64º | 0.97% | 0.29% | - |
| HSV(B) | 176.64º | 0.99% | 0.57% | - |
| XYZ | 14.67 | 22.07 | 27.15 | - |
| YUV | 101.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 137 | 0.99 | 0 | 0.06 | 0.43 | 176.64 | 0.97 | 0.29 |
| Hex | 2 | 91 | 89 | 63 | 0 | 6 | 2B | B1 | 61 | 1D |
| Octal | 2 | 221 | 211 | 143 | 0 | 6 | 53 | 261 | 141 | 35 |
| Binary | 10 | 10010001 | 10001001 | 1100011 | 0 | 110 | 101011 | 10110001 | 1100001 | 11101 |
Color Harmonies of #029189
Complementary color
Monochromatic Colors of #029189
Black with #029189
Text Example
Text Example
White with #029189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029189; }
p { color: rgb(2,145,137); }
H1.HeaderClassName
{
color: #029189;
}
.AnyTagClassName
{
color: #029189;
}
</style>
background-color css
<style>
a { background-color: #029189; }
a { background-color: rgb(2,145,137); }
div.DivClassName
{
background-color: #029189;
}
.BgClassName
{
background-color: #029189;
}
</style>
border-color css
<style>
span { border-color: #029189; }
span { border-color: rgb(2,145,137); }
td.TdClassName
{
border-color: #029189;
}
.TagClassName
{
border-color: #029189;
}
</style>