Shades of Deep Teal #024F3C
Tints of Deep Teal #024F3C
RGB
CMYK
RGB Variations
Color information
#024F3C (or 0x024F3C) is known color: Deep Teal. HEX triplet: 02, 4F and 3C. RGB value is (2,79,60). Sum of RGB (Red+Green+Blue) = 2+79+60=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #024F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F3C is #FDB0C3. Grayscale: #353535. Windows color (decimal): -16625860 or 3952386. OLE color: 3952386.
HSL color Cylindrical-coordinate representation of color #024F3C: hue angle of 165.19º 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 #024F3C is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 60 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.69 |
| HSL | 165.19º | 0.95% | 0.16% | - |
| HSV(B) | 165.19º | 0.97% | 0.31% | - |
| XYZ | 3.64 | 5.93 | 5.23 | - |
| YUV | 53.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 60 | 0.97 | 0 | 0.24 | 0.69 | 165.19 | 0.95 | 0.16 |
| Hex | 2 | 4F | 3C | 61 | 0 | 18 | 45 | A5 | 5F | 10 |
| Octal | 2 | 117 | 74 | 141 | 0 | 30 | 105 | 245 | 137 | 20 |
| Binary | 10 | 1001111 | 111100 | 1100001 | 0 | 11000 | 1000101 | 10100101 | 1011111 | 10000 |
Color Harmonies of #024F3C
Complementary color
Monochromatic Colors of #024F3C
Black with #024F3C
Text Example
Text Example
White with #024F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F3C; }
p { color: rgb(2,79,60); }
H1.HeaderClassName
{
color: #024F3C;
}
.AnyTagClassName
{
color: #024F3C;
}
</style>
background-color css
<style>
a { background-color: #024F3C; }
a { background-color: rgb(2,79,60); }
div.DivClassName
{
background-color: #024F3C;
}
.BgClassName
{
background-color: #024F3C;
}
</style>
border-color css
<style>
span { border-color: #024F3C; }
span { border-color: rgb(2,79,60); }
td.TdClassName
{
border-color: #024F3C;
}
.TagClassName
{
border-color: #024F3C;
}
</style>