Shades of Deep Teal #1A5443
Tints of Deep Teal #1A5443
RGB
CMYK
RGB Variations
Color information
#1A5443 (or 0x1A5443) is known color: Deep Teal. HEX triplet: 1A, 54 and 43. RGB value is (26,84,67). Sum of RGB (Red+Green+Blue) = 26+84+67=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5443 is #E5ABBC. Grayscale: #404040. Windows color (decimal): -15051709 or 4412442. OLE color: 4412442.
HSL color Cylindrical-coordinate representation of color #1A5443: hue angle of 162.41º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5443 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 67 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.67 |
| HSL | 162.41º | 0.53% | 0.22% | - |
| HSV(B) | 162.41º | 0.69% | 0.33% | - |
| XYZ | 4.61 | 6.97 | 6.41 | - |
| YUV | 64.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 67 | 0.69 | 0 | 0.20 | 0.67 | 162.41 | 0.53 | 0.22 |
| Hex | 1A | 54 | 43 | 45 | 0 | 14 | 43 | A2 | 35 | 16 |
| Octal | 32 | 124 | 103 | 105 | 0 | 24 | 103 | 242 | 65 | 26 |
| Binary | 11010 | 1010100 | 1000011 | 1000101 | 0 | 10100 | 1000011 | 10100010 | 110101 | 10110 |
Color Harmonies of #1A5443
Complementary color
Monochromatic Colors of #1A5443
Black with #1A5443
Text Example
Text Example
White with #1A5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5443; }
p { color: rgb(26,84,67); }
H1.HeaderClassName
{
color: #1A5443;
}
.AnyTagClassName
{
color: #1A5443;
}
</style>
background-color css
<style>
a { background-color: #1A5443; }
a { background-color: rgb(26,84,67); }
div.DivClassName
{
background-color: #1A5443;
}
.BgClassName
{
background-color: #1A5443;
}
</style>
border-color css
<style>
span { border-color: #1A5443; }
span { border-color: rgb(26,84,67); }
td.TdClassName
{
border-color: #1A5443;
}
.TagClassName
{
border-color: #1A5443;
}
</style>