Shades of Eden #185750
Tints of Eden #185750
RGB
CMYK
RGB Variations
Color information
#185750 (or 0x185750) is known color: Eden. HEX triplet: 18, 57 and 50. RGB value is (24,87,80). Sum of RGB (Red+Green+Blue) = 24+87+80=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #185750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185750 is #E7A8AF. Grayscale: #434343. Windows color (decimal): -15182000 or 5265176. OLE color: 5265176.
HSL color Cylindrical-coordinate representation of color #185750: hue angle of 173.33º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185750 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 87 | 80 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.66 |
| HSL | 173.33º | 0.57% | 0.22% | - |
| HSV(B) | 173.33º | 0.72% | 0.34% | - |
| XYZ | 5.23 | 7.59 | 8.78 | - |
| YUV | 67.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 80 | 0.72 | 0 | 0.08 | 0.66 | 173.33 | 0.57 | 0.22 |
| Hex | 18 | 57 | 50 | 48 | 0 | 8 | 42 | AD | 39 | 16 |
| Octal | 30 | 127 | 120 | 110 | 0 | 10 | 102 | 255 | 71 | 26 |
| Binary | 11000 | 1010111 | 1010000 | 1001000 | 0 | 1000 | 1000010 | 10101101 | 111001 | 10110 |
Color Harmonies of #185750
Complementary color
Monochromatic Colors of #185750
Black with #185750
Text Example
Text Example
White with #185750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185750; }
p { color: rgb(24,87,80); }
H1.HeaderClassName
{
color: #185750;
}
.AnyTagClassName
{
color: #185750;
}
</style>
background-color css
<style>
a { background-color: #185750; }
a { background-color: rgb(24,87,80); }
div.DivClassName
{
background-color: #185750;
}
.BgClassName
{
background-color: #185750;
}
</style>
border-color css
<style>
span { border-color: #185750; }
span { border-color: rgb(24,87,80); }
td.TdClassName
{
border-color: #185750;
}
.TagClassName
{
border-color: #185750;
}
</style>