Shades of Deep Teal #1A3E38
Tints of Deep Teal #1A3E38
RGB
CMYK
RGB Variations
Color information
#1A3E38 (or 0x1A3E38) is known color: Deep Teal. HEX triplet: 1A, 3E and 38. RGB value is (26,62,56). Sum of RGB (Red+Green+Blue) = 26+62+56=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E38 is #E5C1C7. Grayscale: #323232. Windows color (decimal): -15057352 or 3685914. OLE color: 3685914.
HSL color Cylindrical-coordinate representation of color #1A3E38: hue angle of 170º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A3E38 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 56 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.76 |
| HSL | 170º | 0.41% | 0.17% | - |
| HSV(B) | 170º | 0.58% | 0.24% | - |
| XYZ | 2.86 | 3.95 | 4.35 | - |
| YUV | 50.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 56 | 0.58 | 0 | 0.10 | 0.76 | 170 | 0.41 | 0.17 |
| Hex | 1A | 3E | 38 | 3A | 0 | A | 4C | AA | 29 | 11 |
| Octal | 32 | 76 | 70 | 72 | 0 | 12 | 114 | 252 | 51 | 21 |
| Binary | 11010 | 111110 | 111000 | 111010 | 0 | 1010 | 1001100 | 10101010 | 101001 | 10001 |
Color Harmonies of #1A3E38
Complementary color
Monochromatic Colors of #1A3E38
Black with #1A3E38
Text Example
Text Example
White with #1A3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E38; }
p { color: rgb(26,62,56); }
H1.HeaderClassName
{
color: #1A3E38;
}
.AnyTagClassName
{
color: #1A3E38;
}
</style>
background-color css
<style>
a { background-color: #1A3E38; }
a { background-color: rgb(26,62,56); }
div.DivClassName
{
background-color: #1A3E38;
}
.BgClassName
{
background-color: #1A3E38;
}
</style>
border-color css
<style>
span { border-color: #1A3E38; }
span { border-color: rgb(26,62,56); }
td.TdClassName
{
border-color: #1A3E38;
}
.TagClassName
{
border-color: #1A3E38;
}
</style>