Shades of Eden #155F51
Tints of Eden #155F51
RGB
CMYK
RGB Variations
Color information
#155F51 (or 0x155F51) is known color: Eden. HEX triplet: 15, 5F and 51. RGB value is (21,95,81). Sum of RGB (Red+Green+Blue) = 21+95+81=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #155F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F51 is #EAA0AE. Grayscale: #474747. Windows color (decimal): -15376559 or 5332757. OLE color: 5332757.
HSL color Cylindrical-coordinate representation of color #155F51: hue angle of 168.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F51 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 81 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.63 |
| HSL | 168.65º | 0.64% | 0.23% | - |
| HSV(B) | 168.65º | 0.78% | 0.37% | - |
| XYZ | 5.89 | 8.94 | 9.2 | - |
| YUV | 71.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 81 | 0.78 | 0 | 0.15 | 0.63 | 168.65 | 0.64 | 0.23 |
| Hex | 15 | 5F | 51 | 4E | 0 | F | 3F | A9 | 40 | 17 |
| Octal | 25 | 137 | 121 | 116 | 0 | 17 | 77 | 251 | 100 | 27 |
| Binary | 10101 | 1011111 | 1010001 | 1001110 | 0 | 1111 | 111111 | 10101001 | 1000000 | 10111 |
Color Harmonies of #155F51
Complementary color
Monochromatic Colors of #155F51
Black with #155F51
Text Example
Text Example
White with #155F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F51; }
p { color: rgb(21,95,81); }
H1.HeaderClassName
{
color: #155F51;
}
.AnyTagClassName
{
color: #155F51;
}
</style>
background-color css
<style>
a { background-color: #155F51; }
a { background-color: rgb(21,95,81); }
div.DivClassName
{
background-color: #155F51;
}
.BgClassName
{
background-color: #155F51;
}
</style>
border-color css
<style>
span { border-color: #155F51; }
span { border-color: rgb(21,95,81); }
td.TdClassName
{
border-color: #155F51;
}
.TagClassName
{
border-color: #155F51;
}
</style>