Shades of Blue Stone #16716C
Tints of Blue Stone #16716C
RGB
CMYK
RGB Variations
Color information
#16716C (or 0x16716C) is known color: Blue Stone. HEX triplet: 16, 71 and 6C. RGB value is (22,113,108). Sum of RGB (Red+Green+Blue) = 22+113+108=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #16716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16716C is #E98E93. Grayscale: #555555. Windows color (decimal): -15306388 or 7106838. OLE color: 7106838.
HSL color Cylindrical-coordinate representation of color #16716C: hue angle of 176.7º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16716C is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 108 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.56 |
| HSL | 176.7º | 0.67% | 0.26% | - |
| HSV(B) | 176.7º | 0.81% | 0.44% | - |
| XYZ | 8.94 | 13.06 | 16.24 | - |
| YUV | 85.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 108 | 0.81 | 0 | 0.04 | 0.56 | 176.7 | 0.67 | 0.26 |
| Hex | 16 | 71 | 6C | 51 | 0 | 4 | 38 | B1 | 43 | 1A |
| Octal | 26 | 161 | 154 | 121 | 0 | 4 | 70 | 261 | 103 | 32 |
| Binary | 10110 | 1110001 | 1101100 | 1010001 | 0 | 100 | 111000 | 10110001 | 1000011 | 11010 |
Color Harmonies of #16716C
Complementary color
Monochromatic Colors of #16716C
Black with #16716C
Text Example
Text Example
White with #16716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16716C; }
p { color: rgb(22,113,108); }
H1.HeaderClassName
{
color: #16716C;
}
.AnyTagClassName
{
color: #16716C;
}
</style>
background-color css
<style>
a { background-color: #16716C; }
a { background-color: rgb(22,113,108); }
div.DivClassName
{
background-color: #16716C;
}
.BgClassName
{
background-color: #16716C;
}
</style>
border-color css
<style>
span { border-color: #16716C; }
span { border-color: rgb(22,113,108); }
td.TdClassName
{
border-color: #16716C;
}
.TagClassName
{
border-color: #16716C;
}
</style>