Shades of Teal Blue #195060
Tints of Teal Blue #195060
RGB
CMYK
RGB Variations
Color information
#195060 (or 0x195060) is known color: Teal Blue. HEX triplet: 19, 50 and 60. RGB value is (25,80,96). Sum of RGB (Red+Green+Blue) = 25+80+96=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #195060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195060 is #E6AF9F. Grayscale: #414141. Windows color (decimal): -15118240 or 6311961. OLE color: 6311961.
HSL color Cylindrical-coordinate representation of color #195060: hue angle of 193.52º 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 #195060 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 80 | 96 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.62 |
| HSL | 193.52º | 0.59% | 0.24% | - |
| HSV(B) | 193.52º | 0.74% | 0.38% | - |
| XYZ | 5.38 | 6.79 | 12.09 | - |
| YUV | 65.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 96 | 0.74 | 0.17 | 0 | 0.62 | 193.52 | 0.59 | 0.24 |
| Hex | 19 | 50 | 60 | 4A | 11 | 0 | 3E | C2 | 3B | 18 |
| Octal | 31 | 120 | 140 | 112 | 21 | 0 | 76 | 302 | 73 | 30 |
| Binary | 11001 | 1010000 | 1100000 | 1001010 | 10001 | 0 | 111110 | 11000010 | 111011 | 11000 |
Color Harmonies of #195060
Complementary color
Monochromatic Colors of #195060
Black with #195060
Text Example
Text Example
White with #195060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195060; }
p { color: rgb(25,80,96); }
H1.HeaderClassName
{
color: #195060;
}
.AnyTagClassName
{
color: #195060;
}
</style>
background-color css
<style>
a { background-color: #195060; }
a { background-color: rgb(25,80,96); }
div.DivClassName
{
background-color: #195060;
}
.BgClassName
{
background-color: #195060;
}
</style>
border-color css
<style>
span { border-color: #195060; }
span { border-color: rgb(25,80,96); }
td.TdClassName
{
border-color: #195060;
}
.TagClassName
{
border-color: #195060;
}
</style>