Shades of Deep Teal #124D40
Tints of Deep Teal #124D40
RGB
CMYK
RGB Variations
Color information
#124D40 (or 0x124D40) is known color: Deep Teal. HEX triplet: 12, 4D and 40. RGB value is (18,77,64). Sum of RGB (Red+Green+Blue) = 18+77+64=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #124D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D40 is #EDB2BF. Grayscale: #393939. Windows color (decimal): -15577792 or 4214034. OLE color: 4214034.
HSL color Cylindrical-coordinate representation of color #124D40: hue angle of 166.78º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D40 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 64 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.70 |
| HSL | 166.78º | 0.62% | 0.19% | - |
| HSV(B) | 166.78º | 0.77% | 0.3% | - |
| XYZ | 3.83 | 5.81 | 5.77 | - |
| YUV | 57.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 64 | 0.77 | 0 | 0.17 | 0.70 | 166.78 | 0.62 | 0.19 |
| Hex | 12 | 4D | 40 | 4D | 0 | 11 | 46 | A7 | 3E | 13 |
| Octal | 22 | 115 | 100 | 115 | 0 | 21 | 106 | 247 | 76 | 23 |
| Binary | 10010 | 1001101 | 1000000 | 1001101 | 0 | 10001 | 1000110 | 10100111 | 111110 | 10011 |
Color Harmonies of #124D40
Complementary color
Monochromatic Colors of #124D40
Black with #124D40
Text Example
Text Example
White with #124D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D40; }
p { color: rgb(18,77,64); }
H1.HeaderClassName
{
color: #124D40;
}
.AnyTagClassName
{
color: #124D40;
}
</style>
background-color css
<style>
a { background-color: #124D40; }
a { background-color: rgb(18,77,64); }
div.DivClassName
{
background-color: #124D40;
}
.BgClassName
{
background-color: #124D40;
}
</style>
border-color css
<style>
span { border-color: #124D40; }
span { border-color: rgb(18,77,64); }
td.TdClassName
{
border-color: #124D40;
}
.TagClassName
{
border-color: #124D40;
}
</style>