Shades of Blue Stone #165E60
Tints of Blue Stone #165E60
RGB
CMYK
RGB Variations
Color information
#165E60 (or 0x165E60) is known color: Blue Stone. HEX triplet: 16, 5E and 60. RGB value is (22,94,96). Sum of RGB (Red+Green+Blue) = 22+94+96=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #165E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E60 is #E9A19F. Grayscale: #484848. Windows color (decimal): -15311264 or 6315542. OLE color: 6315542.
HSL color Cylindrical-coordinate representation of color #165E60: hue angle of 181.62º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E60 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 94 | 96 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.62 |
| HSL | 181.62º | 0.63% | 0.23% | - |
| HSV(B) | 181.62º | 0.77% | 0.38% | - |
| XYZ | 6.44 | 9.02 | 12.47 | - |
| YUV | 72.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 96 | 0.77 | 0.02 | 0 | 0.62 | 181.62 | 0.63 | 0.23 |
| Hex | 16 | 5E | 60 | 4D | 2 | 0 | 3E | B6 | 3F | 17 |
| Octal | 26 | 136 | 140 | 115 | 2 | 0 | 76 | 266 | 77 | 27 |
| Binary | 10110 | 1011110 | 1100000 | 1001101 | 10 | 0 | 111110 | 10110110 | 111111 | 10111 |
Color Harmonies of #165E60
Complementary color
Monochromatic Colors of #165E60
Black with #165E60
Text Example
Text Example
White with #165E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E60; }
p { color: rgb(22,94,96); }
H1.HeaderClassName
{
color: #165E60;
}
.AnyTagClassName
{
color: #165E60;
}
</style>
background-color css
<style>
a { background-color: #165E60; }
a { background-color: rgb(22,94,96); }
div.DivClassName
{
background-color: #165E60;
}
.BgClassName
{
background-color: #165E60;
}
</style>
border-color css
<style>
span { border-color: #165E60; }
span { border-color: rgb(22,94,96); }
td.TdClassName
{
border-color: #165E60;
}
.TagClassName
{
border-color: #165E60;
}
</style>