Shades of Deep Teal #1A5349
Tints of Deep Teal #1A5349
RGB
CMYK
RGB Variations
Color information
#1A5349 (or 0x1A5349) is known color: Deep Teal. HEX triplet: 1A, 53 and 49. RGB value is (26,83,73). Sum of RGB (Red+Green+Blue) = 26+83+73=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5349 is #E5ACB6. Grayscale: #404040. Windows color (decimal): -15051959 or 4805402. OLE color: 4805402.
HSL color Cylindrical-coordinate representation of color #1A5349: hue angle of 169.47º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5349 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 73 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.67 |
| HSL | 169.47º | 0.52% | 0.21% | - |
| HSV(B) | 169.47º | 0.69% | 0.33% | - |
| XYZ | 4.72 | 6.89 | 7.38 | - |
| YUV | 64.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 73 | 0.69 | 0 | 0.12 | 0.67 | 169.47 | 0.52 | 0.21 |
| Hex | 1A | 53 | 49 | 45 | 0 | C | 43 | A9 | 34 | 15 |
| Octal | 32 | 123 | 111 | 105 | 0 | 14 | 103 | 251 | 64 | 25 |
| Binary | 11010 | 1010011 | 1001001 | 1000101 | 0 | 1100 | 1000011 | 10101001 | 110100 | 10101 |
Color Harmonies of #1A5349
Complementary color
Monochromatic Colors of #1A5349
Black with #1A5349
Text Example
Text Example
White with #1A5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5349; }
p { color: rgb(26,83,73); }
H1.HeaderClassName
{
color: #1A5349;
}
.AnyTagClassName
{
color: #1A5349;
}
</style>
background-color css
<style>
a { background-color: #1A5349; }
a { background-color: rgb(26,83,73); }
div.DivClassName
{
background-color: #1A5349;
}
.BgClassName
{
background-color: #1A5349;
}
</style>
border-color css
<style>
span { border-color: #1A5349; }
span { border-color: rgb(26,83,73); }
td.TdClassName
{
border-color: #1A5349;
}
.TagClassName
{
border-color: #1A5349;
}
</style>