Shades of Deep Teal #1A4D46
Tints of Deep Teal #1A4D46
RGB
CMYK
RGB Variations
Color information
#1A4D46 (or 0x1A4D46) is known color: Deep Teal. HEX triplet: 1A, 4D and 46. RGB value is (26,77,70). Sum of RGB (Red+Green+Blue) = 26+77+70=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D46 is #E5B2B9. Grayscale: #3C3C3C. Windows color (decimal): -15053498 or 4607258. OLE color: 4607258.
HSL color Cylindrical-coordinate representation of color #1A4D46: hue angle of 171.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D46 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 70 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.70 |
| HSL | 171.76º | 0.5% | 0.2% | - |
| HSV(B) | 171.76º | 0.66% | 0.3% | - |
| XYZ | 4.19 | 5.97 | 6.73 | - |
| YUV | 60.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 70 | 0.66 | 0 | 0.09 | 0.70 | 171.76 | 0.5 | 0.2 |
| Hex | 1A | 4D | 46 | 42 | 0 | 9 | 46 | AC | 32 | 14 |
| Octal | 32 | 115 | 106 | 102 | 0 | 11 | 106 | 254 | 62 | 24 |
| Binary | 11010 | 1001101 | 1000110 | 1000010 | 0 | 1001 | 1000110 | 10101100 | 110010 | 10100 |
Color Harmonies of #1A4D46
Complementary color
Monochromatic Colors of #1A4D46
Black with #1A4D46
Text Example
Text Example
White with #1A4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D46; }
p { color: rgb(26,77,70); }
H1.HeaderClassName
{
color: #1A4D46;
}
.AnyTagClassName
{
color: #1A4D46;
}
</style>
background-color css
<style>
a { background-color: #1A4D46; }
a { background-color: rgb(26,77,70); }
div.DivClassName
{
background-color: #1A4D46;
}
.BgClassName
{
background-color: #1A4D46;
}
</style>
border-color css
<style>
span { border-color: #1A4D46; }
span { border-color: rgb(26,77,70); }
td.TdClassName
{
border-color: #1A4D46;
}
.TagClassName
{
border-color: #1A4D46;
}
</style>