Shades of Deep Teal #124E44
Tints of Deep Teal #124E44
RGB
CMYK
RGB Variations
Color information
#124E44 (or 0x124E44) is known color: Deep Teal. HEX triplet: 12, 4E and 44. RGB value is (18,78,68). Sum of RGB (Red+Green+Blue) = 18+78+68=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #124E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E44 is #EDB1BB. Grayscale: #3A3A3A. Windows color (decimal): -15577532 or 4476434. OLE color: 4476434.
HSL color Cylindrical-coordinate representation of color #124E44: hue angle of 170º 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 #124E44 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 68 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.69 |
| HSL | 170º | 0.63% | 0.19% | - |
| HSV(B) | 170º | 0.77% | 0.31% | - |
| XYZ | 4.02 | 5.99 | 6.41 | - |
| YUV | 58.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 68 | 0.77 | 0 | 0.13 | 0.69 | 170 | 0.63 | 0.19 |
| Hex | 12 | 4E | 44 | 4D | 0 | D | 45 | AA | 3E | 13 |
| Octal | 22 | 116 | 104 | 115 | 0 | 15 | 105 | 252 | 76 | 23 |
| Binary | 10010 | 1001110 | 1000100 | 1001101 | 0 | 1101 | 1000101 | 10101010 | 111110 | 10011 |
Color Harmonies of #124E44
Complementary color
Monochromatic Colors of #124E44
Black with #124E44
Text Example
Text Example
White with #124E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E44; }
p { color: rgb(18,78,68); }
H1.HeaderClassName
{
color: #124E44;
}
.AnyTagClassName
{
color: #124E44;
}
</style>
background-color css
<style>
a { background-color: #124E44; }
a { background-color: rgb(18,78,68); }
div.DivClassName
{
background-color: #124E44;
}
.BgClassName
{
background-color: #124E44;
}
</style>
border-color css
<style>
span { border-color: #124E44; }
span { border-color: rgb(18,78,68); }
td.TdClassName
{
border-color: #124E44;
}
.TagClassName
{
border-color: #124E44;
}
</style>