Shades of Eden #185A4F
Tints of Eden #185A4F
RGB
CMYK
RGB Variations
Color information
#185A4F (or 0x185A4F) is known color: Eden. HEX triplet: 18, 5A and 4F. RGB value is (24,90,79). Sum of RGB (Red+Green+Blue) = 24+90+79=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #185A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A4F is #E7A5B0. Grayscale: #444444. Windows color (decimal): -15181233 or 5200408. OLE color: 5200408.
HSL color Cylindrical-coordinate representation of color #185A4F: hue angle of 170º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A4F is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 79 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.65 |
| HSL | 170º | 0.58% | 0.22% | - |
| HSV(B) | 170º | 0.73% | 0.35% | - |
| XYZ | 5.44 | 8.07 | 8.67 | - |
| YUV | 69.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 79 | 0.73 | 0 | 0.12 | 0.65 | 170 | 0.58 | 0.22 |
| Hex | 18 | 5A | 4F | 49 | 0 | C | 41 | AA | 3A | 16 |
| Octal | 30 | 132 | 117 | 111 | 0 | 14 | 101 | 252 | 72 | 26 |
| Binary | 11000 | 1011010 | 1001111 | 1001001 | 0 | 1100 | 1000001 | 10101010 | 111010 | 10110 |
Color Harmonies of #185A4F
Complementary color
Monochromatic Colors of #185A4F
Black with #185A4F
Text Example
Text Example
White with #185A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A4F; }
p { color: rgb(24,90,79); }
H1.HeaderClassName
{
color: #185A4F;
}
.AnyTagClassName
{
color: #185A4F;
}
</style>
background-color css
<style>
a { background-color: #185A4F; }
a { background-color: rgb(24,90,79); }
div.DivClassName
{
background-color: #185A4F;
}
.BgClassName
{
background-color: #185A4F;
}
</style>
border-color css
<style>
span { border-color: #185A4F; }
span { border-color: rgb(24,90,79); }
td.TdClassName
{
border-color: #185A4F;
}
.TagClassName
{
border-color: #185A4F;
}
</style>