Shades of Teal Blue #19545E
Tints of Teal Blue #19545E
RGB
CMYK
RGB Variations
Color information
#19545E (or 0x19545E) is known color: Teal Blue. HEX triplet: 19, 54 and 5E. RGB value is (25,84,94). Sum of RGB (Red+Green+Blue) = 25+84+94=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #19545E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545E is #E6ABA1. Grayscale: #434343. Windows color (decimal): -15117218 or 6181913. OLE color: 6181913.
HSL color Cylindrical-coordinate representation of color #19545E: hue angle of 188.7º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19545E is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 84 | 94 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.63 |
| HSL | 188.7º | 0.58% | 0.23% | - |
| HSV(B) | 188.7º | 0.73% | 0.37% | - |
| XYZ | 5.59 | 7.36 | 11.71 | - |
| YUV | 67.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 94 | 0.73 | 0.11 | 0 | 0.63 | 188.7 | 0.58 | 0.23 |
| Hex | 19 | 54 | 5E | 49 | B | 0 | 3F | BD | 3A | 17 |
| Octal | 31 | 124 | 136 | 111 | 13 | 0 | 77 | 275 | 72 | 27 |
| Binary | 11001 | 1010100 | 1011110 | 1001001 | 1011 | 0 | 111111 | 10111101 | 111010 | 10111 |
Color Harmonies of #19545E
Complementary color
Monochromatic Colors of #19545E
Black with #19545E
Text Example
Text Example
White with #19545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19545E; }
p { color: rgb(25,84,94); }
H1.HeaderClassName
{
color: #19545E;
}
.AnyTagClassName
{
color: #19545E;
}
</style>
background-color css
<style>
a { background-color: #19545E; }
a { background-color: rgb(25,84,94); }
div.DivClassName
{
background-color: #19545E;
}
.BgClassName
{
background-color: #19545E;
}
</style>
border-color css
<style>
span { border-color: #19545E; }
span { border-color: rgb(25,84,94); }
td.TdClassName
{
border-color: #19545E;
}
.TagClassName
{
border-color: #19545E;
}
</style>