Shades of Dark Cyan #029796
Tints of Dark Cyan #029796
RGB
CMYK
RGB Variations
Color information
#029796 (or 0x029796) is known color: Dark Cyan. HEX triplet: 02, 97 and 96. RGB value is (2,151,150). Sum of RGB (Red+Green+Blue) = 2+151+150=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #029796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029796 is #FD6869. Grayscale: #6A6A6A. Windows color (decimal): -16607338 or 9869058. OLE color: 9869058.
HSL color Cylindrical-coordinate representation of color #029796: hue angle of 179.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029796 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 150 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.41 |
| HSL | 179.6º | 0.97% | 0.3% | - |
| HSV(B) | 179.6º | 0.99% | 0.59% | - |
| XYZ | 16.6 | 24.35 | 32.68 | - |
| YUV | 106.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 150 | 0.99 | 0 | 0.01 | 0.41 | 179.6 | 0.97 | 0.3 |
| Hex | 2 | 97 | 96 | 63 | 0 | 1 | 29 | B4 | 61 | 1E |
| Octal | 2 | 227 | 226 | 143 | 0 | 1 | 51 | 264 | 141 | 36 |
| Binary | 10 | 10010111 | 10010110 | 1100011 | 0 | 1 | 101001 | 10110100 | 1100001 | 11110 |
Color Harmonies of #029796
Complementary color
Monochromatic Colors of #029796
Black with #029796
Text Example
Text Example
White with #029796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029796; }
p { color: rgb(2,151,150); }
H1.HeaderClassName
{
color: #029796;
}
.AnyTagClassName
{
color: #029796;
}
</style>
background-color css
<style>
a { background-color: #029796; }
a { background-color: rgb(2,151,150); }
div.DivClassName
{
background-color: #029796;
}
.BgClassName
{
background-color: #029796;
}
</style>
border-color css
<style>
span { border-color: #029796; }
span { border-color: rgb(2,151,150); }
td.TdClassName
{
border-color: #029796;
}
.TagClassName
{
border-color: #029796;
}
</style>