Shades of Blue Stone #156F68
Tints of Blue Stone #156F68
RGB
CMYK
RGB Variations
Color information
#156F68 (or 0x156F68) is known color: Blue Stone. HEX triplet: 15, 6F and 68. RGB value is (21,111,104). Sum of RGB (Red+Green+Blue) = 21+111+104=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #156F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F68 is #EA9097. Grayscale: #535353. Windows color (decimal): -15372440 or 6844181. OLE color: 6844181.
HSL color Cylindrical-coordinate representation of color #156F68: hue angle of 175.33º 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 #156F68 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 111 | 104 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.56 |
| HSL | 175.33º | 0.68% | 0.26% | - |
| HSV(B) | 175.33º | 0.81% | 0.44% | - |
| XYZ | 8.49 | 12.53 | 15.07 | - |
| YUV | 83.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 104 | 0.81 | 0 | 0.06 | 0.56 | 175.33 | 0.68 | 0.26 |
| Hex | 15 | 6F | 68 | 51 | 0 | 6 | 38 | AF | 44 | 1A |
| Octal | 25 | 157 | 150 | 121 | 0 | 6 | 70 | 257 | 104 | 32 |
| Binary | 10101 | 1101111 | 1101000 | 1010001 | 0 | 110 | 111000 | 10101111 | 1000100 | 11010 |
Color Harmonies of #156F68
Complementary color
Monochromatic Colors of #156F68
Black with #156F68
Text Example
Text Example
White with #156F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F68; }
p { color: rgb(21,111,104); }
H1.HeaderClassName
{
color: #156F68;
}
.AnyTagClassName
{
color: #156F68;
}
</style>
background-color css
<style>
a { background-color: #156F68; }
a { background-color: rgb(21,111,104); }
div.DivClassName
{
background-color: #156F68;
}
.BgClassName
{
background-color: #156F68;
}
</style>
border-color css
<style>
span { border-color: #156F68; }
span { border-color: rgb(21,111,104); }
td.TdClassName
{
border-color: #156F68;
}
.TagClassName
{
border-color: #156F68;
}
</style>