Shades of Teal Blue #1E525B
Tints of Teal Blue #1E525B
RGB
CMYK
RGB Variations
Color information
#1E525B (or 0x1E525B) is known color: Teal Blue. HEX triplet: 1E, 52 and 5B. RGB value is (30,82,91). Sum of RGB (Red+Green+Blue) = 30+82+91=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E525B is #E1ADA4. Grayscale: #434343. Windows color (decimal): -14790053 or 5984798. OLE color: 5984798.
HSL color Cylindrical-coordinate representation of color #1E525B: hue angle of 188.85º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E525B is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 82 | 91 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.64 |
| HSL | 188.85º | 0.5% | 0.24% | - |
| HSV(B) | 188.85º | 0.67% | 0.36% | - |
| XYZ | 5.44 | 7.07 | 10.97 | - |
| YUV | 67.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 82 | 91 | 0.67 | 0.10 | 0 | 0.64 | 188.85 | 0.5 | 0.24 |
| Hex | 1E | 52 | 5B | 43 | A | 0 | 40 | BD | 32 | 18 |
| Octal | 36 | 122 | 133 | 103 | 12 | 0 | 100 | 275 | 62 | 30 |
| Binary | 11110 | 1010010 | 1011011 | 1000011 | 1010 | 0 | 1000000 | 10111101 | 110010 | 11000 |
Color Harmonies of #1E525B
Complementary color
Monochromatic Colors of #1E525B
Black with #1E525B
Text Example
Text Example
White with #1E525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E525B; }
p { color: rgb(30,82,91); }
H1.HeaderClassName
{
color: #1E525B;
}
.AnyTagClassName
{
color: #1E525B;
}
</style>
background-color css
<style>
a { background-color: #1E525B; }
a { background-color: rgb(30,82,91); }
div.DivClassName
{
background-color: #1E525B;
}
.BgClassName
{
background-color: #1E525B;
}
</style>
border-color css
<style>
span { border-color: #1E525B; }
span { border-color: rgb(30,82,91); }
td.TdClassName
{
border-color: #1E525B;
}
.TagClassName
{
border-color: #1E525B;
}
</style>