Shades of Teal Blue #1E4D57
Tints of Teal Blue #1E4D57
RGB
CMYK
RGB Variations
Color information
#1E4D57 (or 0x1E4D57) is known color: Teal Blue. HEX triplet: 1E, 4D and 57. RGB value is (30,77,87). Sum of RGB (Red+Green+Blue) = 30+77+87=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #1E4D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D57 is #E1B2A8. Grayscale: #404040. Windows color (decimal): -14791337 or 5721374. OLE color: 5721374.
HSL color Cylindrical-coordinate representation of color #1E4D57: hue angle of 190.53º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4D57 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 77 | 87 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.66 |
| HSL | 190.53º | 0.49% | 0.23% | - |
| HSV(B) | 190.53º | 0.66% | 0.34% | - |
| XYZ | 4.91 | 6.27 | 9.97 | - |
| YUV | 64.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 87 | 0.66 | 0.11 | 0 | 0.66 | 190.53 | 0.49 | 0.23 |
| Hex | 1E | 4D | 57 | 42 | B | 0 | 42 | BF | 31 | 17 |
| Octal | 36 | 115 | 127 | 102 | 13 | 0 | 102 | 277 | 61 | 27 |
| Binary | 11110 | 1001101 | 1010111 | 1000010 | 1011 | 0 | 1000010 | 10111111 | 110001 | 10111 |
Color Harmonies of #1E4D57
Complementary color
Monochromatic Colors of #1E4D57
Black with #1E4D57
Text Example
Text Example
White with #1E4D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D57; }
p { color: rgb(30,77,87); }
H1.HeaderClassName
{
color: #1E4D57;
}
.AnyTagClassName
{
color: #1E4D57;
}
</style>
background-color css
<style>
a { background-color: #1E4D57; }
a { background-color: rgb(30,77,87); }
div.DivClassName
{
background-color: #1E4D57;
}
.BgClassName
{
background-color: #1E4D57;
}
</style>
border-color css
<style>
span { border-color: #1E4D57; }
span { border-color: rgb(30,77,87); }
td.TdClassName
{
border-color: #1E4D57;
}
.TagClassName
{
border-color: #1E4D57;
}
</style>