Shades of Teal Blue #19474F
Tints of Teal Blue #19474F
RGB
CMYK
RGB Variations
Color information
#19474F (or 0x19474F) is known color: Teal Blue. HEX triplet: 19, 47 and 4F. RGB value is (25,71,79). Sum of RGB (Red+Green+Blue) = 25+71+79=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #19474F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19474F is #E6B8B0. Grayscale: #3A3A3A. Windows color (decimal): -15120561 or 5195545. OLE color: 5195545.
HSL color Cylindrical-coordinate representation of color #19474F: hue angle of 188.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19474F is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 71 | 79 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.69 |
| HSL | 188.89º | 0.52% | 0.2% | - |
| HSV(B) | 188.89º | 0.68% | 0.31% | - |
| XYZ | 4.07 | 5.28 | 8.2 | - |
| YUV | 58.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 79 | 0.68 | 0.10 | 0 | 0.69 | 188.89 | 0.52 | 0.2 |
| Hex | 19 | 47 | 4F | 44 | A | 0 | 45 | BD | 34 | 14 |
| Octal | 31 | 107 | 117 | 104 | 12 | 0 | 105 | 275 | 64 | 24 |
| Binary | 11001 | 1000111 | 1001111 | 1000100 | 1010 | 0 | 1000101 | 10111101 | 110100 | 10100 |
Color Harmonies of #19474F
Complementary color
Monochromatic Colors of #19474F
Black with #19474F
Text Example
Text Example
White with #19474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19474F; }
p { color: rgb(25,71,79); }
H1.HeaderClassName
{
color: #19474F;
}
.AnyTagClassName
{
color: #19474F;
}
</style>
background-color css
<style>
a { background-color: #19474F; }
a { background-color: rgb(25,71,79); }
div.DivClassName
{
background-color: #19474F;
}
.BgClassName
{
background-color: #19474F;
}
</style>
border-color css
<style>
span { border-color: #19474F; }
span { border-color: rgb(25,71,79); }
td.TdClassName
{
border-color: #19474F;
}
.TagClassName
{
border-color: #19474F;
}
</style>