Shades of Deep Teal #124F41
Tints of Deep Teal #124F41
RGB
CMYK
RGB Variations
Color information
#124F41 (or 0x124F41) is known color: Deep Teal. HEX triplet: 12, 4F and 41. RGB value is (18,79,65). Sum of RGB (Red+Green+Blue) = 18+79+65=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #124F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F41 is #EDB0BE. Grayscale: #3B3B3B. Windows color (decimal): -15577279 or 4280082. OLE color: 4280082.
HSL color Cylindrical-coordinate representation of color #124F41: hue angle of 166.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F41 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 65 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.69 |
| HSL | 166.23º | 0.63% | 0.19% | - |
| HSV(B) | 166.23º | 0.77% | 0.31% | - |
| XYZ | 4 | 6.1 | 5.97 | - |
| YUV | 59.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 65 | 0.77 | 0 | 0.18 | 0.69 | 166.23 | 0.63 | 0.19 |
| Hex | 12 | 4F | 41 | 4D | 0 | 12 | 45 | A6 | 3F | 13 |
| Octal | 22 | 117 | 101 | 115 | 0 | 22 | 105 | 246 | 77 | 23 |
| Binary | 10010 | 1001111 | 1000001 | 1001101 | 0 | 10010 | 1000101 | 10100110 | 111111 | 10011 |
Color Harmonies of #124F41
Complementary color
Monochromatic Colors of #124F41
Black with #124F41
Text Example
Text Example
White with #124F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F41; }
p { color: rgb(18,79,65); }
H1.HeaderClassName
{
color: #124F41;
}
.AnyTagClassName
{
color: #124F41;
}
</style>
background-color css
<style>
a { background-color: #124F41; }
a { background-color: rgb(18,79,65); }
div.DivClassName
{
background-color: #124F41;
}
.BgClassName
{
background-color: #124F41;
}
</style>
border-color css
<style>
span { border-color: #124F41; }
span { border-color: rgb(18,79,65); }
td.TdClassName
{
border-color: #124F41;
}
.TagClassName
{
border-color: #124F41;
}
</style>