Shades of Deep Teal #124D3D
Tints of Deep Teal #124D3D
RGB
CMYK
RGB Variations
Color information
#124D3D (or 0x124D3D) is known color: Deep Teal. HEX triplet: 12, 4D and 3D. RGB value is (18,77,61). Sum of RGB (Red+Green+Blue) = 18+77+61=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #124D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D3D is #EDB2C2. Grayscale: #393939. Windows color (decimal): -15577795 or 4017426. OLE color: 4017426.
HSL color Cylindrical-coordinate representation of color #124D3D: hue angle of 163.73º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D3D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 61 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.70 |
| HSL | 163.73º | 0.62% | 0.19% | - |
| HSV(B) | 163.73º | 0.77% | 0.3% | - |
| XYZ | 3.75 | 5.77 | 5.33 | - |
| YUV | 57.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 61 | 0.77 | 0 | 0.21 | 0.70 | 163.73 | 0.62 | 0.19 |
| Hex | 12 | 4D | 3D | 4D | 0 | 15 | 46 | A4 | 3E | 13 |
| Octal | 22 | 115 | 75 | 115 | 0 | 25 | 106 | 244 | 76 | 23 |
| Binary | 10010 | 1001101 | 111101 | 1001101 | 0 | 10101 | 1000110 | 10100100 | 111110 | 10011 |
Color Harmonies of #124D3D
Complementary color
Monochromatic Colors of #124D3D
Black with #124D3D
Text Example
Text Example
White with #124D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D3D; }
p { color: rgb(18,77,61); }
H1.HeaderClassName
{
color: #124D3D;
}
.AnyTagClassName
{
color: #124D3D;
}
</style>
background-color css
<style>
a { background-color: #124D3D; }
a { background-color: rgb(18,77,61); }
div.DivClassName
{
background-color: #124D3D;
}
.BgClassName
{
background-color: #124D3D;
}
</style>
border-color css
<style>
span { border-color: #124D3D; }
span { border-color: rgb(18,77,61); }
td.TdClassName
{
border-color: #124D3D;
}
.TagClassName
{
border-color: #124D3D;
}
</style>