Shades of Eden #255C58
Tints of Eden #255C58
RGB
CMYK
RGB Variations
Color information
#255C58 (or 0x255C58) is known color: Eden. HEX triplet: 25, 5C and 58. RGB value is (37,92,88). Sum of RGB (Red+Green+Blue) = 37+92+88=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #255C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C58 is #DAA3A7. Grayscale: #4B4B4B. Windows color (decimal): -14328744 or 5790757. OLE color: 5790757.
HSL color Cylindrical-coordinate representation of color #255C58: hue angle of 175.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C58 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 88 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.64 |
| HSL | 175.64º | 0.43% | 0.25% | - |
| HSV(B) | 175.64º | 0.6% | 0.36% | - |
| XYZ | 6.35 | 8.75 | 10.59 | - |
| YUV | 75.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 88 | 0.60 | 0 | 0.04 | 0.64 | 175.64 | 0.43 | 0.25 |
| Hex | 25 | 5C | 58 | 3C | 0 | 4 | 40 | B0 | 2B | 19 |
| Octal | 45 | 134 | 130 | 74 | 0 | 4 | 100 | 260 | 53 | 31 |
| Binary | 100101 | 1011100 | 1011000 | 111100 | 0 | 100 | 1000000 | 10110000 | 101011 | 11001 |
Color Harmonies of #255C58
Complementary color
Monochromatic Colors of #255C58
Black with #255C58
Text Example
Text Example
White with #255C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C58; }
p { color: rgb(37,92,88); }
H1.HeaderClassName
{
color: #255C58;
}
.AnyTagClassName
{
color: #255C58;
}
</style>
background-color css
<style>
a { background-color: #255C58; }
a { background-color: rgb(37,92,88); }
div.DivClassName
{
background-color: #255C58;
}
.BgClassName
{
background-color: #255C58;
}
</style>
border-color css
<style>
span { border-color: #255C58; }
span { border-color: rgb(37,92,88); }
td.TdClassName
{
border-color: #255C58;
}
.TagClassName
{
border-color: #255C58;
}
</style>