Shades of Eden #155C51
Tints of Eden #155C51
RGB
CMYK
RGB Variations
Color information
#155C51 (or 0x155C51) is known color: Eden. HEX triplet: 15, 5C and 51. RGB value is (21,92,81). Sum of RGB (Red+Green+Blue) = 21+92+81=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #155C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C51 is #EAA3AE. Grayscale: #454545. Windows color (decimal): -15377327 or 5331989. OLE color: 5331989.
HSL color Cylindrical-coordinate representation of color #155C51: hue angle of 170.7º 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 #155C51 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 81 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.64 |
| HSL | 170.7º | 0.63% | 0.22% | - |
| HSV(B) | 170.7º | 0.77% | 0.36% | - |
| XYZ | 5.62 | 8.41 | 9.11 | - |
| YUV | 69.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 81 | 0.77 | 0 | 0.12 | 0.64 | 170.7 | 0.63 | 0.22 |
| Hex | 15 | 5C | 51 | 4D | 0 | C | 40 | AB | 3F | 16 |
| Octal | 25 | 134 | 121 | 115 | 0 | 14 | 100 | 253 | 77 | 26 |
| Binary | 10101 | 1011100 | 1010001 | 1001101 | 0 | 1100 | 1000000 | 10101011 | 111111 | 10110 |
Color Harmonies of #155C51
Complementary color
Monochromatic Colors of #155C51
Black with #155C51
Text Example
Text Example
White with #155C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C51; }
p { color: rgb(21,92,81); }
H1.HeaderClassName
{
color: #155C51;
}
.AnyTagClassName
{
color: #155C51;
}
</style>
background-color css
<style>
a { background-color: #155C51; }
a { background-color: rgb(21,92,81); }
div.DivClassName
{
background-color: #155C51;
}
.BgClassName
{
background-color: #155C51;
}
</style>
border-color css
<style>
span { border-color: #155C51; }
span { border-color: rgb(21,92,81); }
td.TdClassName
{
border-color: #155C51;
}
.TagClassName
{
border-color: #155C51;
}
</style>