Shades of Teal Blue #195160
Tints of Teal Blue #195160
RGB
CMYK
RGB Variations
Color information
#195160 (or 0x195160) is known color: Teal Blue. HEX triplet: 19, 51 and 60. RGB value is (25,81,96). Sum of RGB (Red+Green+Blue) = 25+81+96=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #195160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195160 is #E6AE9F. Grayscale: #414141. Windows color (decimal): -15117984 or 6312217. OLE color: 6312217.
HSL color Cylindrical-coordinate representation of color #195160: hue angle of 192.68º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195160 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 81 | 96 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.62 |
| HSL | 192.68º | 0.59% | 0.24% | - |
| HSV(B) | 192.68º | 0.74% | 0.38% | - |
| XYZ | 5.45 | 6.94 | 12.12 | - |
| YUV | 65.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 96 | 0.74 | 0.16 | 0 | 0.62 | 192.68 | 0.59 | 0.24 |
| Hex | 19 | 51 | 60 | 4A | 10 | 0 | 3E | C1 | 3B | 18 |
| Octal | 31 | 121 | 140 | 112 | 20 | 0 | 76 | 301 | 73 | 30 |
| Binary | 11001 | 1010001 | 1100000 | 1001010 | 10000 | 0 | 111110 | 11000001 | 111011 | 11000 |
Color Harmonies of #195160
Complementary color
Monochromatic Colors of #195160
Black with #195160
Text Example
Text Example
White with #195160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195160; }
p { color: rgb(25,81,96); }
H1.HeaderClassName
{
color: #195160;
}
.AnyTagClassName
{
color: #195160;
}
</style>
background-color css
<style>
a { background-color: #195160; }
a { background-color: rgb(25,81,96); }
div.DivClassName
{
background-color: #195160;
}
.BgClassName
{
background-color: #195160;
}
</style>
border-color css
<style>
span { border-color: #195160; }
span { border-color: rgb(25,81,96); }
td.TdClassName
{
border-color: #195160;
}
.TagClassName
{
border-color: #195160;
}
</style>