Shades of Deep Teal #124B42
Tints of Deep Teal #124B42
RGB
CMYK
RGB Variations
Color information
#124B42 (or 0x124B42) is known color: Deep Teal. HEX triplet: 12, 4B and 42. RGB value is (18,75,66). Sum of RGB (Red+Green+Blue) = 18+75+66=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #124B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B42 is #EDB4BD. Grayscale: #383838. Windows color (decimal): -15578302 or 4344594. OLE color: 4344594.
HSL color Cylindrical-coordinate representation of color #124B42: hue angle of 170.53º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B42 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 66 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.71 |
| HSL | 170.53º | 0.61% | 0.18% | - |
| HSV(B) | 170.53º | 0.76% | 0.29% | - |
| XYZ | 3.75 | 5.55 | 6.03 | - |
| YUV | 56.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 66 | 0.76 | 0 | 0.12 | 0.71 | 170.53 | 0.61 | 0.18 |
| Hex | 12 | 4B | 42 | 4C | 0 | C | 47 | AB | 3D | 12 |
| Octal | 22 | 113 | 102 | 114 | 0 | 14 | 107 | 253 | 75 | 22 |
| Binary | 10010 | 1001011 | 1000010 | 1001100 | 0 | 1100 | 1000111 | 10101011 | 111101 | 10010 |
Color Harmonies of #124B42
Complementary color
Monochromatic Colors of #124B42
Black with #124B42
Text Example
Text Example
White with #124B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B42; }
p { color: rgb(18,75,66); }
H1.HeaderClassName
{
color: #124B42;
}
.AnyTagClassName
{
color: #124B42;
}
</style>
background-color css
<style>
a { background-color: #124B42; }
a { background-color: rgb(18,75,66); }
div.DivClassName
{
background-color: #124B42;
}
.BgClassName
{
background-color: #124B42;
}
</style>
border-color css
<style>
span { border-color: #124B42; }
span { border-color: rgb(18,75,66); }
td.TdClassName
{
border-color: #124B42;
}
.TagClassName
{
border-color: #124B42;
}
</style>