Shades of Shamrock #1EDEAC
Tints of Shamrock #1EDEAC
RGB
CMYK
RGB Variations
Color information
#1EDEAC (or 0x1EDEAC) is known color: Shamrock. HEX triplet: 1E, DE and AC. RGB value is (30,222,172). Sum of RGB (Red+Green+Blue) = 30+222+172=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDEAC is #E12153. Grayscale: #9E9E9E. Windows color (decimal): -14754132 or 11329054. OLE color: 11329054.
HSL color Cylindrical-coordinate representation of color #1EDEAC: hue angle of 164.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDEAC is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 172 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 164.38º | 0.76% | 0.49% | - |
| HSV(B) | 164.38º | 0.86% | 0.87% | - |
| XYZ | 34.1 | 55.5 | 47.94 | - |
| YUV | 158.89 | 135.39 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 172 | 0.86 | 0 | 0.23 | 0.13 | 164.38 | 0.76 | 0.49 |
| Hex | 1E | DE | AC | 56 | 0 | 17 | D | A4 | 4C | 31 |
| Octal | 36 | 336 | 254 | 126 | 0 | 27 | 15 | 244 | 114 | 61 |
| Binary | 11110 | 11011110 | 10101100 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001100 | 110001 |
Color Harmonies of #1EDEAC
Complementary color
Monochromatic Colors of #1EDEAC
Black with #1EDEAC
Text Example
Text Example
White with #1EDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEAC; }
p { color: rgb(30,222,172); }
H1.HeaderClassName
{
color: #1EDEAC;
}
.AnyTagClassName
{
color: #1EDEAC;
}
</style>
background-color css
<style>
a { background-color: #1EDEAC; }
a { background-color: rgb(30,222,172); }
div.DivClassName
{
background-color: #1EDEAC;
}
.BgClassName
{
background-color: #1EDEAC;
}
</style>
border-color css
<style>
span { border-color: #1EDEAC; }
span { border-color: rgb(30,222,172); }
td.TdClassName
{
border-color: #1EDEAC;
}
.TagClassName
{
border-color: #1EDEAC;
}
</style>