Shades of Deep Teal #124F3E
Tints of Deep Teal #124F3E
RGB
CMYK
RGB Variations
Color information
#124F3E (or 0x124F3E) is known color: Deep Teal. HEX triplet: 12, 4F and 3E. RGB value is (18,79,62). Sum of RGB (Red+Green+Blue) = 18+79+62=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #124F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F3E is #EDB0C1. Grayscale: #3A3A3A. Windows color (decimal): -15577282 or 4083474. OLE color: 4083474.
HSL color Cylindrical-coordinate representation of color #124F3E: hue angle of 163.28º 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 #124F3E is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 62 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.69 |
| HSL | 163.28º | 0.63% | 0.19% | - |
| HSV(B) | 163.28º | 0.77% | 0.31% | - |
| XYZ | 3.91 | 6.07 | 5.52 | - |
| YUV | 58.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 62 | 0.77 | 0 | 0.22 | 0.69 | 163.28 | 0.63 | 0.19 |
| Hex | 12 | 4F | 3E | 4D | 0 | 16 | 45 | A3 | 3F | 13 |
| Octal | 22 | 117 | 76 | 115 | 0 | 26 | 105 | 243 | 77 | 23 |
| Binary | 10010 | 1001111 | 111110 | 1001101 | 0 | 10110 | 1000101 | 10100011 | 111111 | 10011 |
Color Harmonies of #124F3E
Complementary color
Monochromatic Colors of #124F3E
Black with #124F3E
Text Example
Text Example
White with #124F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F3E; }
p { color: rgb(18,79,62); }
H1.HeaderClassName
{
color: #124F3E;
}
.AnyTagClassName
{
color: #124F3E;
}
</style>
background-color css
<style>
a { background-color: #124F3E; }
a { background-color: rgb(18,79,62); }
div.DivClassName
{
background-color: #124F3E;
}
.BgClassName
{
background-color: #124F3E;
}
</style>
border-color css
<style>
span { border-color: #124F3E; }
span { border-color: rgb(18,79,62); }
td.TdClassName
{
border-color: #124F3E;
}
.TagClassName
{
border-color: #124F3E;
}
</style>