Shades of Deep Teal #124A3B
Tints of Deep Teal #124A3B
RGB
CMYK
RGB Variations
Color information
#124A3B (or 0x124A3B) is known color: Deep Teal. HEX triplet: 12, 4A and 3B. RGB value is (18,74,59). Sum of RGB (Red+Green+Blue) = 18+74+59=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #124A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A3B is #EDB5C4. Grayscale: #373737. Windows color (decimal): -15578565 or 3885586. OLE color: 3885586.
HSL color Cylindrical-coordinate representation of color #124A3B: hue angle of 163.93º 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 #124A3B is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 59 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.71 |
| HSL | 163.93º | 0.61% | 0.18% | - |
| HSV(B) | 163.93º | 0.76% | 0.29% | - |
| XYZ | 3.49 | 5.34 | 4.98 | - |
| YUV | 55.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 59 | 0.76 | 0 | 0.20 | 0.71 | 163.93 | 0.61 | 0.18 |
| Hex | 12 | 4A | 3B | 4C | 0 | 14 | 47 | A4 | 3D | 12 |
| Octal | 22 | 112 | 73 | 114 | 0 | 24 | 107 | 244 | 75 | 22 |
| Binary | 10010 | 1001010 | 111011 | 1001100 | 0 | 10100 | 1000111 | 10100100 | 111101 | 10010 |
Color Harmonies of #124A3B
Complementary color
Monochromatic Colors of #124A3B
Black with #124A3B
Text Example
Text Example
White with #124A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A3B; }
p { color: rgb(18,74,59); }
H1.HeaderClassName
{
color: #124A3B;
}
.AnyTagClassName
{
color: #124A3B;
}
</style>
background-color css
<style>
a { background-color: #124A3B; }
a { background-color: rgb(18,74,59); }
div.DivClassName
{
background-color: #124A3B;
}
.BgClassName
{
background-color: #124A3B;
}
</style>
border-color css
<style>
span { border-color: #124A3B; }
span { border-color: rgb(18,74,59); }
td.TdClassName
{
border-color: #124A3B;
}
.TagClassName
{
border-color: #124A3B;
}
</style>