Shades of Deep Teal #1A4E3F
Tints of Deep Teal #1A4E3F
RGB
CMYK
RGB Variations
Color information
#1A4E3F (or 0x1A4E3F) is known color: Deep Teal. HEX triplet: 1A, 4E and 3F. RGB value is (26,78,63). Sum of RGB (Red+Green+Blue) = 26+78+63=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E3F is #E5B1C0. Grayscale: #3C3C3C. Windows color (decimal): -15053249 or 4148762. OLE color: 4148762.
HSL color Cylindrical-coordinate representation of color #1A4E3F: hue angle of 162.69º 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 #1A4E3F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 63 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.69 |
| HSL | 162.69º | 0.5% | 0.2% | - |
| HSV(B) | 162.69º | 0.67% | 0.31% | - |
| XYZ | 4.05 | 6.03 | 5.65 | - |
| YUV | 60.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 63 | 0.67 | 0 | 0.19 | 0.69 | 162.69 | 0.5 | 0.2 |
| Hex | 1A | 4E | 3F | 43 | 0 | 13 | 45 | A3 | 32 | 14 |
| Octal | 32 | 116 | 77 | 103 | 0 | 23 | 105 | 243 | 62 | 24 |
| Binary | 11010 | 1001110 | 111111 | 1000011 | 0 | 10011 | 1000101 | 10100011 | 110010 | 10100 |
Color Harmonies of #1A4E3F
Complementary color
Monochromatic Colors of #1A4E3F
Black with #1A4E3F
Text Example
Text Example
White with #1A4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E3F; }
p { color: rgb(26,78,63); }
H1.HeaderClassName
{
color: #1A4E3F;
}
.AnyTagClassName
{
color: #1A4E3F;
}
</style>
background-color css
<style>
a { background-color: #1A4E3F; }
a { background-color: rgb(26,78,63); }
div.DivClassName
{
background-color: #1A4E3F;
}
.BgClassName
{
background-color: #1A4E3F;
}
</style>
border-color css
<style>
span { border-color: #1A4E3F; }
span { border-color: rgb(26,78,63); }
td.TdClassName
{
border-color: #1A4E3F;
}
.TagClassName
{
border-color: #1A4E3F;
}
</style>