Shades of Deep Teal #124A41
Tints of Deep Teal #124A41
RGB
CMYK
RGB Variations
Color information
#124A41 (or 0x124A41) is known color: Deep Teal. HEX triplet: 12, 4A and 41. RGB value is (18,74,65). Sum of RGB (Red+Green+Blue) = 18+74+65=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #124A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A41 is #EDB5BE. Grayscale: #383838. Windows color (decimal): -15578559 or 4278802. OLE color: 4278802.
HSL color Cylindrical-coordinate representation of color #124A41: hue angle of 170.36º 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 #124A41 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 65 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.71 |
| HSL | 170.36º | 0.61% | 0.18% | - |
| HSV(B) | 170.36º | 0.76% | 0.29% | - |
| XYZ | 3.65 | 5.41 | 5.85 | - |
| YUV | 56.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 65 | 0.76 | 0 | 0.12 | 0.71 | 170.36 | 0.61 | 0.18 |
| Hex | 12 | 4A | 41 | 4C | 0 | C | 47 | AA | 3D | 12 |
| Octal | 22 | 112 | 101 | 114 | 0 | 14 | 107 | 252 | 75 | 22 |
| Binary | 10010 | 1001010 | 1000001 | 1001100 | 0 | 1100 | 1000111 | 10101010 | 111101 | 10010 |
Color Harmonies of #124A41
Complementary color
Monochromatic Colors of #124A41
Black with #124A41
Text Example
Text Example
White with #124A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A41; }
p { color: rgb(18,74,65); }
H1.HeaderClassName
{
color: #124A41;
}
.AnyTagClassName
{
color: #124A41;
}
</style>
background-color css
<style>
a { background-color: #124A41; }
a { background-color: rgb(18,74,65); }
div.DivClassName
{
background-color: #124A41;
}
.BgClassName
{
background-color: #124A41;
}
</style>
border-color css
<style>
span { border-color: #124A41; }
span { border-color: rgb(18,74,65); }
td.TdClassName
{
border-color: #124A41;
}
.TagClassName
{
border-color: #124A41;
}
</style>