Shades of Deep Teal #1A4841
Tints of Deep Teal #1A4841
RGB
CMYK
RGB Variations
Color information
#1A4841 (or 0x1A4841) is known color: Deep Teal. HEX triplet: 1A, 48 and 41. RGB value is (26,72,65). Sum of RGB (Red+Green+Blue) = 26+72+65=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1A4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4841 is #E5B7BE. Grayscale: #393939. Windows color (decimal): -15054783 or 4278298. OLE color: 4278298.
HSL color Cylindrical-coordinate representation of color #1A4841: hue angle of 170.87º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4841 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 72 | 65 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.72 |
| HSL | 170.87º | 0.47% | 0.19% | - |
| HSV(B) | 170.87º | 0.64% | 0.28% | - |
| XYZ | 3.7 | 5.24 | 5.82 | - |
| YUV | 57.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 65 | 0.64 | 0 | 0.10 | 0.72 | 170.87 | 0.47 | 0.19 |
| Hex | 1A | 48 | 41 | 40 | 0 | A | 48 | AB | 2F | 13 |
| Octal | 32 | 110 | 101 | 100 | 0 | 12 | 110 | 253 | 57 | 23 |
| Binary | 11010 | 1001000 | 1000001 | 1000000 | 0 | 1010 | 1001000 | 10101011 | 101111 | 10011 |
Color Harmonies of #1A4841
Complementary color
Monochromatic Colors of #1A4841
Black with #1A4841
Text Example
Text Example
White with #1A4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4841; }
p { color: rgb(26,72,65); }
H1.HeaderClassName
{
color: #1A4841;
}
.AnyTagClassName
{
color: #1A4841;
}
</style>
background-color css
<style>
a { background-color: #1A4841; }
a { background-color: rgb(26,72,65); }
div.DivClassName
{
background-color: #1A4841;
}
.BgClassName
{
background-color: #1A4841;
}
</style>
border-color css
<style>
span { border-color: #1A4841; }
span { border-color: rgb(26,72,65); }
td.TdClassName
{
border-color: #1A4841;
}
.TagClassName
{
border-color: #1A4841;
}
</style>