Shades of Deep Teal #1A3A36
Tints of Deep Teal #1A3A36
RGB
CMYK
RGB Variations
Color information
#1A3A36 (or 0x1A3A36) is known color: Deep Teal. HEX triplet: 1A, 3A and 36. RGB value is (26,58,54). Sum of RGB (Red+Green+Blue) = 26+58+54=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A36 is #E5C5C9. Grayscale: #2F2F2F. Windows color (decimal): -15058378 or 3553818. OLE color: 3553818.
HSL color Cylindrical-coordinate representation of color #1A3A36: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A36 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 58 | 54 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.77 |
| HSL | 172.5º | 0.38% | 0.16% | - |
| HSV(B) | 172.5º | 0.55% | 0.23% | - |
| XYZ | 2.6 | 3.51 | 4.03 | - |
| YUV | 47.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 54 | 0.55 | 0 | 0.07 | 0.77 | 172.5 | 0.38 | 0.16 |
| Hex | 1A | 3A | 36 | 37 | 0 | 7 | 4D | AC | 26 | 10 |
| Octal | 32 | 72 | 66 | 67 | 0 | 7 | 115 | 254 | 46 | 20 |
| Binary | 11010 | 111010 | 110110 | 110111 | 0 | 111 | 1001101 | 10101100 | 100110 | 10000 |
Color Harmonies of #1A3A36
Complementary color
Monochromatic Colors of #1A3A36
Black with #1A3A36
Text Example
Text Example
White with #1A3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A36; }
p { color: rgb(26,58,54); }
H1.HeaderClassName
{
color: #1A3A36;
}
.AnyTagClassName
{
color: #1A3A36;
}
</style>
background-color css
<style>
a { background-color: #1A3A36; }
a { background-color: rgb(26,58,54); }
div.DivClassName
{
background-color: #1A3A36;
}
.BgClassName
{
background-color: #1A3A36;
}
</style>
border-color css
<style>
span { border-color: #1A3A36; }
span { border-color: rgb(26,58,54); }
td.TdClassName
{
border-color: #1A3A36;
}
.TagClassName
{
border-color: #1A3A36;
}
</style>