Shades of Deep Teal #124035
Tints of Deep Teal #124035
RGB
CMYK
RGB Variations
Color information
#124035 (or 0x124035) is known color: Deep Teal. HEX triplet: 12, 40 and 35. RGB value is (18,64,53). Sum of RGB (Red+Green+Blue) = 18+64+53=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #124035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124035 is #EDBFCA. Grayscale: #303030. Windows color (decimal): -15581131 or 3489810. OLE color: 3489810.
HSL color Cylindrical-coordinate representation of color #124035: hue angle of 165.65º 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 #124035 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 53 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.75 |
| HSL | 165.65º | 0.56% | 0.16% | - |
| HSV(B) | 165.65º | 0.72% | 0.25% | - |
| XYZ | 2.73 | 4.05 | 4.01 | - |
| YUV | 48.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 53 | 0.72 | 0 | 0.17 | 0.75 | 165.65 | 0.56 | 0.16 |
| Hex | 12 | 40 | 35 | 48 | 0 | 11 | 4B | A6 | 38 | 10 |
| Octal | 22 | 100 | 65 | 110 | 0 | 21 | 113 | 246 | 70 | 20 |
| Binary | 10010 | 1000000 | 110101 | 1001000 | 0 | 10001 | 1001011 | 10100110 | 111000 | 10000 |
Color Harmonies of #124035
Complementary color
Monochromatic Colors of #124035
Black with #124035
Text Example
Text Example
White with #124035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124035; }
p { color: rgb(18,64,53); }
H1.HeaderClassName
{
color: #124035;
}
.AnyTagClassName
{
color: #124035;
}
</style>
background-color css
<style>
a { background-color: #124035; }
a { background-color: rgb(18,64,53); }
div.DivClassName
{
background-color: #124035;
}
.BgClassName
{
background-color: #124035;
}
</style>
border-color css
<style>
span { border-color: #124035; }
span { border-color: rgb(18,64,53); }
td.TdClassName
{
border-color: #124035;
}
.TagClassName
{
border-color: #124035;
}
</style>