Shades of Blue Stone #156C6F
Tints of Blue Stone #156C6F
RGB
CMYK
RGB Variations
Color information
#156C6F (or 0x156C6F) is known color: Blue Stone. HEX triplet: 15, 6C and 6F. RGB value is (21,108,111). Sum of RGB (Red+Green+Blue) = 21+108+111=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #156C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C6F is #EA9390. Grayscale: #525252. Windows color (decimal): -15373201 or 7302165. OLE color: 7302165.
HSL color Cylindrical-coordinate representation of color #156C6F: hue angle of 182º 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 #156C6F is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 108 | 111 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.56 |
| HSL | 182º | 0.68% | 0.26% | - |
| HSV(B) | 182º | 0.81% | 0.44% | - |
| XYZ | 8.54 | 12.03 | 16.91 | - |
| YUV | 82.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 111 | 0.81 | 0.03 | 0 | 0.56 | 182 | 0.68 | 0.26 |
| Hex | 15 | 6C | 6F | 51 | 3 | 0 | 38 | B6 | 44 | 1A |
| Octal | 25 | 154 | 157 | 121 | 3 | 0 | 70 | 266 | 104 | 32 |
| Binary | 10101 | 1101100 | 1101111 | 1010001 | 11 | 0 | 111000 | 10110110 | 1000100 | 11010 |
Color Harmonies of #156C6F
Complementary color
Monochromatic Colors of #156C6F
Black with #156C6F
Text Example
Text Example
White with #156C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C6F; }
p { color: rgb(21,108,111); }
H1.HeaderClassName
{
color: #156C6F;
}
.AnyTagClassName
{
color: #156C6F;
}
</style>
background-color css
<style>
a { background-color: #156C6F; }
a { background-color: rgb(21,108,111); }
div.DivClassName
{
background-color: #156C6F;
}
.BgClassName
{
background-color: #156C6F;
}
</style>
border-color css
<style>
span { border-color: #156C6F; }
span { border-color: rgb(21,108,111); }
td.TdClassName
{
border-color: #156C6F;
}
.TagClassName
{
border-color: #156C6F;
}
</style>