Shades of Deep Teal #124F3F
Tints of Deep Teal #124F3F
RGB
CMYK
RGB Variations
Color information
#124F3F (or 0x124F3F) is known color: Deep Teal. HEX triplet: 12, 4F and 3F. RGB value is (18,79,63). Sum of RGB (Red+Green+Blue) = 18+79+63=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #124F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F3F is #EDB0C0. Grayscale: #3A3A3A. Windows color (decimal): -15577281 or 4149010. OLE color: 4149010.
HSL color Cylindrical-coordinate representation of color #124F3F: hue angle of 164.26º 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 #124F3F is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 63 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.69 |
| HSL | 164.26º | 0.63% | 0.19% | - |
| HSV(B) | 164.26º | 0.77% | 0.31% | - |
| XYZ | 3.94 | 6.08 | 5.67 | - |
| YUV | 58.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 63 | 0.77 | 0 | 0.20 | 0.69 | 164.26 | 0.63 | 0.19 |
| Hex | 12 | 4F | 3F | 4D | 0 | 14 | 45 | A4 | 3F | 13 |
| Octal | 22 | 117 | 77 | 115 | 0 | 24 | 105 | 244 | 77 | 23 |
| Binary | 10010 | 1001111 | 111111 | 1001101 | 0 | 10100 | 1000101 | 10100100 | 111111 | 10011 |
Color Harmonies of #124F3F
Complementary color
Monochromatic Colors of #124F3F
Black with #124F3F
Text Example
Text Example
White with #124F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F3F; }
p { color: rgb(18,79,63); }
H1.HeaderClassName
{
color: #124F3F;
}
.AnyTagClassName
{
color: #124F3F;
}
</style>
background-color css
<style>
a { background-color: #124F3F; }
a { background-color: rgb(18,79,63); }
div.DivClassName
{
background-color: #124F3F;
}
.BgClassName
{
background-color: #124F3F;
}
</style>
border-color css
<style>
span { border-color: #124F3F; }
span { border-color: rgb(18,79,63); }
td.TdClassName
{
border-color: #124F3F;
}
.TagClassName
{
border-color: #124F3F;
}
</style>