Shades of Eden #255F5B
Tints of Eden #255F5B
RGB
CMYK
RGB Variations
Color information
#255F5B (or 0x255F5B) is known color: Eden. HEX triplet: 25, 5F and 5B. RGB value is (37,95,91). Sum of RGB (Red+Green+Blue) = 37+95+91=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #255F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F5B is #DAA0A4. Grayscale: #4D4D4D. Windows color (decimal): -14327973 or 5988133. OLE color: 5988133.
HSL color Cylindrical-coordinate representation of color #255F5B: hue angle of 175.86º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255F5B is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 95 | 91 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.63 |
| HSL | 175.86º | 0.44% | 0.26% | - |
| HSV(B) | 175.86º | 0.61% | 0.37% | - |
| XYZ | 6.74 | 9.33 | 11.34 | - |
| YUV | 77.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 91 | 0.61 | 0 | 0.04 | 0.63 | 175.86 | 0.44 | 0.26 |
| Hex | 25 | 5F | 5B | 3D | 0 | 4 | 3F | B0 | 2C | 1A |
| Octal | 45 | 137 | 133 | 75 | 0 | 4 | 77 | 260 | 54 | 32 |
| Binary | 100101 | 1011111 | 1011011 | 111101 | 0 | 100 | 111111 | 10110000 | 101100 | 11010 |
Color Harmonies of #255F5B
Complementary color
Monochromatic Colors of #255F5B
Black with #255F5B
Text Example
Text Example
White with #255F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F5B; }
p { color: rgb(37,95,91); }
H1.HeaderClassName
{
color: #255F5B;
}
.AnyTagClassName
{
color: #255F5B;
}
</style>
background-color css
<style>
a { background-color: #255F5B; }
a { background-color: rgb(37,95,91); }
div.DivClassName
{
background-color: #255F5B;
}
.BgClassName
{
background-color: #255F5B;
}
</style>
border-color css
<style>
span { border-color: #255F5B; }
span { border-color: rgb(37,95,91); }
td.TdClassName
{
border-color: #255F5B;
}
.TagClassName
{
border-color: #255F5B;
}
</style>