Shades of Deep Teal #124139
Tints of Deep Teal #124139
RGB
CMYK
RGB Variations
Color information
#124139 (or 0x124139) is known color: Deep Teal. HEX triplet: 12, 41 and 39. RGB value is (18,65,57). Sum of RGB (Red+Green+Blue) = 18+65+57=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #124139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124139 is #EDBEC6. Grayscale: #323232. Windows color (decimal): -15580871 or 3752210. OLE color: 3752210.
HSL color Cylindrical-coordinate representation of color #124139: hue angle of 169.79º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124139 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 65 | 57 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.75 |
| HSL | 169.79º | 0.57% | 0.16% | - |
| HSV(B) | 169.79º | 0.72% | 0.25% | - |
| XYZ | 2.88 | 4.2 | 4.53 | - |
| YUV | 50.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 57 | 0.72 | 0 | 0.12 | 0.75 | 169.79 | 0.57 | 0.16 |
| Hex | 12 | 41 | 39 | 48 | 0 | C | 4B | AA | 39 | 10 |
| Octal | 22 | 101 | 71 | 110 | 0 | 14 | 113 | 252 | 71 | 20 |
| Binary | 10010 | 1000001 | 111001 | 1001000 | 0 | 1100 | 1001011 | 10101010 | 111001 | 10000 |
Color Harmonies of #124139
Complementary color
Monochromatic Colors of #124139
Black with #124139
Text Example
Text Example
White with #124139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124139; }
p { color: rgb(18,65,57); }
H1.HeaderClassName
{
color: #124139;
}
.AnyTagClassName
{
color: #124139;
}
</style>
background-color css
<style>
a { background-color: #124139; }
a { background-color: rgb(18,65,57); }
div.DivClassName
{
background-color: #124139;
}
.BgClassName
{
background-color: #124139;
}
</style>
border-color css
<style>
span { border-color: #124139; }
span { border-color: rgb(18,65,57); }
td.TdClassName
{
border-color: #124139;
}
.TagClassName
{
border-color: #124139;
}
</style>