Shades of Blue Stone #166D65
Tints of Blue Stone #166D65
RGB
CMYK
RGB Variations
Color information
#166D65 (or 0x166D65) is known color: Blue Stone. HEX triplet: 16, 6D and 65. RGB value is (22,109,101). Sum of RGB (Red+Green+Blue) = 22+109+101=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #166D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D65 is #E9929A. Grayscale: #525252. Windows color (decimal): -15307419 or 6647062. OLE color: 6647062.
HSL color Cylindrical-coordinate representation of color #166D65: hue angle of 174.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D65 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 101 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.57 |
| HSL | 174.48º | 0.66% | 0.26% | - |
| HSV(B) | 174.48º | 0.8% | 0.43% | - |
| XYZ | 8.15 | 12.05 | 14.21 | - |
| YUV | 82.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 101 | 0.80 | 0 | 0.07 | 0.57 | 174.48 | 0.66 | 0.26 |
| Hex | 16 | 6D | 65 | 50 | 0 | 7 | 39 | AE | 42 | 1A |
| Octal | 26 | 155 | 145 | 120 | 0 | 7 | 71 | 256 | 102 | 32 |
| Binary | 10110 | 1101101 | 1100101 | 1010000 | 0 | 111 | 111001 | 10101110 | 1000010 | 11010 |
Color Harmonies of #166D65
Complementary color
Monochromatic Colors of #166D65
Black with #166D65
Text Example
Text Example
White with #166D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D65; }
p { color: rgb(22,109,101); }
H1.HeaderClassName
{
color: #166D65;
}
.AnyTagClassName
{
color: #166D65;
}
</style>
background-color css
<style>
a { background-color: #166D65; }
a { background-color: rgb(22,109,101); }
div.DivClassName
{
background-color: #166D65;
}
.BgClassName
{
background-color: #166D65;
}
</style>
border-color css
<style>
span { border-color: #166D65; }
span { border-color: rgb(22,109,101); }
td.TdClassName
{
border-color: #166D65;
}
.TagClassName
{
border-color: #166D65;
}
</style>