Shades of Blue Stone #156666
Tints of Blue Stone #156666
RGB
CMYK
RGB Variations
Color information
#156666 (or 0x156666) is known color: Blue Stone. HEX triplet: 15, 66 and 66. RGB value is (21,102,102). Sum of RGB (Red+Green+Blue) = 21+102+102=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #156666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156666 is #EA9999. Grayscale: #4D4D4D. Windows color (decimal): -15374746 or 6710805. OLE color: 6710805.
HSL color Cylindrical-coordinate representation of color #156666: hue angle of 180º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156666 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 102 | 102 | - |
| CMYK | 0.79 | 0 | 0 | 0.6 |
| HSL | 180º | 0.66% | 0.24% | - |
| HSV(B) | 180º | 0.79% | 0.4% | - |
| XYZ | 7.46 | 10.62 | 14.23 | - |
| YUV | 77.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 102 | 0.79 | 0 | 0 | 0.6 | 180 | 0.66 | 0.24 |
| Hex | 15 | 66 | 66 | 4F | 0 | 0 | 3C | B4 | 42 | 18 |
| Octal | 25 | 146 | 146 | 117 | 0 | 0 | 74 | 264 | 102 | 30 |
| Binary | 10101 | 1100110 | 1100110 | 1001111 | 0 | 0 | 111100 | 10110100 | 1000010 | 11000 |
Color Harmonies of #156666
Complementary color
Monochromatic Colors of #156666
Black with #156666
Text Example
Text Example
White with #156666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156666; }
p { color: rgb(21,102,102); }
H1.HeaderClassName
{
color: #156666;
}
.AnyTagClassName
{
color: #156666;
}
</style>
background-color css
<style>
a { background-color: #156666; }
a { background-color: rgb(21,102,102); }
div.DivClassName
{
background-color: #156666;
}
.BgClassName
{
background-color: #156666;
}
</style>
border-color css
<style>
span { border-color: #156666; }
span { border-color: rgb(21,102,102); }
td.TdClassName
{
border-color: #156666;
}
.TagClassName
{
border-color: #156666;
}
</style>