Shades of Deep Teal #1A473E
Tints of Deep Teal #1A473E
RGB
CMYK
RGB Variations
Color information
#1A473E (or 0x1A473E) is known color: Deep Teal. HEX triplet: 1A, 47 and 3E. RGB value is (26,71,62). Sum of RGB (Red+Green+Blue) = 26+71+62=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #1A473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A473E is #E5B8C1. Grayscale: #383838. Windows color (decimal): -15055042 or 4081434. OLE color: 4081434.
HSL color Cylindrical-coordinate representation of color #1A473E: hue angle of 168º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A473E is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 62 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.72 |
| HSL | 168º | 0.46% | 0.19% | - |
| HSV(B) | 168º | 0.63% | 0.28% | - |
| XYZ | 3.55 | 5.07 | 5.35 | - |
| YUV | 56.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 62 | 0.63 | 0 | 0.13 | 0.72 | 168 | 0.46 | 0.19 |
| Hex | 1A | 47 | 3E | 3F | 0 | D | 48 | A8 | 2E | 13 |
| Octal | 32 | 107 | 76 | 77 | 0 | 15 | 110 | 250 | 56 | 23 |
| Binary | 11010 | 1000111 | 111110 | 111111 | 0 | 1101 | 1001000 | 10101000 | 101110 | 10011 |
Color Harmonies of #1A473E
Complementary color
Monochromatic Colors of #1A473E
Black with #1A473E
Text Example
Text Example
White with #1A473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A473E; }
p { color: rgb(26,71,62); }
H1.HeaderClassName
{
color: #1A473E;
}
.AnyTagClassName
{
color: #1A473E;
}
</style>
background-color css
<style>
a { background-color: #1A473E; }
a { background-color: rgb(26,71,62); }
div.DivClassName
{
background-color: #1A473E;
}
.BgClassName
{
background-color: #1A473E;
}
</style>
border-color css
<style>
span { border-color: #1A473E; }
span { border-color: rgb(26,71,62); }
td.TdClassName
{
border-color: #1A473E;
}
.TagClassName
{
border-color: #1A473E;
}
</style>