Shades of Deep Teal #124D3C
Tints of Deep Teal #124D3C
RGB
CMYK
RGB Variations
Color information
#124D3C (or 0x124D3C) is known color: Deep Teal. HEX triplet: 12, 4D and 3C. RGB value is (18,77,60). Sum of RGB (Red+Green+Blue) = 18+77+60=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #124D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D3C is #EDB2C3. Grayscale: #393939. Windows color (decimal): -15577796 or 3951890. OLE color: 3951890.
HSL color Cylindrical-coordinate representation of color #124D3C: hue angle of 162.71º 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 #124D3C is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 60 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.70 |
| HSL | 162.71º | 0.62% | 0.19% | - |
| HSV(B) | 162.71º | 0.77% | 0.3% | - |
| XYZ | 3.72 | 5.76 | 5.19 | - |
| YUV | 57.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 60 | 0.77 | 0 | 0.22 | 0.70 | 162.71 | 0.62 | 0.19 |
| Hex | 12 | 4D | 3C | 4D | 0 | 16 | 46 | A3 | 3E | 13 |
| Octal | 22 | 115 | 74 | 115 | 0 | 26 | 106 | 243 | 76 | 23 |
| Binary | 10010 | 1001101 | 111100 | 1001101 | 0 | 10110 | 1000110 | 10100011 | 111110 | 10011 |
Color Harmonies of #124D3C
Complementary color
Monochromatic Colors of #124D3C
Black with #124D3C
Text Example
Text Example
White with #124D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D3C; }
p { color: rgb(18,77,60); }
H1.HeaderClassName
{
color: #124D3C;
}
.AnyTagClassName
{
color: #124D3C;
}
</style>
background-color css
<style>
a { background-color: #124D3C; }
a { background-color: rgb(18,77,60); }
div.DivClassName
{
background-color: #124D3C;
}
.BgClassName
{
background-color: #124D3C;
}
</style>
border-color css
<style>
span { border-color: #124D3C; }
span { border-color: rgb(18,77,60); }
td.TdClassName
{
border-color: #124D3C;
}
.TagClassName
{
border-color: #124D3C;
}
</style>