Shades of Eden #155D50
Tints of Eden #155D50
RGB
CMYK
RGB Variations
Color information
#155D50 (or 0x155D50) is known color: Eden. HEX triplet: 15, 5D and 50. RGB value is (21,93,80). Sum of RGB (Red+Green+Blue) = 21+93+80=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #155D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D50 is #EAA2AF. Grayscale: #454545. Windows color (decimal): -15377072 or 5266709. OLE color: 5266709.
HSL color Cylindrical-coordinate representation of color #155D50: hue angle of 169.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D50 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 80 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.64 |
| HSL | 169.17º | 0.63% | 0.22% | - |
| HSV(B) | 169.17º | 0.77% | 0.36% | - |
| XYZ | 5.67 | 8.57 | 8.94 | - |
| YUV | 69.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 80 | 0.77 | 0 | 0.14 | 0.64 | 169.17 | 0.63 | 0.22 |
| Hex | 15 | 5D | 50 | 4D | 0 | E | 40 | A9 | 3F | 16 |
| Octal | 25 | 135 | 120 | 115 | 0 | 16 | 100 | 251 | 77 | 26 |
| Binary | 10101 | 1011101 | 1010000 | 1001101 | 0 | 1110 | 1000000 | 10101001 | 111111 | 10110 |
Color Harmonies of #155D50
Complementary color
Monochromatic Colors of #155D50
Black with #155D50
Text Example
Text Example
White with #155D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D50; }
p { color: rgb(21,93,80); }
H1.HeaderClassName
{
color: #155D50;
}
.AnyTagClassName
{
color: #155D50;
}
</style>
background-color css
<style>
a { background-color: #155D50; }
a { background-color: rgb(21,93,80); }
div.DivClassName
{
background-color: #155D50;
}
.BgClassName
{
background-color: #155D50;
}
</style>
border-color css
<style>
span { border-color: #155D50; }
span { border-color: rgb(21,93,80); }
td.TdClassName
{
border-color: #155D50;
}
.TagClassName
{
border-color: #155D50;
}
</style>