Shades of Deep Teal #024E39
Tints of Deep Teal #024E39
RGB
CMYK
RGB Variations
Color information
#024E39 (or 0x024E39) is known color: Deep Teal. HEX triplet: 02, 4E and 39. RGB value is (2,78,57). Sum of RGB (Red+Green+Blue) = 2+78+57=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #024E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E39 is #FDB1C6. Grayscale: #343434. Windows color (decimal): -16626119 or 3755522. OLE color: 3755522.
HSL color Cylindrical-coordinate representation of color #024E39: hue angle of 163.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E39 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 57 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.69 |
| HSL | 163.42º | 0.95% | 0.16% | - |
| HSV(B) | 163.42º | 0.97% | 0.31% | - |
| XYZ | 3.49 | 5.76 | 4.8 | - |
| YUV | 52.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 57 | 0.97 | 0 | 0.27 | 0.69 | 163.42 | 0.95 | 0.16 |
| Hex | 2 | 4E | 39 | 61 | 0 | 1B | 45 | A3 | 5F | 10 |
| Octal | 2 | 116 | 71 | 141 | 0 | 33 | 105 | 243 | 137 | 20 |
| Binary | 10 | 1001110 | 111001 | 1100001 | 0 | 11011 | 1000101 | 10100011 | 1011111 | 10000 |
Color Harmonies of #024E39
Complementary color
Monochromatic Colors of #024E39
Black with #024E39
Text Example
Text Example
White with #024E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E39; }
p { color: rgb(2,78,57); }
H1.HeaderClassName
{
color: #024E39;
}
.AnyTagClassName
{
color: #024E39;
}
</style>
background-color css
<style>
a { background-color: #024E39; }
a { background-color: rgb(2,78,57); }
div.DivClassName
{
background-color: #024E39;
}
.BgClassName
{
background-color: #024E39;
}
</style>
border-color css
<style>
span { border-color: #024E39; }
span { border-color: rgb(2,78,57); }
td.TdClassName
{
border-color: #024E39;
}
.TagClassName
{
border-color: #024E39;
}
</style>