Shades of Teal Blue #19515D
Tints of Teal Blue #19515D
RGB
CMYK
RGB Variations
Color information
#19515D (or 0x19515D) is known color: Teal Blue. HEX triplet: 19, 51 and 5D. RGB value is (25,81,93). Sum of RGB (Red+Green+Blue) = 25+81+93=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #19515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19515D is #E6AEA2. Grayscale: #414141. Windows color (decimal): -15117987 or 6115609. OLE color: 6115609.
HSL color Cylindrical-coordinate representation of color #19515D: hue angle of 190.59º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19515D is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 81 | 93 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.64 |
| HSL | 190.59º | 0.58% | 0.23% | - |
| HSV(B) | 190.59º | 0.73% | 0.36% | - |
| XYZ | 5.32 | 6.88 | 11.4 | - |
| YUV | 65.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 93 | 0.73 | 0.13 | 0 | 0.64 | 190.59 | 0.58 | 0.23 |
| Hex | 19 | 51 | 5D | 49 | D | 0 | 40 | BF | 3A | 17 |
| Octal | 31 | 121 | 135 | 111 | 15 | 0 | 100 | 277 | 72 | 27 |
| Binary | 11001 | 1010001 | 1011101 | 1001001 | 1101 | 0 | 1000000 | 10111111 | 111010 | 10111 |
Color Harmonies of #19515D
Complementary color
Monochromatic Colors of #19515D
Black with #19515D
Text Example
Text Example
White with #19515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19515D; }
p { color: rgb(25,81,93); }
H1.HeaderClassName
{
color: #19515D;
}
.AnyTagClassName
{
color: #19515D;
}
</style>
background-color css
<style>
a { background-color: #19515D; }
a { background-color: rgb(25,81,93); }
div.DivClassName
{
background-color: #19515D;
}
.BgClassName
{
background-color: #19515D;
}
</style>
border-color css
<style>
span { border-color: #19515D; }
span { border-color: rgb(25,81,93); }
td.TdClassName
{
border-color: #19515D;
}
.TagClassName
{
border-color: #19515D;
}
</style>