Shades of Deep Teal #1A4E47
Tints of Deep Teal #1A4E47
RGB
CMYK
RGB Variations
Color information
#1A4E47 (or 0x1A4E47) is known color: Deep Teal. HEX triplet: 1A, 4E and 47. RGB value is (26,78,71). Sum of RGB (Red+Green+Blue) = 26+78+71=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E47 is #E5B1B8. Grayscale: #3D3D3D. Windows color (decimal): -15053241 or 4673050. OLE color: 4673050.
HSL color Cylindrical-coordinate representation of color #1A4E47: hue angle of 171.92º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E47 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 71 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.69 |
| HSL | 171.92º | 0.5% | 0.2% | - |
| HSV(B) | 171.92º | 0.67% | 0.31% | - |
| XYZ | 4.29 | 6.12 | 6.92 | - |
| YUV | 61.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 71 | 0.67 | 0 | 0.09 | 0.69 | 171.92 | 0.5 | 0.2 |
| Hex | 1A | 4E | 47 | 43 | 0 | 9 | 45 | AC | 32 | 14 |
| Octal | 32 | 116 | 107 | 103 | 0 | 11 | 105 | 254 | 62 | 24 |
| Binary | 11010 | 1001110 | 1000111 | 1000011 | 0 | 1001 | 1000101 | 10101100 | 110010 | 10100 |
Color Harmonies of #1A4E47
Complementary color
Monochromatic Colors of #1A4E47
Black with #1A4E47
Text Example
Text Example
White with #1A4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E47; }
p { color: rgb(26,78,71); }
H1.HeaderClassName
{
color: #1A4E47;
}
.AnyTagClassName
{
color: #1A4E47;
}
</style>
background-color css
<style>
a { background-color: #1A4E47; }
a { background-color: rgb(26,78,71); }
div.DivClassName
{
background-color: #1A4E47;
}
.BgClassName
{
background-color: #1A4E47;
}
</style>
border-color css
<style>
span { border-color: #1A4E47; }
span { border-color: rgb(26,78,71); }
td.TdClassName
{
border-color: #1A4E47;
}
.TagClassName
{
border-color: #1A4E47;
}
</style>