Shades of Deep Teal #124C42
Tints of Deep Teal #124C42
RGB
CMYK
RGB Variations
Color information
#124C42 (or 0x124C42) is known color: Deep Teal. HEX triplet: 12, 4C and 42. RGB value is (18,76,66). Sum of RGB (Red+Green+Blue) = 18+76+66=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #124C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124C42 is #EDB3BD. Grayscale: #393939. Windows color (decimal): -15578046 or 4344850. OLE color: 4344850.
HSL color Cylindrical-coordinate representation of color #124C42: hue angle of 169.66º 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 #124C42 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 66 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.70 |
| HSL | 169.66º | 0.62% | 0.18% | - |
| HSV(B) | 169.66º | 0.76% | 0.3% | - |
| XYZ | 3.82 | 5.69 | 6.05 | - |
| YUV | 57.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 66 | 0.76 | 0 | 0.13 | 0.70 | 169.66 | 0.62 | 0.18 |
| Hex | 12 | 4C | 42 | 4C | 0 | D | 46 | AA | 3E | 12 |
| Octal | 22 | 114 | 102 | 114 | 0 | 15 | 106 | 252 | 76 | 22 |
| Binary | 10010 | 1001100 | 1000010 | 1001100 | 0 | 1101 | 1000110 | 10101010 | 111110 | 10010 |
Color Harmonies of #124C42
Complementary color
Monochromatic Colors of #124C42
Black with #124C42
Text Example
Text Example
White with #124C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C42; }
p { color: rgb(18,76,66); }
H1.HeaderClassName
{
color: #124C42;
}
.AnyTagClassName
{
color: #124C42;
}
</style>
background-color css
<style>
a { background-color: #124C42; }
a { background-color: rgb(18,76,66); }
div.DivClassName
{
background-color: #124C42;
}
.BgClassName
{
background-color: #124C42;
}
</style>
border-color css
<style>
span { border-color: #124C42; }
span { border-color: rgb(18,76,66); }
td.TdClassName
{
border-color: #124C42;
}
.TagClassName
{
border-color: #124C42;
}
</style>