Shades of Deep Teal #024738
Tints of Deep Teal #024738
RGB
CMYK
RGB Variations
Color information
#024738 (or 0x024738) is known color: Deep Teal. HEX triplet: 02, 47 and 38. RGB value is (2,71,56). Sum of RGB (Red+Green+Blue) = 2+71+56=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #024738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024738 is #FDB8C7. Grayscale: #303030. Windows color (decimal): -16627912 or 3688194. OLE color: 3688194.
HSL color Cylindrical-coordinate representation of color #024738: hue angle of 166.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024738 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 71 | 56 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.72 |
| HSL | 166.96º | 0.95% | 0.14% | - |
| HSV(B) | 166.96º | 0.97% | 0.28% | - |
| XYZ | 2.99 | 4.8 | 4.51 | - |
| YUV | 48.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 56 | 0.97 | 0 | 0.21 | 0.72 | 166.96 | 0.95 | 0.14 |
| Hex | 2 | 47 | 38 | 61 | 0 | 15 | 48 | A7 | 5F | E |
| Octal | 2 | 107 | 70 | 141 | 0 | 25 | 110 | 247 | 137 | 16 |
| Binary | 10 | 1000111 | 111000 | 1100001 | 0 | 10101 | 1001000 | 10100111 | 1011111 | 1110 |
Color Harmonies of #024738
Complementary color
Monochromatic Colors of #024738
Black with #024738
Text Example
Text Example
White with #024738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024738; }
p { color: rgb(2,71,56); }
H1.HeaderClassName
{
color: #024738;
}
.AnyTagClassName
{
color: #024738;
}
</style>
background-color css
<style>
a { background-color: #024738; }
a { background-color: rgb(2,71,56); }
div.DivClassName
{
background-color: #024738;
}
.BgClassName
{
background-color: #024738;
}
</style>
border-color css
<style>
span { border-color: #024738; }
span { border-color: rgb(2,71,56); }
td.TdClassName
{
border-color: #024738;
}
.TagClassName
{
border-color: #024738;
}
</style>