Shades of Teal Blue #1E555C
Tints of Teal Blue #1E555C
RGB
CMYK
RGB Variations
Color information
#1E555C (or 0x1E555C) is known color: Teal Blue. HEX triplet: 1E, 55 and 5C. RGB value is (30,85,92). Sum of RGB (Red+Green+Blue) = 30+85+92=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E555C is #E1AAA3. Grayscale: #454545. Windows color (decimal): -14789284 or 6051102. OLE color: 6051102.
HSL color Cylindrical-coordinate representation of color #1E555C: hue angle of 186.77º degrees, saturation: 0.51, 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 #1E555C is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 85 | 92 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.64 |
| HSL | 186.77º | 0.51% | 0.24% | - |
| HSV(B) | 186.77º | 0.67% | 0.36% | - |
| XYZ | 5.72 | 7.55 | 11.28 | - |
| YUV | 69.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 92 | 0.67 | 0.08 | 0 | 0.64 | 186.77 | 0.51 | 0.24 |
| Hex | 1E | 55 | 5C | 43 | 8 | 0 | 40 | BB | 33 | 18 |
| Octal | 36 | 125 | 134 | 103 | 10 | 0 | 100 | 273 | 63 | 30 |
| Binary | 11110 | 1010101 | 1011100 | 1000011 | 1000 | 0 | 1000000 | 10111011 | 110011 | 11000 |
Color Harmonies of #1E555C
Complementary color
Monochromatic Colors of #1E555C
Black with #1E555C
Text Example
Text Example
White with #1E555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E555C; }
p { color: rgb(30,85,92); }
H1.HeaderClassName
{
color: #1E555C;
}
.AnyTagClassName
{
color: #1E555C;
}
</style>
background-color css
<style>
a { background-color: #1E555C; }
a { background-color: rgb(30,85,92); }
div.DivClassName
{
background-color: #1E555C;
}
.BgClassName
{
background-color: #1E555C;
}
</style>
border-color css
<style>
span { border-color: #1E555C; }
span { border-color: rgb(30,85,92); }
td.TdClassName
{
border-color: #1E555C;
}
.TagClassName
{
border-color: #1E555C;
}
</style>