Shades of Deep Teal #124034
Tints of Deep Teal #124034
RGB
CMYK
RGB Variations
Color information
#124034 (or 0x124034) is known color: Deep Teal. HEX triplet: 12, 40 and 34. RGB value is (18,64,52). Sum of RGB (Red+Green+Blue) = 18+64+52=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #124034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124034 is #EDBFCB. Grayscale: #303030. Windows color (decimal): -15581132 or 3424274. OLE color: 3424274.
HSL color Cylindrical-coordinate representation of color #124034: hue angle of 164.35º degrees, saturation: 0.56, 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 #124034 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 52 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.75 |
| HSL | 164.35º | 0.56% | 0.16% | - |
| HSV(B) | 164.35º | 0.72% | 0.25% | - |
| XYZ | 2.7 | 4.04 | 3.89 | - |
| YUV | 48.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 52 | 0.72 | 0 | 0.19 | 0.75 | 164.35 | 0.56 | 0.16 |
| Hex | 12 | 40 | 34 | 48 | 0 | 13 | 4B | A4 | 38 | 10 |
| Octal | 22 | 100 | 64 | 110 | 0 | 23 | 113 | 244 | 70 | 20 |
| Binary | 10010 | 1000000 | 110100 | 1001000 | 0 | 10011 | 1001011 | 10100100 | 111000 | 10000 |
Color Harmonies of #124034
Complementary color
Monochromatic Colors of #124034
Black with #124034
Text Example
Text Example
White with #124034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124034; }
p { color: rgb(18,64,52); }
H1.HeaderClassName
{
color: #124034;
}
.AnyTagClassName
{
color: #124034;
}
</style>
background-color css
<style>
a { background-color: #124034; }
a { background-color: rgb(18,64,52); }
div.DivClassName
{
background-color: #124034;
}
.BgClassName
{
background-color: #124034;
}
</style>
border-color css
<style>
span { border-color: #124034; }
span { border-color: rgb(18,64,52); }
td.TdClassName
{
border-color: #124034;
}
.TagClassName
{
border-color: #124034;
}
</style>