Shades of Blue Stone #156F64
Tints of Blue Stone #156F64
RGB
CMYK
RGB Variations
Color information
#156F64 (or 0x156F64) is known color: Blue Stone. HEX triplet: 15, 6F and 64. RGB value is (21,111,100). Sum of RGB (Red+Green+Blue) = 21+111+100=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #156F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F64 is #EA909B. Grayscale: #525252. Windows color (decimal): -15372444 or 6582037. OLE color: 6582037.
HSL color Cylindrical-coordinate representation of color #156F64: hue angle of 172.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 #156F64 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 111 | 100 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.56 |
| HSL | 172.67º | 0.68% | 0.26% | - |
| HSV(B) | 172.67º | 0.81% | 0.44% | - |
| XYZ | 8.29 | 12.45 | 14.02 | - |
| YUV | 82.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 100 | 0.81 | 0 | 0.10 | 0.56 | 172.67 | 0.68 | 0.26 |
| Hex | 15 | 6F | 64 | 51 | 0 | A | 38 | AD | 44 | 1A |
| Octal | 25 | 157 | 144 | 121 | 0 | 12 | 70 | 255 | 104 | 32 |
| Binary | 10101 | 1101111 | 1100100 | 1010001 | 0 | 1010 | 111000 | 10101101 | 1000100 | 11010 |
Color Harmonies of #156F64
Complementary color
Monochromatic Colors of #156F64
Black with #156F64
Text Example
Text Example
White with #156F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F64; }
p { color: rgb(21,111,100); }
H1.HeaderClassName
{
color: #156F64;
}
.AnyTagClassName
{
color: #156F64;
}
</style>
background-color css
<style>
a { background-color: #156F64; }
a { background-color: rgb(21,111,100); }
div.DivClassName
{
background-color: #156F64;
}
.BgClassName
{
background-color: #156F64;
}
</style>
border-color css
<style>
span { border-color: #156F64; }
span { border-color: rgb(21,111,100); }
td.TdClassName
{
border-color: #156F64;
}
.TagClassName
{
border-color: #156F64;
}
</style>