Shades of Deep Teal #124841
Tints of Deep Teal #124841
RGB
CMYK
RGB Variations
Color information
#124841 (or 0x124841) is known color: Deep Teal. HEX triplet: 12, 48 and 41. RGB value is (18,72,65). Sum of RGB (Red+Green+Blue) = 18+72+65=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #124841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124841 is #EDB7BE. Grayscale: #373737. Windows color (decimal): -15579071 or 4278290. OLE color: 4278290.
HSL color Cylindrical-coordinate representation of color #124841: hue angle of 172.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124841 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 72 | 65 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.72 |
| HSL | 172.22º | 0.6% | 0.18% | - |
| HSV(B) | 172.22º | 0.75% | 0.28% | - |
| XYZ | 3.52 | 5.14 | 5.81 | - |
| YUV | 55.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 65 | 0.75 | 0 | 0.10 | 0.72 | 172.22 | 0.6 | 0.18 |
| Hex | 12 | 48 | 41 | 4B | 0 | A | 48 | AC | 3C | 12 |
| Octal | 22 | 110 | 101 | 113 | 0 | 12 | 110 | 254 | 74 | 22 |
| Binary | 10010 | 1001000 | 1000001 | 1001011 | 0 | 1010 | 1001000 | 10101100 | 111100 | 10010 |
Color Harmonies of #124841
Complementary color
Monochromatic Colors of #124841
Black with #124841
Text Example
Text Example
White with #124841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124841; }
p { color: rgb(18,72,65); }
H1.HeaderClassName
{
color: #124841;
}
.AnyTagClassName
{
color: #124841;
}
</style>
background-color css
<style>
a { background-color: #124841; }
a { background-color: rgb(18,72,65); }
div.DivClassName
{
background-color: #124841;
}
.BgClassName
{
background-color: #124841;
}
</style>
border-color css
<style>
span { border-color: #124841; }
span { border-color: rgb(18,72,65); }
td.TdClassName
{
border-color: #124841;
}
.TagClassName
{
border-color: #124841;
}
</style>