Shades of Teal Blue #195562
Tints of Teal Blue #195562
RGB
CMYK
RGB Variations
Color information
#195562 (or 0x195562) is known color: Teal Blue. HEX triplet: 19, 55 and 62. RGB value is (25,85,98). Sum of RGB (Red+Green+Blue) = 25+85+98=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #195562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195562 is #E6AA9D. Grayscale: #444444. Windows color (decimal): -15116958 or 6444313. OLE color: 6444313.
HSL color Cylindrical-coordinate representation of color #195562: hue angle of 190.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 #195562 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 85 | 98 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.62 |
| HSL | 190.68º | 0.59% | 0.24% | - |
| HSV(B) | 190.68º | 0.74% | 0.38% | - |
| XYZ | 5.85 | 7.59 | 12.71 | - |
| YUV | 68.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 98 | 0.74 | 0.13 | 0 | 0.62 | 190.68 | 0.59 | 0.24 |
| Hex | 19 | 55 | 62 | 4A | D | 0 | 3E | BF | 3B | 18 |
| Octal | 31 | 125 | 142 | 112 | 15 | 0 | 76 | 277 | 73 | 30 |
| Binary | 11001 | 1010101 | 1100010 | 1001010 | 1101 | 0 | 111110 | 10111111 | 111011 | 11000 |
Color Harmonies of #195562
Complementary color
Monochromatic Colors of #195562
Black with #195562
Text Example
Text Example
White with #195562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195562; }
p { color: rgb(25,85,98); }
H1.HeaderClassName
{
color: #195562;
}
.AnyTagClassName
{
color: #195562;
}
</style>
background-color css
<style>
a { background-color: #195562; }
a { background-color: rgb(25,85,98); }
div.DivClassName
{
background-color: #195562;
}
.BgClassName
{
background-color: #195562;
}
</style>
border-color css
<style>
span { border-color: #195562; }
span { border-color: rgb(25,85,98); }
td.TdClassName
{
border-color: #195562;
}
.TagClassName
{
border-color: #195562;
}
</style>