Shades of Teal Blue #19525D
Tints of Teal Blue #19525D
RGB
CMYK
RGB Variations
Color information
#19525D (or 0x19525D) is known color: Teal Blue. HEX triplet: 19, 52 and 5D. RGB value is (25,82,93). Sum of RGB (Red+Green+Blue) = 25+82+93=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #19525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19525D is #E6ADA2. Grayscale: #424242. Windows color (decimal): -15117731 or 6115865. OLE color: 6115865.
HSL color Cylindrical-coordinate representation of color #19525D: hue angle of 189.71º 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 #19525D is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 82 | 93 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.64 |
| HSL | 189.71º | 0.58% | 0.23% | - |
| HSV(B) | 189.71º | 0.73% | 0.36% | - |
| XYZ | 5.39 | 7.03 | 11.43 | - |
| YUV | 66.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 93 | 0.73 | 0.12 | 0 | 0.64 | 189.71 | 0.58 | 0.23 |
| Hex | 19 | 52 | 5D | 49 | C | 0 | 40 | BE | 3A | 17 |
| Octal | 31 | 122 | 135 | 111 | 14 | 0 | 100 | 276 | 72 | 27 |
| Binary | 11001 | 1010010 | 1011101 | 1001001 | 1100 | 0 | 1000000 | 10111110 | 111010 | 10111 |
Color Harmonies of #19525D
Complementary color
Monochromatic Colors of #19525D
Black with #19525D
Text Example
Text Example
White with #19525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19525D; }
p { color: rgb(25,82,93); }
H1.HeaderClassName
{
color: #19525D;
}
.AnyTagClassName
{
color: #19525D;
}
</style>
background-color css
<style>
a { background-color: #19525D; }
a { background-color: rgb(25,82,93); }
div.DivClassName
{
background-color: #19525D;
}
.BgClassName
{
background-color: #19525D;
}
</style>
border-color css
<style>
span { border-color: #19525D; }
span { border-color: rgb(25,82,93); }
td.TdClassName
{
border-color: #19525D;
}
.TagClassName
{
border-color: #19525D;
}
</style>