Shades of Deep Teal #1A473F
Tints of Deep Teal #1A473F
RGB
CMYK
RGB Variations
Color information
#1A473F (or 0x1A473F) is known color: Deep Teal. HEX triplet: 1A, 47 and 3F. RGB value is (26,71,63). Sum of RGB (Red+Green+Blue) = 26+71+63=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1A473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A473F is #E5B8C0. Grayscale: #383838. Windows color (decimal): -15055041 or 4146970. OLE color: 4146970.
HSL color Cylindrical-coordinate representation of color #1A473F: hue angle of 169.33º 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 #1A473F is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 63 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.72 |
| HSL | 169.33º | 0.46% | 0.19% | - |
| HSV(B) | 169.33º | 0.63% | 0.28% | - |
| XYZ | 3.58 | 5.08 | 5.5 | - |
| YUV | 56.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 63 | 0.63 | 0 | 0.11 | 0.72 | 169.33 | 0.46 | 0.19 |
| Hex | 1A | 47 | 3F | 3F | 0 | B | 48 | A9 | 2E | 13 |
| Octal | 32 | 107 | 77 | 77 | 0 | 13 | 110 | 251 | 56 | 23 |
| Binary | 11010 | 1000111 | 111111 | 111111 | 0 | 1011 | 1001000 | 10101001 | 101110 | 10011 |
Color Harmonies of #1A473F
Complementary color
Monochromatic Colors of #1A473F
Black with #1A473F
Text Example
Text Example
White with #1A473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A473F; }
p { color: rgb(26,71,63); }
H1.HeaderClassName
{
color: #1A473F;
}
.AnyTagClassName
{
color: #1A473F;
}
</style>
background-color css
<style>
a { background-color: #1A473F; }
a { background-color: rgb(26,71,63); }
div.DivClassName
{
background-color: #1A473F;
}
.BgClassName
{
background-color: #1A473F;
}
</style>
border-color css
<style>
span { border-color: #1A473F; }
span { border-color: rgb(26,71,63); }
td.TdClassName
{
border-color: #1A473F;
}
.TagClassName
{
border-color: #1A473F;
}
</style>