Shades of Teal Blue #19505A
Tints of Teal Blue #19505A
RGB
CMYK
RGB Variations
Color information
#19505A (or 0x19505A) is known color: Teal Blue. HEX triplet: 19, 50 and 5A. RGB value is (25,80,90). Sum of RGB (Red+Green+Blue) = 25+80+90=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #19505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505A is #E6AFA5. Grayscale: #404040. Windows color (decimal): -15118246 or 5918745. OLE color: 5918745.
HSL color Cylindrical-coordinate representation of color #19505A: hue angle of 189.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19505A is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 80 | 90 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.65 |
| HSL | 189.23º | 0.57% | 0.23% | - |
| HSV(B) | 189.23º | 0.72% | 0.35% | - |
| XYZ | 5.12 | 6.68 | 10.69 | - |
| YUV | 64.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 90 | 0.72 | 0.11 | 0 | 0.65 | 189.23 | 0.57 | 0.23 |
| Hex | 19 | 50 | 5A | 48 | B | 0 | 41 | BD | 39 | 17 |
| Octal | 31 | 120 | 132 | 110 | 13 | 0 | 101 | 275 | 71 | 27 |
| Binary | 11001 | 1010000 | 1011010 | 1001000 | 1011 | 0 | 1000001 | 10111101 | 111001 | 10111 |
Color Harmonies of #19505A
Complementary color
Monochromatic Colors of #19505A
Black with #19505A
Text Example
Text Example
White with #19505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19505A; }
p { color: rgb(25,80,90); }
H1.HeaderClassName
{
color: #19505A;
}
.AnyTagClassName
{
color: #19505A;
}
</style>
background-color css
<style>
a { background-color: #19505A; }
a { background-color: rgb(25,80,90); }
div.DivClassName
{
background-color: #19505A;
}
.BgClassName
{
background-color: #19505A;
}
</style>
border-color css
<style>
span { border-color: #19505A; }
span { border-color: rgb(25,80,90); }
td.TdClassName
{
border-color: #19505A;
}
.TagClassName
{
border-color: #19505A;
}
</style>