Shades of Deep Teal #1A3E35
Tints of Deep Teal #1A3E35
RGB
CMYK
RGB Variations
Color information
#1A3E35 (or 0x1A3E35) is known color: Deep Teal. HEX triplet: 1A, 3E and 35. RGB value is (26,62,53). Sum of RGB (Red+Green+Blue) = 26+62+53=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E35 is #E5C1CA. Grayscale: #323232. Windows color (decimal): -15057355 or 3489306. OLE color: 3489306.
HSL color Cylindrical-coordinate representation of color #1A3E35: hue angle of 165º 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 #1A3E35 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 53 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.76 |
| HSL | 165º | 0.41% | 0.17% | - |
| HSV(B) | 165º | 0.58% | 0.24% | - |
| XYZ | 2.79 | 3.92 | 3.98 | - |
| YUV | 50.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 53 | 0.58 | 0 | 0.15 | 0.76 | 165 | 0.41 | 0.17 |
| Hex | 1A | 3E | 35 | 3A | 0 | F | 4C | A5 | 29 | 11 |
| Octal | 32 | 76 | 65 | 72 | 0 | 17 | 114 | 245 | 51 | 21 |
| Binary | 11010 | 111110 | 110101 | 111010 | 0 | 1111 | 1001100 | 10100101 | 101001 | 10001 |
Color Harmonies of #1A3E35
Complementary color
Monochromatic Colors of #1A3E35
Black with #1A3E35
Text Example
Text Example
White with #1A3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E35; }
p { color: rgb(26,62,53); }
H1.HeaderClassName
{
color: #1A3E35;
}
.AnyTagClassName
{
color: #1A3E35;
}
</style>
background-color css
<style>
a { background-color: #1A3E35; }
a { background-color: rgb(26,62,53); }
div.DivClassName
{
background-color: #1A3E35;
}
.BgClassName
{
background-color: #1A3E35;
}
</style>
border-color css
<style>
span { border-color: #1A3E35; }
span { border-color: rgb(26,62,53); }
td.TdClassName
{
border-color: #1A3E35;
}
.TagClassName
{
border-color: #1A3E35;
}
</style>