Shades of Deep Teal #024637
Tints of Deep Teal #024637
RGB
CMYK
RGB Variations
Color information
#024637 (or 0x024637) is known color: Deep Teal. HEX triplet: 02, 46 and 37. RGB value is (2,70,55). Sum of RGB (Red+Green+Blue) = 2+70+55=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #024637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024637 is #FDB9C8. Grayscale: #2F2F2F. Windows color (decimal): -16628169 or 3622402. OLE color: 3622402.
HSL color Cylindrical-coordinate representation of color #024637: hue angle of 166.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024637 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 55 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.73 |
| HSL | 166.76º | 0.94% | 0.14% | - |
| HSV(B) | 166.76º | 0.97% | 0.27% | - |
| XYZ | 2.9 | 4.67 | 4.36 | - |
| YUV | 47.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 55 | 0.97 | 0 | 0.21 | 0.73 | 166.76 | 0.94 | 0.14 |
| Hex | 2 | 46 | 37 | 61 | 0 | 15 | 49 | A7 | 5E | E |
| Octal | 2 | 106 | 67 | 141 | 0 | 25 | 111 | 247 | 136 | 16 |
| Binary | 10 | 1000110 | 110111 | 1100001 | 0 | 10101 | 1001001 | 10100111 | 1011110 | 1110 |
Color Harmonies of #024637
Complementary color
Monochromatic Colors of #024637
Black with #024637
Text Example
Text Example
White with #024637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024637; }
p { color: rgb(2,70,55); }
H1.HeaderClassName
{
color: #024637;
}
.AnyTagClassName
{
color: #024637;
}
</style>
background-color css
<style>
a { background-color: #024637; }
a { background-color: rgb(2,70,55); }
div.DivClassName
{
background-color: #024637;
}
.BgClassName
{
background-color: #024637;
}
</style>
border-color css
<style>
span { border-color: #024637; }
span { border-color: rgb(2,70,55); }
td.TdClassName
{
border-color: #024637;
}
.TagClassName
{
border-color: #024637;
}
</style>