Shades of Teal Blue #1A4D57
Tints of Teal Blue #1A4D57
RGB
CMYK
RGB Variations
Color information
#1A4D57 (or 0x1A4D57) is known color: Teal Blue. HEX triplet: 1A, 4D and 57. RGB value is (26,77,87). Sum of RGB (Red+Green+Blue) = 26+77+87=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A4D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D57 is #E5B2A8. Grayscale: #3E3E3E. Windows color (decimal): -15053481 or 5721370. OLE color: 5721370.
HSL color Cylindrical-coordinate representation of color #1A4D57: hue angle of 189.84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A4D57 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 77 | 87 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.66 |
| HSL | 189.84º | 0.54% | 0.22% | - |
| HSV(B) | 189.84º | 0.7% | 0.34% | - |
| XYZ | 4.8 | 6.22 | 9.96 | - |
| YUV | 62.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 87 | 0.70 | 0.11 | 0 | 0.66 | 189.84 | 0.54 | 0.22 |
| Hex | 1A | 4D | 57 | 46 | B | 0 | 42 | BE | 36 | 16 |
| Octal | 32 | 115 | 127 | 106 | 13 | 0 | 102 | 276 | 66 | 26 |
| Binary | 11010 | 1001101 | 1010111 | 1000110 | 1011 | 0 | 1000010 | 10111110 | 110110 | 10110 |
Color Harmonies of #1A4D57
Complementary color
Monochromatic Colors of #1A4D57
Black with #1A4D57
Text Example
Text Example
White with #1A4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D57; }
p { color: rgb(26,77,87); }
H1.HeaderClassName
{
color: #1A4D57;
}
.AnyTagClassName
{
color: #1A4D57;
}
</style>
background-color css
<style>
a { background-color: #1A4D57; }
a { background-color: rgb(26,77,87); }
div.DivClassName
{
background-color: #1A4D57;
}
.BgClassName
{
background-color: #1A4D57;
}
</style>
border-color css
<style>
span { border-color: #1A4D57; }
span { border-color: rgb(26,77,87); }
td.TdClassName
{
border-color: #1A4D57;
}
.TagClassName
{
border-color: #1A4D57;
}
</style>