Shades of Deep Teal #024C39
Tints of Deep Teal #024C39
RGB
CMYK
RGB Variations
Color information
#024C39 (or 0x024C39) is known color: Deep Teal. HEX triplet: 02, 4C and 39. RGB value is (2,76,57). Sum of RGB (Red+Green+Blue) = 2+76+57=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #024C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C39 is #FDB3C6. Grayscale: #333333. Windows color (decimal): -16626631 or 3755010. OLE color: 3755010.
HSL color Cylindrical-coordinate representation of color #024C39: hue angle of 164.59º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C39 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 57 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.70 |
| HSL | 164.59º | 0.95% | 0.15% | - |
| HSV(B) | 164.59º | 0.97% | 0.3% | - |
| XYZ | 3.35 | 5.48 | 4.75 | - |
| YUV | 51.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 57 | 0.97 | 0 | 0.25 | 0.70 | 164.59 | 0.95 | 0.15 |
| Hex | 2 | 4C | 39 | 61 | 0 | 19 | 46 | A5 | 5F | F |
| Octal | 2 | 114 | 71 | 141 | 0 | 31 | 106 | 245 | 137 | 17 |
| Binary | 10 | 1001100 | 111001 | 1100001 | 0 | 11001 | 1000110 | 10100101 | 1011111 | 1111 |
Color Harmonies of #024C39
Complementary color
Monochromatic Colors of #024C39
Black with #024C39
Text Example
Text Example
White with #024C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C39; }
p { color: rgb(2,76,57); }
H1.HeaderClassName
{
color: #024C39;
}
.AnyTagClassName
{
color: #024C39;
}
</style>
background-color css
<style>
a { background-color: #024C39; }
a { background-color: rgb(2,76,57); }
div.DivClassName
{
background-color: #024C39;
}
.BgClassName
{
background-color: #024C39;
}
</style>
border-color css
<style>
span { border-color: #024C39; }
span { border-color: rgb(2,76,57); }
td.TdClassName
{
border-color: #024C39;
}
.TagClassName
{
border-color: #024C39;
}
</style>