Shades of Deep Teal #1A5146
Tints of Deep Teal #1A5146
RGB
CMYK
RGB Variations
Color information
#1A5146 (or 0x1A5146) is known color: Deep Teal. HEX triplet: 1A, 51 and 46. RGB value is (26,81,70). Sum of RGB (Red+Green+Blue) = 26+81+70=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5146 is #E5AEB9. Grayscale: #3F3F3F. Windows color (decimal): -15052474 or 4608282. OLE color: 4608282.
HSL color Cylindrical-coordinate representation of color #1A5146: hue angle of 168º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5146 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 81 | 70 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.68 |
| HSL | 168º | 0.51% | 0.21% | - |
| HSV(B) | 168º | 0.68% | 0.32% | - |
| XYZ | 4.47 | 6.55 | 6.82 | - |
| YUV | 63.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 81 | 70 | 0.68 | 0 | 0.14 | 0.68 | 168 | 0.51 | 0.21 |
| Hex | 1A | 51 | 46 | 44 | 0 | E | 44 | A8 | 33 | 15 |
| Octal | 32 | 121 | 106 | 104 | 0 | 16 | 104 | 250 | 63 | 25 |
| Binary | 11010 | 1010001 | 1000110 | 1000100 | 0 | 1110 | 1000100 | 10101000 | 110011 | 10101 |
Color Harmonies of #1A5146
Complementary color
Monochromatic Colors of #1A5146
Black with #1A5146
Text Example
Text Example
White with #1A5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5146; }
p { color: rgb(26,81,70); }
H1.HeaderClassName
{
color: #1A5146;
}
.AnyTagClassName
{
color: #1A5146;
}
</style>
background-color css
<style>
a { background-color: #1A5146; }
a { background-color: rgb(26,81,70); }
div.DivClassName
{
background-color: #1A5146;
}
.BgClassName
{
background-color: #1A5146;
}
</style>
border-color css
<style>
span { border-color: #1A5146; }
span { border-color: rgb(26,81,70); }
td.TdClassName
{
border-color: #1A5146;
}
.TagClassName
{
border-color: #1A5146;
}
</style>