Shades of Eden #156B57
Tints of Eden #156B57
RGB
CMYK
RGB Variations
Color information
#156B57 (or 0x156B57) is known color: Eden. HEX triplet: 15, 6B and 57. RGB value is (21,107,87). Sum of RGB (Red+Green+Blue) = 21+107+87=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #156B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B57 is #EA94A8. Grayscale: #4F4F4F. Windows color (decimal): -15373481 or 5729045. OLE color: 5729045.
HSL color Cylindrical-coordinate representation of color #156B57: hue angle of 166.05º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B57 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 107 | 87 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.58 |
| HSL | 166.05º | 0.67% | 0.25% | - |
| HSV(B) | 166.05º | 0.8% | 0.42% | - |
| XYZ | 7.29 | 11.36 | 10.83 | - |
| YUV | 79.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 87 | 0.80 | 0 | 0.19 | 0.58 | 166.05 | 0.67 | 0.25 |
| Hex | 15 | 6B | 57 | 50 | 0 | 13 | 3A | A6 | 43 | 19 |
| Octal | 25 | 153 | 127 | 120 | 0 | 23 | 72 | 246 | 103 | 31 |
| Binary | 10101 | 1101011 | 1010111 | 1010000 | 0 | 10011 | 111010 | 10100110 | 1000011 | 11001 |
Color Harmonies of #156B57
Complementary color
Monochromatic Colors of #156B57
Black with #156B57
Text Example
Text Example
White with #156B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B57; }
p { color: rgb(21,107,87); }
H1.HeaderClassName
{
color: #156B57;
}
.AnyTagClassName
{
color: #156B57;
}
</style>
background-color css
<style>
a { background-color: #156B57; }
a { background-color: rgb(21,107,87); }
div.DivClassName
{
background-color: #156B57;
}
.BgClassName
{
background-color: #156B57;
}
</style>
border-color css
<style>
span { border-color: #156B57; }
span { border-color: rgb(21,107,87); }
td.TdClassName
{
border-color: #156B57;
}
.TagClassName
{
border-color: #156B57;
}
</style>