Shades of Blue Stone #16716E
Tints of Blue Stone #16716E
RGB
CMYK
RGB Variations
Color information
#16716E (or 0x16716E) is known color: Blue Stone. HEX triplet: 16, 71 and 6E. RGB value is (22,113,110). Sum of RGB (Red+Green+Blue) = 22+113+110=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #16716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16716E is #E98E91. Grayscale: #555555. Windows color (decimal): -15306386 or 7237910. OLE color: 7237910.
HSL color Cylindrical-coordinate representation of color #16716E: hue angle of 178.02º 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 #16716E is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 110 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.56 |
| HSL | 178.02º | 0.67% | 0.26% | - |
| HSV(B) | 178.02º | 0.81% | 0.44% | - |
| XYZ | 9.05 | 13.11 | 16.8 | - |
| YUV | 85.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 110 | 0.81 | 0 | 0.03 | 0.56 | 178.02 | 0.67 | 0.26 |
| Hex | 16 | 71 | 6E | 51 | 0 | 3 | 38 | B2 | 43 | 1A |
| Octal | 26 | 161 | 156 | 121 | 0 | 3 | 70 | 262 | 103 | 32 |
| Binary | 10110 | 1110001 | 1101110 | 1010001 | 0 | 11 | 111000 | 10110010 | 1000011 | 11010 |
Color Harmonies of #16716E
Complementary color
Monochromatic Colors of #16716E
Black with #16716E
Text Example
Text Example
White with #16716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16716E; }
p { color: rgb(22,113,110); }
H1.HeaderClassName
{
color: #16716E;
}
.AnyTagClassName
{
color: #16716E;
}
</style>
background-color css
<style>
a { background-color: #16716E; }
a { background-color: rgb(22,113,110); }
div.DivClassName
{
background-color: #16716E;
}
.BgClassName
{
background-color: #16716E;
}
</style>
border-color css
<style>
span { border-color: #16716E; }
span { border-color: rgb(22,113,110); }
td.TdClassName
{
border-color: #16716E;
}
.TagClassName
{
border-color: #16716E;
}
</style>