Shades of Deep Teal #124A3A
Tints of Deep Teal #124A3A
RGB
CMYK
RGB Variations
Color information
#124A3A (or 0x124A3A) is known color: Deep Teal. HEX triplet: 12, 4A and 3A. RGB value is (18,74,58). Sum of RGB (Red+Green+Blue) = 18+74+58=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #124A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A3A is #EDB5C5. Grayscale: #373737. Windows color (decimal): -15578566 or 3820050. OLE color: 3820050.
HSL color Cylindrical-coordinate representation of color #124A3A: hue angle of 162.86º 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 #124A3A is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 58 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.71 |
| HSL | 162.86º | 0.61% | 0.18% | - |
| HSV(B) | 162.86º | 0.76% | 0.29% | - |
| XYZ | 3.46 | 5.33 | 4.85 | - |
| YUV | 55.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 58 | 0.76 | 0 | 0.22 | 0.71 | 162.86 | 0.61 | 0.18 |
| Hex | 12 | 4A | 3A | 4C | 0 | 16 | 47 | A3 | 3D | 12 |
| Octal | 22 | 112 | 72 | 114 | 0 | 26 | 107 | 243 | 75 | 22 |
| Binary | 10010 | 1001010 | 111010 | 1001100 | 0 | 10110 | 1000111 | 10100011 | 111101 | 10010 |
Color Harmonies of #124A3A
Complementary color
Monochromatic Colors of #124A3A
Black with #124A3A
Text Example
Text Example
White with #124A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A3A; }
p { color: rgb(18,74,58); }
H1.HeaderClassName
{
color: #124A3A;
}
.AnyTagClassName
{
color: #124A3A;
}
</style>
background-color css
<style>
a { background-color: #124A3A; }
a { background-color: rgb(18,74,58); }
div.DivClassName
{
background-color: #124A3A;
}
.BgClassName
{
background-color: #124A3A;
}
</style>
border-color css
<style>
span { border-color: #124A3A; }
span { border-color: rgb(18,74,58); }
td.TdClassName
{
border-color: #124A3A;
}
.TagClassName
{
border-color: #124A3A;
}
</style>