Shades of Eden #255B55
Tints of Eden #255B55
RGB
CMYK
RGB Variations
Color information
#255B55 (or 0x255B55) is known color: Eden. HEX triplet: 25, 5B and 55. RGB value is (37,91,85). Sum of RGB (Red+Green+Blue) = 37+91+85=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #255B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B55 is #DAA4AA. Grayscale: #4A4A4A. Windows color (decimal): -14329003 or 5593893. OLE color: 5593893.
HSL color Cylindrical-coordinate representation of color #255B55: hue angle of 173.33º 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 #255B55 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 85 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.64 |
| HSL | 173.33º | 0.42% | 0.25% | - |
| HSV(B) | 173.33º | 0.59% | 0.36% | - |
| XYZ | 6.14 | 8.53 | 9.92 | - |
| YUV | 74.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 85 | 0.59 | 0 | 0.07 | 0.64 | 173.33 | 0.42 | 0.25 |
| Hex | 25 | 5B | 55 | 3B | 0 | 7 | 40 | AD | 2A | 19 |
| Octal | 45 | 133 | 125 | 73 | 0 | 7 | 100 | 255 | 52 | 31 |
| Binary | 100101 | 1011011 | 1010101 | 111011 | 0 | 111 | 1000000 | 10101101 | 101010 | 11001 |
Color Harmonies of #255B55
Complementary color
Monochromatic Colors of #255B55
Black with #255B55
Text Example
Text Example
White with #255B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B55; }
p { color: rgb(37,91,85); }
H1.HeaderClassName
{
color: #255B55;
}
.AnyTagClassName
{
color: #255B55;
}
</style>
background-color css
<style>
a { background-color: #255B55; }
a { background-color: rgb(37,91,85); }
div.DivClassName
{
background-color: #255B55;
}
.BgClassName
{
background-color: #255B55;
}
</style>
border-color css
<style>
span { border-color: #255B55; }
span { border-color: rgb(37,91,85); }
td.TdClassName
{
border-color: #255B55;
}
.TagClassName
{
border-color: #255B55;
}
</style>