Shades of Teal Blue #19505C
Tints of Teal Blue #19505C
RGB
CMYK
RGB Variations
Color information
#19505C (or 0x19505C) is known color: Teal Blue. HEX triplet: 19, 50 and 5C. RGB value is (25,80,92). Sum of RGB (Red+Green+Blue) = 25+80+92=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #19505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505C is #E6AFA3. Grayscale: #404040. Windows color (decimal): -15118244 or 6049817. OLE color: 6049817.
HSL color Cylindrical-coordinate representation of color #19505C: hue angle of 190.75º degrees, saturation: 0.57, 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 #19505C is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 80 | 92 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.64 |
| HSL | 190.75º | 0.57% | 0.23% | - |
| HSV(B) | 190.75º | 0.73% | 0.36% | - |
| XYZ | 5.2 | 6.72 | 11.15 | - |
| YUV | 64.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 92 | 0.73 | 0.13 | 0 | 0.64 | 190.75 | 0.57 | 0.23 |
| Hex | 19 | 50 | 5C | 49 | D | 0 | 40 | BF | 39 | 17 |
| Octal | 31 | 120 | 134 | 111 | 15 | 0 | 100 | 277 | 71 | 27 |
| Binary | 11001 | 1010000 | 1011100 | 1001001 | 1101 | 0 | 1000000 | 10111111 | 111001 | 10111 |
Color Harmonies of #19505C
Complementary color
Monochromatic Colors of #19505C
Black with #19505C
Text Example
Text Example
White with #19505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19505C; }
p { color: rgb(25,80,92); }
H1.HeaderClassName
{
color: #19505C;
}
.AnyTagClassName
{
color: #19505C;
}
</style>
background-color css
<style>
a { background-color: #19505C; }
a { background-color: rgb(25,80,92); }
div.DivClassName
{
background-color: #19505C;
}
.BgClassName
{
background-color: #19505C;
}
</style>
border-color css
<style>
span { border-color: #19505C; }
span { border-color: rgb(25,80,92); }
td.TdClassName
{
border-color: #19505C;
}
.TagClassName
{
border-color: #19505C;
}
</style>