Shades of Eden #255B58
Tints of Eden #255B58
RGB
CMYK
RGB Variations
Color information
#255B58 (or 0x255B58) is known color: Eden. HEX triplet: 25, 5B and 58. RGB value is (37,91,88). Sum of RGB (Red+Green+Blue) = 37+91+88=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #255B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B58 is #DAA4A7. Grayscale: #4A4A4A. Windows color (decimal): -14329000 or 5790501. OLE color: 5790501.
HSL color Cylindrical-coordinate representation of color #255B58: hue angle of 176.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255B58 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 88 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.64 |
| HSL | 176.67º | 0.42% | 0.25% | - |
| HSV(B) | 176.67º | 0.59% | 0.36% | - |
| XYZ | 6.27 | 8.58 | 10.56 | - |
| YUV | 74.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 88 | 0.59 | 0 | 0.03 | 0.64 | 176.67 | 0.42 | 0.25 |
| Hex | 25 | 5B | 58 | 3B | 0 | 3 | 40 | B1 | 2A | 19 |
| Octal | 45 | 133 | 130 | 73 | 0 | 3 | 100 | 261 | 52 | 31 |
| Binary | 100101 | 1011011 | 1011000 | 111011 | 0 | 11 | 1000000 | 10110001 | 101010 | 11001 |
Color Harmonies of #255B58
Complementary color
Monochromatic Colors of #255B58
Black with #255B58
Text Example
Text Example
White with #255B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B58; }
p { color: rgb(37,91,88); }
H1.HeaderClassName
{
color: #255B58;
}
.AnyTagClassName
{
color: #255B58;
}
</style>
background-color css
<style>
a { background-color: #255B58; }
a { background-color: rgb(37,91,88); }
div.DivClassName
{
background-color: #255B58;
}
.BgClassName
{
background-color: #255B58;
}
</style>
border-color css
<style>
span { border-color: #255B58; }
span { border-color: rgb(37,91,88); }
td.TdClassName
{
border-color: #255B58;
}
.TagClassName
{
border-color: #255B58;
}
</style>