Shades of Eucalyptus #1EA666
Tints of Eucalyptus #1EA666
RGB
CMYK
RGB Variations
Color information
#1EA666 (or 0x1EA666) is known color: Eucalyptus. HEX triplet: 1E, A6 and 66. RGB value is (30,166,102). Sum of RGB (Red+Green+Blue) = 30+166+102=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA666 is #E15999. Grayscale: #767676. Windows color (decimal): -14768538 or 6727198. OLE color: 6727198.
HSL color Cylindrical-coordinate representation of color #1EA666: hue angle of 151.76º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA666 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 102 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.35 |
| HSL | 151.76º | 0.69% | 0.38% | - |
| HSV(B) | 151.76º | 0.82% | 0.65% | - |
| XYZ | 16.57 | 28.51 | 17.2 | - |
| YUV | 118.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 102 | 0.82 | 0 | 0.39 | 0.35 | 151.76 | 0.69 | 0.38 |
| Hex | 1E | A6 | 66 | 52 | 0 | 27 | 23 | 98 | 45 | 26 |
| Octal | 36 | 246 | 146 | 122 | 0 | 47 | 43 | 230 | 105 | 46 |
| Binary | 11110 | 10100110 | 1100110 | 1010010 | 0 | 100111 | 100011 | 10011000 | 1000101 | 100110 |
Color Harmonies of #1EA666
Complementary color
Monochromatic Colors of #1EA666
Black with #1EA666
Text Example
Text Example
White with #1EA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA666; }
p { color: rgb(30,166,102); }
H1.HeaderClassName
{
color: #1EA666;
}
.AnyTagClassName
{
color: #1EA666;
}
</style>
background-color css
<style>
a { background-color: #1EA666; }
a { background-color: rgb(30,166,102); }
div.DivClassName
{
background-color: #1EA666;
}
.BgClassName
{
background-color: #1EA666;
}
</style>
border-color css
<style>
span { border-color: #1EA666; }
span { border-color: rgb(30,166,102); }
td.TdClassName
{
border-color: #1EA666;
}
.TagClassName
{
border-color: #1EA666;
}
</style>