Shades of Deep Teal #024636
Tints of Deep Teal #024636
RGB
CMYK
RGB Variations
Color information
#024636 (or 0x024636) is known color: Deep Teal. HEX triplet: 02, 46 and 36. RGB value is (2,70,54). Sum of RGB (Red+Green+Blue) = 2+70+54=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #024636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024636 is #FDB9C9. Grayscale: #2F2F2F. Windows color (decimal): -16628170 or 3556866. OLE color: 3556866.
HSL color Cylindrical-coordinate representation of color #024636: hue angle of 165.88º 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 #024636 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 54 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.73 |
| HSL | 165.88º | 0.94% | 0.14% | - |
| HSV(B) | 165.88º | 0.97% | 0.27% | - |
| XYZ | 2.88 | 4.66 | 4.24 | - |
| YUV | 47.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 54 | 0.97 | 0 | 0.23 | 0.73 | 165.88 | 0.94 | 0.14 |
| Hex | 2 | 46 | 36 | 61 | 0 | 17 | 49 | A6 | 5E | E |
| Octal | 2 | 106 | 66 | 141 | 0 | 27 | 111 | 246 | 136 | 16 |
| Binary | 10 | 1000110 | 110110 | 1100001 | 0 | 10111 | 1001001 | 10100110 | 1011110 | 1110 |
Color Harmonies of #024636
Complementary color
Monochromatic Colors of #024636
Black with #024636
Text Example
Text Example
White with #024636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024636; }
p { color: rgb(2,70,54); }
H1.HeaderClassName
{
color: #024636;
}
.AnyTagClassName
{
color: #024636;
}
</style>
background-color css
<style>
a { background-color: #024636; }
a { background-color: rgb(2,70,54); }
div.DivClassName
{
background-color: #024636;
}
.BgClassName
{
background-color: #024636;
}
</style>
border-color css
<style>
span { border-color: #024636; }
span { border-color: rgb(2,70,54); }
td.TdClassName
{
border-color: #024636;
}
.TagClassName
{
border-color: #024636;
}
</style>