Shades of Blue Stone #196F68
Tints of Blue Stone #196F68
RGB
CMYK
RGB Variations
Color information
#196F68 (or 0x196F68) is known color: Blue Stone. HEX triplet: 19, 6F and 68. RGB value is (25,111,104). Sum of RGB (Red+Green+Blue) = 25+111+104=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #196F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F68 is #E69097. Grayscale: #545454. Windows color (decimal): -15110296 or 6844185. OLE color: 6844185.
HSL color Cylindrical-coordinate representation of color #196F68: hue angle of 175.12º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F68 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 104 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.56 |
| HSL | 175.12º | 0.63% | 0.27% | - |
| HSV(B) | 175.12º | 0.77% | 0.44% | - |
| XYZ | 8.58 | 12.58 | 15.07 | - |
| YUV | 84.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 104 | 0.77 | 0 | 0.06 | 0.56 | 175.12 | 0.63 | 0.27 |
| Hex | 19 | 6F | 68 | 4D | 0 | 6 | 38 | AF | 3F | 1B |
| Octal | 31 | 157 | 150 | 115 | 0 | 6 | 70 | 257 | 77 | 33 |
| Binary | 11001 | 1101111 | 1101000 | 1001101 | 0 | 110 | 111000 | 10101111 | 111111 | 11011 |
Color Harmonies of #196F68
Complementary color
Monochromatic Colors of #196F68
Black with #196F68
Text Example
Text Example
White with #196F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F68; }
p { color: rgb(25,111,104); }
H1.HeaderClassName
{
color: #196F68;
}
.AnyTagClassName
{
color: #196F68;
}
</style>
background-color css
<style>
a { background-color: #196F68; }
a { background-color: rgb(25,111,104); }
div.DivClassName
{
background-color: #196F68;
}
.BgClassName
{
background-color: #196F68;
}
</style>
border-color css
<style>
span { border-color: #196F68; }
span { border-color: rgb(25,111,104); }
td.TdClassName
{
border-color: #196F68;
}
.TagClassName
{
border-color: #196F68;
}
</style>