Shades of Deep Teal #124A3C
Tints of Deep Teal #124A3C
RGB
CMYK
RGB Variations
Color information
#124A3C (or 0x124A3C) is known color: Deep Teal. HEX triplet: 12, 4A and 3C. RGB value is (18,74,60). Sum of RGB (Red+Green+Blue) = 18+74+60=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #124A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A3C is #EDB5C3. Grayscale: #373737. Windows color (decimal): -15578564 or 3951122. OLE color: 3951122.
HSL color Cylindrical-coordinate representation of color #124A3C: hue angle of 165º 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 #124A3C is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 60 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.71 |
| HSL | 165º | 0.61% | 0.18% | - |
| HSV(B) | 165º | 0.76% | 0.29% | - |
| XYZ | 3.51 | 5.35 | 5.12 | - |
| YUV | 55.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 60 | 0.76 | 0 | 0.19 | 0.71 | 165 | 0.61 | 0.18 |
| Hex | 12 | 4A | 3C | 4C | 0 | 13 | 47 | A5 | 3D | 12 |
| Octal | 22 | 112 | 74 | 114 | 0 | 23 | 107 | 245 | 75 | 22 |
| Binary | 10010 | 1001010 | 111100 | 1001100 | 0 | 10011 | 1000111 | 10100101 | 111101 | 10010 |
Color Harmonies of #124A3C
Complementary color
Monochromatic Colors of #124A3C
Black with #124A3C
Text Example
Text Example
White with #124A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A3C; }
p { color: rgb(18,74,60); }
H1.HeaderClassName
{
color: #124A3C;
}
.AnyTagClassName
{
color: #124A3C;
}
</style>
background-color css
<style>
a { background-color: #124A3C; }
a { background-color: rgb(18,74,60); }
div.DivClassName
{
background-color: #124A3C;
}
.BgClassName
{
background-color: #124A3C;
}
</style>
border-color css
<style>
span { border-color: #124A3C; }
span { border-color: rgb(18,74,60); }
td.TdClassName
{
border-color: #124A3C;
}
.TagClassName
{
border-color: #124A3C;
}
</style>