Shades of Eden #255C55
Tints of Eden #255C55
RGB
CMYK
RGB Variations
Color information
#255C55 (or 0x255C55) is known color: Eden. HEX triplet: 25, 5C and 55. RGB value is (37,92,85). Sum of RGB (Red+Green+Blue) = 37+92+85=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #255C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C55 is #DAA3AA. Grayscale: #4A4A4A. Windows color (decimal): -14328747 or 5594149. OLE color: 5594149.
HSL color Cylindrical-coordinate representation of color #255C55: hue angle of 172.36º 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 #255C55 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 85 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.64 |
| HSL | 172.36º | 0.43% | 0.25% | - |
| HSV(B) | 172.36º | 0.6% | 0.36% | - |
| XYZ | 6.23 | 8.7 | 9.95 | - |
| YUV | 74.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 85 | 0.60 | 0 | 0.08 | 0.64 | 172.36 | 0.43 | 0.25 |
| Hex | 25 | 5C | 55 | 3C | 0 | 8 | 40 | AC | 2B | 19 |
| Octal | 45 | 134 | 125 | 74 | 0 | 10 | 100 | 254 | 53 | 31 |
| Binary | 100101 | 1011100 | 1010101 | 111100 | 0 | 1000 | 1000000 | 10101100 | 101011 | 11001 |
Color Harmonies of #255C55
Complementary color
Monochromatic Colors of #255C55
Black with #255C55
Text Example
Text Example
White with #255C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C55; }
p { color: rgb(37,92,85); }
H1.HeaderClassName
{
color: #255C55;
}
.AnyTagClassName
{
color: #255C55;
}
</style>
background-color css
<style>
a { background-color: #255C55; }
a { background-color: rgb(37,92,85); }
div.DivClassName
{
background-color: #255C55;
}
.BgClassName
{
background-color: #255C55;
}
</style>
border-color css
<style>
span { border-color: #255C55; }
span { border-color: rgb(37,92,85); }
td.TdClassName
{
border-color: #255C55;
}
.TagClassName
{
border-color: #255C55;
}
</style>