Shades of Eden #155F52
Tints of Eden #155F52
RGB
CMYK
RGB Variations
Color information
#155F52 (or 0x155F52) is known color: Eden. HEX triplet: 15, 5F and 52. RGB value is (21,95,82). Sum of RGB (Red+Green+Blue) = 21+95+82=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #155F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F52 is #EAA0AD. Grayscale: #474747. Windows color (decimal): -15376558 or 5398293. OLE color: 5398293.
HSL color Cylindrical-coordinate representation of color #155F52: hue angle of 169.46º 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 #155F52 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 82 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.63 |
| HSL | 169.46º | 0.64% | 0.23% | - |
| HSV(B) | 169.46º | 0.78% | 0.37% | - |
| XYZ | 5.92 | 8.95 | 9.4 | - |
| YUV | 71.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 82 | 0.78 | 0 | 0.14 | 0.63 | 169.46 | 0.64 | 0.23 |
| Hex | 15 | 5F | 52 | 4E | 0 | E | 3F | A9 | 40 | 17 |
| Octal | 25 | 137 | 122 | 116 | 0 | 16 | 77 | 251 | 100 | 27 |
| Binary | 10101 | 1011111 | 1010010 | 1001110 | 0 | 1110 | 111111 | 10101001 | 1000000 | 10111 |
Color Harmonies of #155F52
Complementary color
Monochromatic Colors of #155F52
Black with #155F52
Text Example
Text Example
White with #155F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F52; }
p { color: rgb(21,95,82); }
H1.HeaderClassName
{
color: #155F52;
}
.AnyTagClassName
{
color: #155F52;
}
</style>
background-color css
<style>
a { background-color: #155F52; }
a { background-color: rgb(21,95,82); }
div.DivClassName
{
background-color: #155F52;
}
.BgClassName
{
background-color: #155F52;
}
</style>
border-color css
<style>
span { border-color: #155F52; }
span { border-color: rgb(21,95,82); }
td.TdClassName
{
border-color: #155F52;
}
.TagClassName
{
border-color: #155F52;
}
</style>