Shades of Deep Teal #124539
Tints of Deep Teal #124539
RGB
CMYK
RGB Variations
Color information
#124539 (or 0x124539) is known color: Deep Teal. HEX triplet: 12, 45 and 39. RGB value is (18,69,57). Sum of RGB (Red+Green+Blue) = 18+69+57=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #124539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124539 is #EDBAC6. Grayscale: #343434. Windows color (decimal): -15579847 or 3753234. OLE color: 3753234.
HSL color Cylindrical-coordinate representation of color #124539: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124539 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 57 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.73 |
| HSL | 165.88º | 0.59% | 0.17% | - |
| HSV(B) | 165.88º | 0.74% | 0.27% | - |
| XYZ | 3.12 | 4.68 | 4.61 | - |
| YUV | 52.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 57 | 0.74 | 0 | 0.17 | 0.73 | 165.88 | 0.59 | 0.17 |
| Hex | 12 | 45 | 39 | 4A | 0 | 11 | 49 | A6 | 3B | 11 |
| Octal | 22 | 105 | 71 | 112 | 0 | 21 | 111 | 246 | 73 | 21 |
| Binary | 10010 | 1000101 | 111001 | 1001010 | 0 | 10001 | 1001001 | 10100110 | 111011 | 10001 |
Color Harmonies of #124539
Complementary color
Monochromatic Colors of #124539
Black with #124539
Text Example
Text Example
White with #124539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124539; }
p { color: rgb(18,69,57); }
H1.HeaderClassName
{
color: #124539;
}
.AnyTagClassName
{
color: #124539;
}
</style>
background-color css
<style>
a { background-color: #124539; }
a { background-color: rgb(18,69,57); }
div.DivClassName
{
background-color: #124539;
}
.BgClassName
{
background-color: #124539;
}
</style>
border-color css
<style>
span { border-color: #124539; }
span { border-color: rgb(18,69,57); }
td.TdClassName
{
border-color: #124539;
}
.TagClassName
{
border-color: #124539;
}
</style>