Shades of Shamrock #1EDBAB
Tints of Shamrock #1EDBAB
RGB
CMYK
RGB Variations
Color information
#1EDBAB (or 0x1EDBAB) is known color: Shamrock. HEX triplet: 1E, DB and AB. RGB value is (30,219,171). Sum of RGB (Red+Green+Blue) = 30+219+171=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDBAB is #E12454. Grayscale: #9D9D9D. Windows color (decimal): -14754901 or 11262750. OLE color: 11262750.
HSL color Cylindrical-coordinate representation of color #1EDBAB: hue angle of 164.76º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDBAB is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 171 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.14 |
| HSL | 164.76º | 0.76% | 0.49% | - |
| HSV(B) | 164.76º | 0.86% | 0.86% | - |
| XYZ | 33.22 | 53.88 | 47.18 | - |
| YUV | 157.02 | 135.88 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 171 | 0.86 | 0 | 0.22 | 0.14 | 164.76 | 0.76 | 0.49 |
| Hex | 1E | DB | AB | 56 | 0 | 16 | E | A5 | 4C | 31 |
| Octal | 36 | 333 | 253 | 126 | 0 | 26 | 16 | 245 | 114 | 61 |
| Binary | 11110 | 11011011 | 10101011 | 1010110 | 0 | 10110 | 1110 | 10100101 | 1001100 | 110001 |
Color Harmonies of #1EDBAB
Complementary color
Monochromatic Colors of #1EDBAB
Black with #1EDBAB
Text Example
Text Example
White with #1EDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBAB; }
p { color: rgb(30,219,171); }
H1.HeaderClassName
{
color: #1EDBAB;
}
.AnyTagClassName
{
color: #1EDBAB;
}
</style>
background-color css
<style>
a { background-color: #1EDBAB; }
a { background-color: rgb(30,219,171); }
div.DivClassName
{
background-color: #1EDBAB;
}
.BgClassName
{
background-color: #1EDBAB;
}
</style>
border-color css
<style>
span { border-color: #1EDBAB; }
span { border-color: rgb(30,219,171); }
td.TdClassName
{
border-color: #1EDBAB;
}
.TagClassName
{
border-color: #1EDBAB;
}
</style>