Shades of Deep Teal #124C40
Tints of Deep Teal #124C40
RGB
CMYK
RGB Variations
Color information
#124C40 (or 0x124C40) is known color: Deep Teal. HEX triplet: 12, 4C and 40. RGB value is (18,76,64). Sum of RGB (Red+Green+Blue) = 18+76+64=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #124C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C40 is #EDB3BF. Grayscale: #393939. Windows color (decimal): -15578048 or 4213778. OLE color: 4213778.
HSL color Cylindrical-coordinate representation of color #124C40: hue angle of 167.59º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C40 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 64 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.70 |
| HSL | 167.59º | 0.62% | 0.18% | - |
| HSV(B) | 167.59º | 0.76% | 0.3% | - |
| XYZ | 3.76 | 5.67 | 5.75 | - |
| YUV | 57.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 64 | 0.76 | 0 | 0.16 | 0.70 | 167.59 | 0.62 | 0.18 |
| Hex | 12 | 4C | 40 | 4C | 0 | 10 | 46 | A8 | 3E | 12 |
| Octal | 22 | 114 | 100 | 114 | 0 | 20 | 106 | 250 | 76 | 22 |
| Binary | 10010 | 1001100 | 1000000 | 1001100 | 0 | 10000 | 1000110 | 10101000 | 111110 | 10010 |
Color Harmonies of #124C40
Complementary color
Monochromatic Colors of #124C40
Black with #124C40
Text Example
Text Example
White with #124C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C40; }
p { color: rgb(18,76,64); }
H1.HeaderClassName
{
color: #124C40;
}
.AnyTagClassName
{
color: #124C40;
}
</style>
background-color css
<style>
a { background-color: #124C40; }
a { background-color: rgb(18,76,64); }
div.DivClassName
{
background-color: #124C40;
}
.BgClassName
{
background-color: #124C40;
}
</style>
border-color css
<style>
span { border-color: #124C40; }
span { border-color: rgb(18,76,64); }
td.TdClassName
{
border-color: #124C40;
}
.TagClassName
{
border-color: #124C40;
}
</style>