Shades of Shamrock #1EDFAB
Tints of Shamrock #1EDFAB
RGB
CMYK
RGB Variations
Color information
#1EDFAB (or 0x1EDFAB) is known color: Shamrock. HEX triplet: 1E, DF and AB. RGB value is (30,223,171). Sum of RGB (Red+Green+Blue) = 30+223+171=424 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.08% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDFAB is #E12054. Grayscale: #9F9F9F. Windows color (decimal): -14753877 or 11263774. OLE color: 11263774.
HSL color Cylindrical-coordinate representation of color #1EDFAB: hue angle of 163.83º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDFAB is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 171 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.13 |
| HSL | 163.83º | 0.76% | 0.5% | - |
| HSV(B) | 163.83º | 0.87% | 0.87% | - |
| XYZ | 34.27 | 55.99 | 47.53 | - |
| YUV | 159.37 | 134.56 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 171 | 0.87 | 0 | 0.23 | 0.13 | 163.83 | 0.76 | 0.5 |
| Hex | 1E | DF | AB | 57 | 0 | 17 | D | A4 | 4C | 32 |
| Octal | 36 | 337 | 253 | 127 | 0 | 27 | 15 | 244 | 114 | 62 |
| Binary | 11110 | 11011111 | 10101011 | 1010111 | 0 | 10111 | 1101 | 10100100 | 1001100 | 110010 |
Color Harmonies of #1EDFAB
Complementary color
Monochromatic Colors of #1EDFAB
Black with #1EDFAB
Text Example
Text Example
White with #1EDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFAB; }
p { color: rgb(30,223,171); }
H1.HeaderClassName
{
color: #1EDFAB;
}
.AnyTagClassName
{
color: #1EDFAB;
}
</style>
background-color css
<style>
a { background-color: #1EDFAB; }
a { background-color: rgb(30,223,171); }
div.DivClassName
{
background-color: #1EDFAB;
}
.BgClassName
{
background-color: #1EDFAB;
}
</style>
border-color css
<style>
span { border-color: #1EDFAB; }
span { border-color: rgb(30,223,171); }
td.TdClassName
{
border-color: #1EDFAB;
}
.TagClassName
{
border-color: #1EDFAB;
}
</style>