Shades of Blue Stone #155E60
Tints of Blue Stone #155E60
RGB
CMYK
RGB Variations
Color information
#155E60 (or 0x155E60) is known color: Blue Stone. HEX triplet: 15, 5E and 60. RGB value is (21,94,96). Sum of RGB (Red+Green+Blue) = 21+94+96=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #155E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E60 is #EAA19F. Grayscale: #484848. Windows color (decimal): -15376800 or 6315541. OLE color: 6315541.
HSL color Cylindrical-coordinate representation of color #155E60: hue angle of 181.6º 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 #155E60 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 94 | 96 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.62 |
| HSL | 181.6º | 0.64% | 0.23% | - |
| HSV(B) | 181.6º | 0.78% | 0.38% | - |
| XYZ | 6.42 | 9.01 | 12.47 | - |
| YUV | 72.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 96 | 0.78 | 0.02 | 0 | 0.62 | 181.6 | 0.64 | 0.23 |
| Hex | 15 | 5E | 60 | 4E | 2 | 0 | 3E | B6 | 40 | 17 |
| Octal | 25 | 136 | 140 | 116 | 2 | 0 | 76 | 266 | 100 | 27 |
| Binary | 10101 | 1011110 | 1100000 | 1001110 | 10 | 0 | 111110 | 10110110 | 1000000 | 10111 |
Color Harmonies of #155E60
Complementary color
Monochromatic Colors of #155E60
Black with #155E60
Text Example
Text Example
White with #155E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E60; }
p { color: rgb(21,94,96); }
H1.HeaderClassName
{
color: #155E60;
}
.AnyTagClassName
{
color: #155E60;
}
</style>
background-color css
<style>
a { background-color: #155E60; }
a { background-color: rgb(21,94,96); }
div.DivClassName
{
background-color: #155E60;
}
.BgClassName
{
background-color: #155E60;
}
</style>
border-color css
<style>
span { border-color: #155E60; }
span { border-color: rgb(21,94,96); }
td.TdClassName
{
border-color: #155E60;
}
.TagClassName
{
border-color: #155E60;
}
</style>