Shades of Teal Blue #195260
Tints of Teal Blue #195260
RGB
CMYK
RGB Variations
Color information
#195260 (or 0x195260) is known color: Teal Blue. HEX triplet: 19, 52 and 60. RGB value is (25,82,96). Sum of RGB (Red+Green+Blue) = 25+82+96=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #195260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195260 is #E6AD9F. Grayscale: #424242. Windows color (decimal): -15117728 or 6312473. OLE color: 6312473.
HSL color Cylindrical-coordinate representation of color #195260: hue angle of 191.83º 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 #195260 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 82 | 96 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.62 |
| HSL | 191.83º | 0.59% | 0.24% | - |
| HSV(B) | 191.83º | 0.74% | 0.38% | - |
| XYZ | 5.53 | 7.09 | 12.14 | - |
| YUV | 66.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 96 | 0.74 | 0.15 | 0 | 0.62 | 191.83 | 0.59 | 0.24 |
| Hex | 19 | 52 | 60 | 4A | F | 0 | 3E | C0 | 3B | 18 |
| Octal | 31 | 122 | 140 | 112 | 17 | 0 | 76 | 300 | 73 | 30 |
| Binary | 11001 | 1010010 | 1100000 | 1001010 | 1111 | 0 | 111110 | 11000000 | 111011 | 11000 |
Color Harmonies of #195260
Complementary color
Monochromatic Colors of #195260
Black with #195260
Text Example
Text Example
White with #195260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195260; }
p { color: rgb(25,82,96); }
H1.HeaderClassName
{
color: #195260;
}
.AnyTagClassName
{
color: #195260;
}
</style>
background-color css
<style>
a { background-color: #195260; }
a { background-color: rgb(25,82,96); }
div.DivClassName
{
background-color: #195260;
}
.BgClassName
{
background-color: #195260;
}
</style>
border-color css
<style>
span { border-color: #195260; }
span { border-color: rgb(25,82,96); }
td.TdClassName
{
border-color: #195260;
}
.TagClassName
{
border-color: #195260;
}
</style>