Shades of Deep Teal #124A40
Tints of Deep Teal #124A40
RGB
CMYK
RGB Variations
Color information
#124A40 (or 0x124A40) is known color: Deep Teal. HEX triplet: 12, 4A and 40. RGB value is (18,74,64). Sum of RGB (Red+Green+Blue) = 18+74+64=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #124A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A40 is #EDB5BF. Grayscale: #383838. Windows color (decimal): -15578560 or 4213266. OLE color: 4213266.
HSL color Cylindrical-coordinate representation of color #124A40: hue angle of 169.29º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A40 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 64 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.71 |
| HSL | 169.29º | 0.61% | 0.18% | - |
| HSV(B) | 169.29º | 0.76% | 0.29% | - |
| XYZ | 3.62 | 5.4 | 5.7 | - |
| YUV | 56.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 64 | 0.76 | 0 | 0.14 | 0.71 | 169.29 | 0.61 | 0.18 |
| Hex | 12 | 4A | 40 | 4C | 0 | E | 47 | A9 | 3D | 12 |
| Octal | 22 | 112 | 100 | 114 | 0 | 16 | 107 | 251 | 75 | 22 |
| Binary | 10010 | 1001010 | 1000000 | 1001100 | 0 | 1110 | 1000111 | 10101001 | 111101 | 10010 |
Color Harmonies of #124A40
Complementary color
Monochromatic Colors of #124A40
Black with #124A40
Text Example
Text Example
White with #124A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A40; }
p { color: rgb(18,74,64); }
H1.HeaderClassName
{
color: #124A40;
}
.AnyTagClassName
{
color: #124A40;
}
</style>
background-color css
<style>
a { background-color: #124A40; }
a { background-color: rgb(18,74,64); }
div.DivClassName
{
background-color: #124A40;
}
.BgClassName
{
background-color: #124A40;
}
</style>
border-color css
<style>
span { border-color: #124A40; }
span { border-color: rgb(18,74,64); }
td.TdClassName
{
border-color: #124A40;
}
.TagClassName
{
border-color: #124A40;
}
</style>