Shades of Deep Teal #024C38
Tints of Deep Teal #024C38
RGB
CMYK
RGB Variations
Color information
#024C38 (or 0x024C38) is known color: Deep Teal. HEX triplet: 02, 4C and 38. RGB value is (2,76,56). Sum of RGB (Red+Green+Blue) = 2+76+56=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #024C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C38 is #FDB3C7. Grayscale: #333333. Windows color (decimal): -16626632 or 3689474. OLE color: 3689474.
HSL color Cylindrical-coordinate representation of color #024C38: hue angle of 163.78º 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 #024C38 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 56 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.70 |
| HSL | 163.78º | 0.95% | 0.15% | - |
| HSV(B) | 163.78º | 0.97% | 0.3% | - |
| XYZ | 3.32 | 5.47 | 4.62 | - |
| YUV | 51.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 56 | 0.97 | 0 | 0.26 | 0.70 | 163.78 | 0.95 | 0.15 |
| Hex | 2 | 4C | 38 | 61 | 0 | 1A | 46 | A4 | 5F | F |
| Octal | 2 | 114 | 70 | 141 | 0 | 32 | 106 | 244 | 137 | 17 |
| Binary | 10 | 1001100 | 111000 | 1100001 | 0 | 11010 | 1000110 | 10100100 | 1011111 | 1111 |
Color Harmonies of #024C38
Complementary color
Monochromatic Colors of #024C38
Black with #024C38
Text Example
Text Example
White with #024C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C38; }
p { color: rgb(2,76,56); }
H1.HeaderClassName
{
color: #024C38;
}
.AnyTagClassName
{
color: #024C38;
}
</style>
background-color css
<style>
a { background-color: #024C38; }
a { background-color: rgb(2,76,56); }
div.DivClassName
{
background-color: #024C38;
}
.BgClassName
{
background-color: #024C38;
}
</style>
border-color css
<style>
span { border-color: #024C38; }
span { border-color: rgb(2,76,56); }
td.TdClassName
{
border-color: #024C38;
}
.TagClassName
{
border-color: #024C38;
}
</style>