Shades of Blue Stone #16706D
Tints of Blue Stone #16706D
RGB
CMYK
RGB Variations
Color information
#16706D (or 0x16706D) is known color: Blue Stone. HEX triplet: 16, 70 and 6D. RGB value is (22,112,109). Sum of RGB (Red+Green+Blue) = 22+112+109=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #16706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16706D is #E98F92. Grayscale: #545454. Windows color (decimal): -15306643 or 7172118. OLE color: 7172118.
HSL color Cylindrical-coordinate representation of color #16706D: hue angle of 178º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16706D is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 109 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.56 |
| HSL | 178º | 0.67% | 0.26% | - |
| HSV(B) | 178º | 0.8% | 0.44% | - |
| XYZ | 8.89 | 12.86 | 16.48 | - |
| YUV | 84.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 109 | 0.80 | 0 | 0.03 | 0.56 | 178 | 0.67 | 0.26 |
| Hex | 16 | 70 | 6D | 50 | 0 | 3 | 38 | B2 | 43 | 1A |
| Octal | 26 | 160 | 155 | 120 | 0 | 3 | 70 | 262 | 103 | 32 |
| Binary | 10110 | 1110000 | 1101101 | 1010000 | 0 | 11 | 111000 | 10110010 | 1000011 | 11010 |
Color Harmonies of #16706D
Complementary color
Monochromatic Colors of #16706D
Black with #16706D
Text Example
Text Example
White with #16706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16706D; }
p { color: rgb(22,112,109); }
H1.HeaderClassName
{
color: #16706D;
}
.AnyTagClassName
{
color: #16706D;
}
</style>
background-color css
<style>
a { background-color: #16706D; }
a { background-color: rgb(22,112,109); }
div.DivClassName
{
background-color: #16706D;
}
.BgClassName
{
background-color: #16706D;
}
</style>
border-color css
<style>
span { border-color: #16706D; }
span { border-color: rgb(22,112,109); }
td.TdClassName
{
border-color: #16706D;
}
.TagClassName
{
border-color: #16706D;
}
</style>