Shades of Deep Teal #024537
Tints of Deep Teal #024537
RGB
CMYK
RGB Variations
Color information
#024537 (or 0x024537) is known color: Deep Teal. HEX triplet: 02, 45 and 37. RGB value is (2,69,55). Sum of RGB (Red+Green+Blue) = 2+69+55=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #024537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024537 is #FDBAC8. Grayscale: #2F2F2F. Windows color (decimal): -16628425 or 3622146. OLE color: 3622146.
HSL color Cylindrical-coordinate representation of color #024537: hue angle of 167.46º 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 #024537 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 55 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.73 |
| HSL | 167.46º | 0.94% | 0.14% | - |
| HSV(B) | 167.46º | 0.97% | 0.27% | - |
| XYZ | 2.84 | 4.54 | 4.34 | - |
| YUV | 47.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 55 | 0.97 | 0 | 0.20 | 0.73 | 167.46 | 0.94 | 0.14 |
| Hex | 2 | 45 | 37 | 61 | 0 | 14 | 49 | A7 | 5E | E |
| Octal | 2 | 105 | 67 | 141 | 0 | 24 | 111 | 247 | 136 | 16 |
| Binary | 10 | 1000101 | 110111 | 1100001 | 0 | 10100 | 1001001 | 10100111 | 1011110 | 1110 |
Color Harmonies of #024537
Complementary color
Monochromatic Colors of #024537
Black with #024537
Text Example
Text Example
White with #024537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024537; }
p { color: rgb(2,69,55); }
H1.HeaderClassName
{
color: #024537;
}
.AnyTagClassName
{
color: #024537;
}
</style>
background-color css
<style>
a { background-color: #024537; }
a { background-color: rgb(2,69,55); }
div.DivClassName
{
background-color: #024537;
}
.BgClassName
{
background-color: #024537;
}
</style>
border-color css
<style>
span { border-color: #024537; }
span { border-color: rgb(2,69,55); }
td.TdClassName
{
border-color: #024537;
}
.TagClassName
{
border-color: #024537;
}
</style>