Shades of Blue Stone #156F61
Tints of Blue Stone #156F61
RGB
CMYK
RGB Variations
Color information
#156F61 (or 0x156F61) is known color: Blue Stone. HEX triplet: 15, 6F and 61. RGB value is (21,111,97). Sum of RGB (Red+Green+Blue) = 21+111+97=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #156F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F61 is #EA909E. Grayscale: #525252. Windows color (decimal): -15372447 or 6385429. OLE color: 6385429.
HSL color Cylindrical-coordinate representation of color #156F61: hue angle of 170.67º degrees, saturation: 0.68, 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 #156F61 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 111 | 97 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.56 |
| HSL | 170.67º | 0.68% | 0.26% | - |
| HSV(B) | 170.67º | 0.81% | 0.44% | - |
| XYZ | 8.15 | 12.39 | 13.27 | - |
| YUV | 82.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 97 | 0.81 | 0 | 0.13 | 0.56 | 170.67 | 0.68 | 0.26 |
| Hex | 15 | 6F | 61 | 51 | 0 | D | 38 | AB | 44 | 1A |
| Octal | 25 | 157 | 141 | 121 | 0 | 15 | 70 | 253 | 104 | 32 |
| Binary | 10101 | 1101111 | 1100001 | 1010001 | 0 | 1101 | 111000 | 10101011 | 1000100 | 11010 |
Color Harmonies of #156F61
Complementary color
Monochromatic Colors of #156F61
Black with #156F61
Text Example
Text Example
White with #156F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F61; }
p { color: rgb(21,111,97); }
H1.HeaderClassName
{
color: #156F61;
}
.AnyTagClassName
{
color: #156F61;
}
</style>
background-color css
<style>
a { background-color: #156F61; }
a { background-color: rgb(21,111,97); }
div.DivClassName
{
background-color: #156F61;
}
.BgClassName
{
background-color: #156F61;
}
</style>
border-color css
<style>
span { border-color: #156F61; }
span { border-color: rgb(21,111,97); }
td.TdClassName
{
border-color: #156F61;
}
.TagClassName
{
border-color: #156F61;
}
</style>