Shades of Shamrock #1EDEAA
Tints of Shamrock #1EDEAA
RGB
CMYK
RGB Variations
Color information
#1EDEAA (or 0x1EDEAA) is known color: Shamrock. HEX triplet: 1E, DE and AA. RGB value is (30,222,170). Sum of RGB (Red+Green+Blue) = 30+222+170=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDEAA is #E12155. Grayscale: #9E9E9E. Windows color (decimal): -14754134 or 11197982. OLE color: 11197982.
HSL color Cylindrical-coordinate representation of color #1EDEAA: hue angle of 163.75º 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 #1EDEAA is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 170 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 163.75º | 0.76% | 0.49% | - |
| HSV(B) | 163.75º | 0.86% | 0.87% | - |
| XYZ | 33.91 | 55.42 | 46.94 | - |
| YUV | 158.66 | 134.39 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 170 | 0.86 | 0 | 0.23 | 0.13 | 163.75 | 0.76 | 0.49 |
| Hex | 1E | DE | AA | 56 | 0 | 17 | D | A4 | 4C | 31 |
| Octal | 36 | 336 | 252 | 126 | 0 | 27 | 15 | 244 | 114 | 61 |
| Binary | 11110 | 11011110 | 10101010 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001100 | 110001 |
Color Harmonies of #1EDEAA
Complementary color
Monochromatic Colors of #1EDEAA
Black with #1EDEAA
Text Example
Text Example
White with #1EDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEAA; }
p { color: rgb(30,222,170); }
H1.HeaderClassName
{
color: #1EDEAA;
}
.AnyTagClassName
{
color: #1EDEAA;
}
</style>
background-color css
<style>
a { background-color: #1EDEAA; }
a { background-color: rgb(30,222,170); }
div.DivClassName
{
background-color: #1EDEAA;
}
.BgClassName
{
background-color: #1EDEAA;
}
</style>
border-color css
<style>
span { border-color: #1EDEAA; }
span { border-color: rgb(30,222,170); }
td.TdClassName
{
border-color: #1EDEAA;
}
.TagClassName
{
border-color: #1EDEAA;
}
</style>