Shades of Blue Stone #166260
Tints of Blue Stone #166260
RGB
CMYK
RGB Variations
Color information
#166260 (or 0x166260) is known color: Blue Stone. HEX triplet: 16, 62 and 60. RGB value is (22,98,96). Sum of RGB (Red+Green+Blue) = 22+98+96=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #166260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166260 is #E99D9F. Grayscale: #4A4A4A. Windows color (decimal): -15310240 or 6316566. OLE color: 6316566.
HSL color Cylindrical-coordinate representation of color #166260: hue angle of 178.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166260 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 98 | 96 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.62 |
| HSL | 178.42º | 0.63% | 0.24% | - |
| HSV(B) | 178.42º | 0.78% | 0.38% | - |
| XYZ | 6.81 | 9.75 | 12.59 | - |
| YUV | 75.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 96 | 0.78 | 0 | 0.02 | 0.62 | 178.42 | 0.63 | 0.24 |
| Hex | 16 | 62 | 60 | 4E | 0 | 2 | 3E | B2 | 3F | 18 |
| Octal | 26 | 142 | 140 | 116 | 0 | 2 | 76 | 262 | 77 | 30 |
| Binary | 10110 | 1100010 | 1100000 | 1001110 | 0 | 10 | 111110 | 10110010 | 111111 | 11000 |
Color Harmonies of #166260
Complementary color
Monochromatic Colors of #166260
Black with #166260
Text Example
Text Example
White with #166260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166260; }
p { color: rgb(22,98,96); }
H1.HeaderClassName
{
color: #166260;
}
.AnyTagClassName
{
color: #166260;
}
</style>
background-color css
<style>
a { background-color: #166260; }
a { background-color: rgb(22,98,96); }
div.DivClassName
{
background-color: #166260;
}
.BgClassName
{
background-color: #166260;
}
</style>
border-color css
<style>
span { border-color: #166260; }
span { border-color: rgb(22,98,96); }
td.TdClassName
{
border-color: #166260;
}
.TagClassName
{
border-color: #166260;
}
</style>