Shades of Blue Stone #196A65
Tints of Blue Stone #196A65
RGB
CMYK
RGB Variations
Color information
#196A65 (or 0x196A65) is known color: Blue Stone. HEX triplet: 19, 6A and 65. RGB value is (25,106,101). Sum of RGB (Red+Green+Blue) = 25+106+101=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #196A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A65 is #E6959A. Grayscale: #515151. Windows color (decimal): -15111579 or 6646297. OLE color: 6646297.
HSL color Cylindrical-coordinate representation of color #196A65: hue angle of 176.3º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A65 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 101 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.58 |
| HSL | 176.3º | 0.62% | 0.26% | - |
| HSV(B) | 176.3º | 0.76% | 0.42% | - |
| XYZ | 7.9 | 11.45 | 14.11 | - |
| YUV | 81.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 101 | 0.76 | 0 | 0.05 | 0.58 | 176.3 | 0.62 | 0.26 |
| Hex | 19 | 6A | 65 | 4C | 0 | 5 | 3A | B0 | 3E | 1A |
| Octal | 31 | 152 | 145 | 114 | 0 | 5 | 72 | 260 | 76 | 32 |
| Binary | 11001 | 1101010 | 1100101 | 1001100 | 0 | 101 | 111010 | 10110000 | 111110 | 11010 |
Color Harmonies of #196A65
Complementary color
Monochromatic Colors of #196A65
Black with #196A65
Text Example
Text Example
White with #196A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A65; }
p { color: rgb(25,106,101); }
H1.HeaderClassName
{
color: #196A65;
}
.AnyTagClassName
{
color: #196A65;
}
</style>
background-color css
<style>
a { background-color: #196A65; }
a { background-color: rgb(25,106,101); }
div.DivClassName
{
background-color: #196A65;
}
.BgClassName
{
background-color: #196A65;
}
</style>
border-color css
<style>
span { border-color: #196A65; }
span { border-color: rgb(25,106,101); }
td.TdClassName
{
border-color: #196A65;
}
.TagClassName
{
border-color: #196A65;
}
</style>