Shades of Deep Teal #1A4E43
Tints of Deep Teal #1A4E43
RGB
CMYK
RGB Variations
Color information
#1A4E43 (or 0x1A4E43) is known color: Deep Teal. HEX triplet: 1A, 4E and 43. RGB value is (26,78,67). Sum of RGB (Red+Green+Blue) = 26+78+67=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E43 is #E5B1BC. Grayscale: #3D3D3D. Windows color (decimal): -15053245 or 4410906. OLE color: 4410906.
HSL color Cylindrical-coordinate representation of color #1A4E43: hue angle of 167.31º 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 #1A4E43 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 67 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.69 |
| HSL | 167.31º | 0.5% | 0.2% | - |
| HSV(B) | 167.31º | 0.67% | 0.31% | - |
| XYZ | 4.16 | 6.07 | 6.26 | - |
| YUV | 61.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 67 | 0.67 | 0 | 0.14 | 0.69 | 167.31 | 0.5 | 0.2 |
| Hex | 1A | 4E | 43 | 43 | 0 | E | 45 | A7 | 32 | 14 |
| Octal | 32 | 116 | 103 | 103 | 0 | 16 | 105 | 247 | 62 | 24 |
| Binary | 11010 | 1001110 | 1000011 | 1000011 | 0 | 1110 | 1000101 | 10100111 | 110010 | 10100 |
Color Harmonies of #1A4E43
Complementary color
Monochromatic Colors of #1A4E43
Black with #1A4E43
Text Example
Text Example
White with #1A4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E43; }
p { color: rgb(26,78,67); }
H1.HeaderClassName
{
color: #1A4E43;
}
.AnyTagClassName
{
color: #1A4E43;
}
</style>
background-color css
<style>
a { background-color: #1A4E43; }
a { background-color: rgb(26,78,67); }
div.DivClassName
{
background-color: #1A4E43;
}
.BgClassName
{
background-color: #1A4E43;
}
</style>
border-color css
<style>
span { border-color: #1A4E43; }
span { border-color: rgb(26,78,67); }
td.TdClassName
{
border-color: #1A4E43;
}
.TagClassName
{
border-color: #1A4E43;
}
</style>