Shades of Deep Teal #124F42
Tints of Deep Teal #124F42
RGB
CMYK
RGB Variations
Color information
#124F42 (or 0x124F42) is known color: Deep Teal. HEX triplet: 12, 4F and 42. RGB value is (18,79,66). Sum of RGB (Red+Green+Blue) = 18+79+66=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #124F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F42 is #EDB0BD. Grayscale: #3B3B3B. Windows color (decimal): -15577278 or 4345618. OLE color: 4345618.
HSL color Cylindrical-coordinate representation of color #124F42: hue angle of 167.21º 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 #124F42 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 66 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.69 |
| HSL | 167.21º | 0.63% | 0.19% | - |
| HSV(B) | 167.21º | 0.77% | 0.31% | - |
| XYZ | 4.03 | 6.11 | 6.12 | - |
| YUV | 59.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 66 | 0.77 | 0 | 0.16 | 0.69 | 167.21 | 0.63 | 0.19 |
| Hex | 12 | 4F | 42 | 4D | 0 | 10 | 45 | A7 | 3F | 13 |
| Octal | 22 | 117 | 102 | 115 | 0 | 20 | 105 | 247 | 77 | 23 |
| Binary | 10010 | 1001111 | 1000010 | 1001101 | 0 | 10000 | 1000101 | 10100111 | 111111 | 10011 |
Color Harmonies of #124F42
Complementary color
Monochromatic Colors of #124F42
Black with #124F42
Text Example
Text Example
White with #124F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F42; }
p { color: rgb(18,79,66); }
H1.HeaderClassName
{
color: #124F42;
}
.AnyTagClassName
{
color: #124F42;
}
</style>
background-color css
<style>
a { background-color: #124F42; }
a { background-color: rgb(18,79,66); }
div.DivClassName
{
background-color: #124F42;
}
.BgClassName
{
background-color: #124F42;
}
</style>
border-color css
<style>
span { border-color: #124F42; }
span { border-color: rgb(18,79,66); }
td.TdClassName
{
border-color: #124F42;
}
.TagClassName
{
border-color: #124F42;
}
</style>