Shades of Dark Cyan #029191
Tints of Dark Cyan #029191
RGB
CMYK
RGB Variations
Color information
#029191 (or 0x029191) is known color: Dark Cyan. HEX triplet: 02, 91 and 91. RGB value is (2,145,145). Sum of RGB (Red+Green+Blue) = 2+145+145=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #029191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029191 is #FD6E6E. Grayscale: #666666. Windows color (decimal): -16608879 or 9539842. OLE color: 9539842.
HSL color Cylindrical-coordinate representation of color #029191: hue angle of 180º 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 #029191 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 145 | - |
| CMYK | 0.99 | 0 | 0 | 0.43 |
| HSL | 180º | 0.97% | 0.29% | - |
| HSV(B) | 180º | 0.99% | 0.57% | - |
| XYZ | 15.26 | 22.31 | 30.29 | - |
| YUV | 102.24 | 152.12 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 145 | 0.99 | 0 | 0 | 0.43 | 180 | 0.97 | 0.29 |
| Hex | 2 | 91 | 91 | 63 | 0 | 0 | 2B | B4 | 61 | 1D |
| Octal | 2 | 221 | 221 | 143 | 0 | 0 | 53 | 264 | 141 | 35 |
| Binary | 10 | 10010001 | 10010001 | 1100011 | 0 | 0 | 101011 | 10110100 | 1100001 | 11101 |
Color Harmonies of #029191
Complementary color
Monochromatic Colors of #029191
Black with #029191
Text Example
Text Example
White with #029191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029191; }
p { color: rgb(2,145,145); }
H1.HeaderClassName
{
color: #029191;
}
.AnyTagClassName
{
color: #029191;
}
</style>
background-color css
<style>
a { background-color: #029191; }
a { background-color: rgb(2,145,145); }
div.DivClassName
{
background-color: #029191;
}
.BgClassName
{
background-color: #029191;
}
</style>
border-color css
<style>
span { border-color: #029191; }
span { border-color: rgb(2,145,145); }
td.TdClassName
{
border-color: #029191;
}
.TagClassName
{
border-color: #029191;
}
</style>