Shades of Deep Teal #024335
Tints of Deep Teal #024335
RGB
CMYK
RGB Variations
Color information
#024335 (or 0x024335) is known color: Deep Teal. HEX triplet: 02, 43 and 35. RGB value is (2,67,53). Sum of RGB (Red+Green+Blue) = 2+67+53=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #024335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024335 is #FDBCCA. Grayscale: #2D2D2D. Windows color (decimal): -16628939 or 3490562. OLE color: 3490562.
HSL color Cylindrical-coordinate representation of color #024335: hue angle of 167.08º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024335 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 53 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.74 |
| HSL | 167.08º | 0.94% | 0.14% | - |
| HSV(B) | 167.08º | 0.97% | 0.26% | - |
| XYZ | 2.67 | 4.28 | 4.05 | - |
| YUV | 45.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 53 | 0.97 | 0 | 0.21 | 0.74 | 167.08 | 0.94 | 0.14 |
| Hex | 2 | 43 | 35 | 61 | 0 | 15 | 4A | A7 | 5E | E |
| Octal | 2 | 103 | 65 | 141 | 0 | 25 | 112 | 247 | 136 | 16 |
| Binary | 10 | 1000011 | 110101 | 1100001 | 0 | 10101 | 1001010 | 10100111 | 1011110 | 1110 |
Color Harmonies of #024335
Complementary color
Monochromatic Colors of #024335
Black with #024335
Text Example
Text Example
White with #024335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024335; }
p { color: rgb(2,67,53); }
H1.HeaderClassName
{
color: #024335;
}
.AnyTagClassName
{
color: #024335;
}
</style>
background-color css
<style>
a { background-color: #024335; }
a { background-color: rgb(2,67,53); }
div.DivClassName
{
background-color: #024335;
}
.BgClassName
{
background-color: #024335;
}
</style>
border-color css
<style>
span { border-color: #024335; }
span { border-color: rgb(2,67,53); }
td.TdClassName
{
border-color: #024335;
}
.TagClassName
{
border-color: #024335;
}
</style>