Shades of Teal Blue #1E535A
Tints of Teal Blue #1E535A
RGB
CMYK
RGB Variations
Color information
#1E535A (or 0x1E535A) is known color: Teal Blue. HEX triplet: 1E, 53 and 5A. RGB value is (30,83,90). Sum of RGB (Red+Green+Blue) = 30+83+90=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E535A is #E1ACA5. Grayscale: #434343. Windows color (decimal): -14789798 or 5919518. OLE color: 5919518.
HSL color Cylindrical-coordinate representation of color #1E535A: hue angle of 187º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E535A is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 83 | 90 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.65 |
| HSL | 187º | 0.5% | 0.24% | - |
| HSV(B) | 187º | 0.67% | 0.35% | - |
| XYZ | 5.47 | 7.2 | 10.77 | - |
| YUV | 67.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 90 | 0.67 | 0.08 | 0 | 0.65 | 187 | 0.5 | 0.24 |
| Hex | 1E | 53 | 5A | 43 | 8 | 0 | 41 | BB | 32 | 18 |
| Octal | 36 | 123 | 132 | 103 | 10 | 0 | 101 | 273 | 62 | 30 |
| Binary | 11110 | 1010011 | 1011010 | 1000011 | 1000 | 0 | 1000001 | 10111011 | 110010 | 11000 |
Color Harmonies of #1E535A
Complementary color
Monochromatic Colors of #1E535A
Black with #1E535A
Text Example
Text Example
White with #1E535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E535A; }
p { color: rgb(30,83,90); }
H1.HeaderClassName
{
color: #1E535A;
}
.AnyTagClassName
{
color: #1E535A;
}
</style>
background-color css
<style>
a { background-color: #1E535A; }
a { background-color: rgb(30,83,90); }
div.DivClassName
{
background-color: #1E535A;
}
.BgClassName
{
background-color: #1E535A;
}
</style>
border-color css
<style>
span { border-color: #1E535A; }
span { border-color: rgb(30,83,90); }
td.TdClassName
{
border-color: #1E535A;
}
.TagClassName
{
border-color: #1E535A;
}
</style>