Shades of Teal Blue #1E5055
Tints of Teal Blue #1E5055
RGB
CMYK
RGB Variations
Color information
#1E5055 (or 0x1E5055) is known color: Teal Blue. HEX triplet: 1E, 50 and 55. RGB value is (30,80,85). Sum of RGB (Red+Green+Blue) = 30+80+85=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5055 is #E1AFAA. Grayscale: #414141. Windows color (decimal): -14790571 or 5591070. OLE color: 5591070.
HSL color Cylindrical-coordinate representation of color #1E5055: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5055 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 80 | 85 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.67 |
| HSL | 185.45º | 0.48% | 0.23% | - |
| HSV(B) | 185.45º | 0.65% | 0.33% | - |
| XYZ | 5.04 | 6.67 | 9.62 | - |
| YUV | 65.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 85 | 0.65 | 0.06 | 0 | 0.67 | 185.45 | 0.48 | 0.23 |
| Hex | 1E | 50 | 55 | 41 | 6 | 0 | 43 | B9 | 30 | 17 |
| Octal | 36 | 120 | 125 | 101 | 6 | 0 | 103 | 271 | 60 | 27 |
| Binary | 11110 | 1010000 | 1010101 | 1000001 | 110 | 0 | 1000011 | 10111001 | 110000 | 10111 |
Color Harmonies of #1E5055
Complementary color
Monochromatic Colors of #1E5055
Black with #1E5055
Text Example
Text Example
White with #1E5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5055; }
p { color: rgb(30,80,85); }
H1.HeaderClassName
{
color: #1E5055;
}
.AnyTagClassName
{
color: #1E5055;
}
</style>
background-color css
<style>
a { background-color: #1E5055; }
a { background-color: rgb(30,80,85); }
div.DivClassName
{
background-color: #1E5055;
}
.BgClassName
{
background-color: #1E5055;
}
</style>
border-color css
<style>
span { border-color: #1E5055; }
span { border-color: rgb(30,80,85); }
td.TdClassName
{
border-color: #1E5055;
}
.TagClassName
{
border-color: #1E5055;
}
</style>