Shades of Teal Blue #1A4D59
Tints of Teal Blue #1A4D59
RGB
CMYK
RGB Variations
Color information
#1A4D59 (or 0x1A4D59) is known color: Teal Blue. HEX triplet: 1A, 4D and 59. RGB value is (26,77,89). Sum of RGB (Red+Green+Blue) = 26+77+89=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A4D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D59 is #E5B2A6. Grayscale: #3F3F3F. Windows color (decimal): -15053479 or 5852442. OLE color: 5852442.
HSL color Cylindrical-coordinate representation of color #1A4D59: hue angle of 191.43º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A4D59 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 77 | 89 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.65 |
| HSL | 191.43º | 0.55% | 0.23% | - |
| HSV(B) | 191.43º | 0.71% | 0.35% | - |
| XYZ | 4.88 | 6.25 | 10.4 | - |
| YUV | 63.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 89 | 0.71 | 0.13 | 0 | 0.65 | 191.43 | 0.55 | 0.23 |
| Hex | 1A | 4D | 59 | 47 | D | 0 | 41 | BF | 37 | 17 |
| Octal | 32 | 115 | 131 | 107 | 15 | 0 | 101 | 277 | 67 | 27 |
| Binary | 11010 | 1001101 | 1011001 | 1000111 | 1101 | 0 | 1000001 | 10111111 | 110111 | 10111 |
Color Harmonies of #1A4D59
Complementary color
Monochromatic Colors of #1A4D59
Black with #1A4D59
Text Example
Text Example
White with #1A4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D59; }
p { color: rgb(26,77,89); }
H1.HeaderClassName
{
color: #1A4D59;
}
.AnyTagClassName
{
color: #1A4D59;
}
</style>
background-color css
<style>
a { background-color: #1A4D59; }
a { background-color: rgb(26,77,89); }
div.DivClassName
{
background-color: #1A4D59;
}
.BgClassName
{
background-color: #1A4D59;
}
</style>
border-color css
<style>
span { border-color: #1A4D59; }
span { border-color: rgb(26,77,89); }
td.TdClassName
{
border-color: #1A4D59;
}
.TagClassName
{
border-color: #1A4D59;
}
</style>