Shades of Deep Teal #024235
Tints of Deep Teal #024235
RGB
CMYK
RGB Variations
Color information
#024235 (or 0x024235) is known color: Deep Teal. HEX triplet: 02, 42 and 35. RGB value is (2,66,53). Sum of RGB (Red+Green+Blue) = 2+66+53=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #024235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024235 is #FDBDCA. Grayscale: #2D2D2D. Windows color (decimal): -16629195 or 3490306. OLE color: 3490306.
HSL color Cylindrical-coordinate representation of color #024235: hue angle of 167.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024235 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 53 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.74 |
| HSL | 167.81º | 0.94% | 0.13% | - |
| HSV(B) | 167.81º | 0.97% | 0.26% | - |
| XYZ | 2.62 | 4.17 | 4.03 | - |
| YUV | 45.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 53 | 0.97 | 0 | 0.20 | 0.74 | 167.81 | 0.94 | 0.13 |
| Hex | 2 | 42 | 35 | 61 | 0 | 14 | 4A | A8 | 5E | D |
| Octal | 2 | 102 | 65 | 141 | 0 | 24 | 112 | 250 | 136 | 15 |
| Binary | 10 | 1000010 | 110101 | 1100001 | 0 | 10100 | 1001010 | 10101000 | 1011110 | 1101 |
Color Harmonies of #024235
Complementary color
Monochromatic Colors of #024235
Black with #024235
Text Example
Text Example
White with #024235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024235; }
p { color: rgb(2,66,53); }
H1.HeaderClassName
{
color: #024235;
}
.AnyTagClassName
{
color: #024235;
}
</style>
background-color css
<style>
a { background-color: #024235; }
a { background-color: rgb(2,66,53); }
div.DivClassName
{
background-color: #024235;
}
.BgClassName
{
background-color: #024235;
}
</style>
border-color css
<style>
span { border-color: #024235; }
span { border-color: rgb(2,66,53); }
td.TdClassName
{
border-color: #024235;
}
.TagClassName
{
border-color: #024235;
}
</style>