Shades of Blue Stone #155F60
Tints of Blue Stone #155F60
RGB
CMYK
RGB Variations
Color information
#155F60 (or 0x155F60) is known color: Blue Stone. HEX triplet: 15, 5F and 60. RGB value is (21,95,96). Sum of RGB (Red+Green+Blue) = 21+95+96=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #155F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F60 is #EAA09F. Grayscale: #484848. Windows color (decimal): -15376544 or 6315797. OLE color: 6315797.
HSL color Cylindrical-coordinate representation of color #155F60: hue angle of 180.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F60 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 95 | 96 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.62 |
| HSL | 180.8º | 0.64% | 0.23% | - |
| HSV(B) | 180.8º | 0.78% | 0.38% | - |
| XYZ | 6.51 | 9.19 | 12.5 | - |
| YUV | 72.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 96 | 0.78 | 0.01 | 0 | 0.62 | 180.8 | 0.64 | 0.23 |
| Hex | 15 | 5F | 60 | 4E | 1 | 0 | 3E | B5 | 40 | 17 |
| Octal | 25 | 137 | 140 | 116 | 1 | 0 | 76 | 265 | 100 | 27 |
| Binary | 10101 | 1011111 | 1100000 | 1001110 | 1 | 0 | 111110 | 10110101 | 1000000 | 10111 |
Color Harmonies of #155F60
Complementary color
Monochromatic Colors of #155F60
Black with #155F60
Text Example
Text Example
White with #155F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F60; }
p { color: rgb(21,95,96); }
H1.HeaderClassName
{
color: #155F60;
}
.AnyTagClassName
{
color: #155F60;
}
</style>
background-color css
<style>
a { background-color: #155F60; }
a { background-color: rgb(21,95,96); }
div.DivClassName
{
background-color: #155F60;
}
.BgClassName
{
background-color: #155F60;
}
</style>
border-color css
<style>
span { border-color: #155F60; }
span { border-color: rgb(21,95,96); }
td.TdClassName
{
border-color: #155F60;
}
.TagClassName
{
border-color: #155F60;
}
</style>