Shades of Teal Blue #1E5460
Tints of Teal Blue #1E5460
RGB
CMYK
RGB Variations
Color information
#1E5460 (or 0x1E5460) is known color: Teal Blue. HEX triplet: 1E, 54 and 60. RGB value is (30,84,96). Sum of RGB (Red+Green+Blue) = 30+84+96=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5460 is #E1AB9F. Grayscale: #454545. Windows color (decimal): -14789536 or 6312990. OLE color: 6312990.
HSL color Cylindrical-coordinate representation of color #1E5460: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5460 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 84 | 96 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.62 |
| HSL | 190.91º | 0.52% | 0.25% | - |
| HSV(B) | 190.91º | 0.69% | 0.38% | - |
| XYZ | 5.82 | 7.46 | 12.2 | - |
| YUV | 69.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 96 | 0.69 | 0.12 | 0 | 0.62 | 190.91 | 0.52 | 0.25 |
| Hex | 1E | 54 | 60 | 45 | C | 0 | 3E | BF | 34 | 19 |
| Octal | 36 | 124 | 140 | 105 | 14 | 0 | 76 | 277 | 64 | 31 |
| Binary | 11110 | 1010100 | 1100000 | 1000101 | 1100 | 0 | 111110 | 10111111 | 110100 | 11001 |
Color Harmonies of #1E5460
Complementary color
Monochromatic Colors of #1E5460
Black with #1E5460
Text Example
Text Example
White with #1E5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5460; }
p { color: rgb(30,84,96); }
H1.HeaderClassName
{
color: #1E5460;
}
.AnyTagClassName
{
color: #1E5460;
}
</style>
background-color css
<style>
a { background-color: #1E5460; }
a { background-color: rgb(30,84,96); }
div.DivClassName
{
background-color: #1E5460;
}
.BgClassName
{
background-color: #1E5460;
}
</style>
border-color css
<style>
span { border-color: #1E5460; }
span { border-color: rgb(30,84,96); }
td.TdClassName
{
border-color: #1E5460;
}
.TagClassName
{
border-color: #1E5460;
}
</style>