Shades of Blue Stone #196B61
Tints of Blue Stone #196B61
RGB
CMYK
RGB Variations
Color information
#196B61 (or 0x196B61) is known color: Blue Stone. HEX triplet: 19, 6B and 61. RGB value is (25,107,97). Sum of RGB (Red+Green+Blue) = 25+107+97=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #196B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B61 is #E6949E. Grayscale: #515151. Windows color (decimal): -15111327 or 6384409. OLE color: 6384409.
HSL color Cylindrical-coordinate representation of color #196B61: hue angle of 172.68º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B61 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 97 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.58 |
| HSL | 172.68º | 0.62% | 0.26% | - |
| HSV(B) | 172.68º | 0.77% | 0.42% | - |
| XYZ | 7.82 | 11.59 | 13.13 | - |
| YUV | 81.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 97 | 0.77 | 0 | 0.09 | 0.58 | 172.68 | 0.62 | 0.26 |
| Hex | 19 | 6B | 61 | 4D | 0 | 9 | 3A | AD | 3E | 1A |
| Octal | 31 | 153 | 141 | 115 | 0 | 11 | 72 | 255 | 76 | 32 |
| Binary | 11001 | 1101011 | 1100001 | 1001101 | 0 | 1001 | 111010 | 10101101 | 111110 | 11010 |
Color Harmonies of #196B61
Complementary color
Monochromatic Colors of #196B61
Black with #196B61
Text Example
Text Example
White with #196B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B61; }
p { color: rgb(25,107,97); }
H1.HeaderClassName
{
color: #196B61;
}
.AnyTagClassName
{
color: #196B61;
}
</style>
background-color css
<style>
a { background-color: #196B61; }
a { background-color: rgb(25,107,97); }
div.DivClassName
{
background-color: #196B61;
}
.BgClassName
{
background-color: #196B61;
}
</style>
border-color css
<style>
span { border-color: #196B61; }
span { border-color: rgb(25,107,97); }
td.TdClassName
{
border-color: #196B61;
}
.TagClassName
{
border-color: #196B61;
}
</style>