Shades of Blue Stone #156D68
Tints of Blue Stone #156D68
RGB
CMYK
RGB Variations
Color information
#156D68 (or 0x156D68) is known color: Blue Stone. HEX triplet: 15, 6D and 68. RGB value is (21,109,104). Sum of RGB (Red+Green+Blue) = 21+109+104=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #156D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D68 is #EA9297. Grayscale: #525252. Windows color (decimal): -15372952 or 6843669. OLE color: 6843669.
HSL color Cylindrical-coordinate representation of color #156D68: hue angle of 176.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D68 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 109 | 104 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.57 |
| HSL | 176.59º | 0.68% | 0.25% | - |
| HSV(B) | 176.59º | 0.81% | 0.43% | - |
| XYZ | 8.28 | 12.1 | 15 | - |
| YUV | 82.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 104 | 0.81 | 0 | 0.05 | 0.57 | 176.59 | 0.68 | 0.25 |
| Hex | 15 | 6D | 68 | 51 | 0 | 5 | 39 | B1 | 44 | 19 |
| Octal | 25 | 155 | 150 | 121 | 0 | 5 | 71 | 261 | 104 | 31 |
| Binary | 10101 | 1101101 | 1101000 | 1010001 | 0 | 101 | 111001 | 10110001 | 1000100 | 11001 |
Color Harmonies of #156D68
Complementary color
Monochromatic Colors of #156D68
Black with #156D68
Text Example
Text Example
White with #156D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D68; }
p { color: rgb(21,109,104); }
H1.HeaderClassName
{
color: #156D68;
}
.AnyTagClassName
{
color: #156D68;
}
</style>
background-color css
<style>
a { background-color: #156D68; }
a { background-color: rgb(21,109,104); }
div.DivClassName
{
background-color: #156D68;
}
.BgClassName
{
background-color: #156D68;
}
</style>
border-color css
<style>
span { border-color: #156D68; }
span { border-color: rgb(21,109,104); }
td.TdClassName
{
border-color: #156D68;
}
.TagClassName
{
border-color: #156D68;
}
</style>