Shades of Teal Blue #1E4E59
Tints of Teal Blue #1E4E59
RGB
CMYK
RGB Variations
Color information
#1E4E59 (or 0x1E4E59) is known color: Teal Blue. HEX triplet: 1E, 4E and 59. RGB value is (30,78,89). Sum of RGB (Red+Green+Blue) = 30+78+89=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4E59 is #E1B1A6. Grayscale: #404040. Windows color (decimal): -14791079 or 5852702. OLE color: 5852702.
HSL color Cylindrical-coordinate representation of color #1E4E59: hue angle of 191.19º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4E59 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 78 | 89 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.65 |
| HSL | 191.19º | 0.5% | 0.23% | - |
| HSV(B) | 191.19º | 0.66% | 0.35% | - |
| XYZ | 5.06 | 6.45 | 10.43 | - |
| YUV | 64.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 89 | 0.66 | 0.12 | 0 | 0.65 | 191.19 | 0.5 | 0.23 |
| Hex | 1E | 4E | 59 | 42 | C | 0 | 41 | BF | 32 | 17 |
| Octal | 36 | 116 | 131 | 102 | 14 | 0 | 101 | 277 | 62 | 27 |
| Binary | 11110 | 1001110 | 1011001 | 1000010 | 1100 | 0 | 1000001 | 10111111 | 110010 | 10111 |
Color Harmonies of #1E4E59
Complementary color
Monochromatic Colors of #1E4E59
Black with #1E4E59
Text Example
Text Example
White with #1E4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4E59; }
p { color: rgb(30,78,89); }
H1.HeaderClassName
{
color: #1E4E59;
}
.AnyTagClassName
{
color: #1E4E59;
}
</style>
background-color css
<style>
a { background-color: #1E4E59; }
a { background-color: rgb(30,78,89); }
div.DivClassName
{
background-color: #1E4E59;
}
.BgClassName
{
background-color: #1E4E59;
}
</style>
border-color css
<style>
span { border-color: #1E4E59; }
span { border-color: rgb(30,78,89); }
td.TdClassName
{
border-color: #1E4E59;
}
.TagClassName
{
border-color: #1E4E59;
}
</style>