Shades of Deep Teal #124E3F
Tints of Deep Teal #124E3F
RGB
CMYK
RGB Variations
Color information
#124E3F (or 0x124E3F) is known color: Deep Teal. HEX triplet: 12, 4E and 3F. RGB value is (18,78,63). Sum of RGB (Red+Green+Blue) = 18+78+63=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #124E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E3F is #EDB1C0. Grayscale: #3A3A3A. Windows color (decimal): -15577537 or 4148754. OLE color: 4148754.
HSL color Cylindrical-coordinate representation of color #124E3F: hue angle of 165º degrees, saturation: 0.62, 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 #124E3F is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 63 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.69 |
| HSL | 165º | 0.63% | 0.19% | - |
| HSV(B) | 165º | 0.77% | 0.31% | - |
| XYZ | 3.87 | 5.94 | 5.64 | - |
| YUV | 58.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 63 | 0.77 | 0 | 0.19 | 0.69 | 165 | 0.63 | 0.19 |
| Hex | 12 | 4E | 3F | 4D | 0 | 13 | 45 | A5 | 3E | 13 |
| Octal | 22 | 116 | 77 | 115 | 0 | 23 | 105 | 245 | 76 | 23 |
| Binary | 10010 | 1001110 | 111111 | 1001101 | 0 | 10011 | 1000101 | 10100101 | 111110 | 10011 |
Color Harmonies of #124E3F
Complementary color
Monochromatic Colors of #124E3F
Black with #124E3F
Text Example
Text Example
White with #124E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E3F; }
p { color: rgb(18,78,63); }
H1.HeaderClassName
{
color: #124E3F;
}
.AnyTagClassName
{
color: #124E3F;
}
</style>
background-color css
<style>
a { background-color: #124E3F; }
a { background-color: rgb(18,78,63); }
div.DivClassName
{
background-color: #124E3F;
}
.BgClassName
{
background-color: #124E3F;
}
</style>
border-color css
<style>
span { border-color: #124E3F; }
span { border-color: rgb(18,78,63); }
td.TdClassName
{
border-color: #124E3F;
}
.TagClassName
{
border-color: #124E3F;
}
</style>