Shades of Deep Teal #1A3B36
Tints of Deep Teal #1A3B36
RGB
CMYK
RGB Variations
Color information
#1A3B36 (or 0x1A3B36) is known color: Deep Teal. HEX triplet: 1A, 3B and 36. RGB value is (26,59,54). Sum of RGB (Red+Green+Blue) = 26+59+54=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3B36 is #E5C4C9. Grayscale: #303030. Windows color (decimal): -15058122 or 3554074. OLE color: 3554074.
HSL color Cylindrical-coordinate representation of color #1A3B36: hue angle of 170.91º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A3B36 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 59 | 54 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.77 |
| HSL | 170.91º | 0.39% | 0.17% | - |
| HSV(B) | 170.91º | 0.56% | 0.23% | - |
| XYZ | 2.66 | 3.61 | 4.05 | - |
| YUV | 48.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 54 | 0.56 | 0 | 0.08 | 0.77 | 170.91 | 0.39 | 0.17 |
| Hex | 1A | 3B | 36 | 38 | 0 | 8 | 4D | AB | 27 | 11 |
| Octal | 32 | 73 | 66 | 70 | 0 | 10 | 115 | 253 | 47 | 21 |
| Binary | 11010 | 111011 | 110110 | 111000 | 0 | 1000 | 1001101 | 10101011 | 100111 | 10001 |
Color Harmonies of #1A3B36
Complementary color
Monochromatic Colors of #1A3B36
Black with #1A3B36
Text Example
Text Example
White with #1A3B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B36; }
p { color: rgb(26,59,54); }
H1.HeaderClassName
{
color: #1A3B36;
}
.AnyTagClassName
{
color: #1A3B36;
}
</style>
background-color css
<style>
a { background-color: #1A3B36; }
a { background-color: rgb(26,59,54); }
div.DivClassName
{
background-color: #1A3B36;
}
.BgClassName
{
background-color: #1A3B36;
}
</style>
border-color css
<style>
span { border-color: #1A3B36; }
span { border-color: rgb(26,59,54); }
td.TdClassName
{
border-color: #1A3B36;
}
.TagClassName
{
border-color: #1A3B36;
}
</style>