Shades of Shamrock #1ED0AB
Tints of Shamrock #1ED0AB
RGB
CMYK
RGB Variations
Color information
#1ED0AB (or 0x1ED0AB) is known color: Shamrock. HEX triplet: 1E, D0 and AB. RGB value is (30,208,171). Sum of RGB (Red+Green+Blue) = 30+208+171=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED0AB is #E12F54. Grayscale: #969696. Windows color (decimal): -14757717 or 11259934. OLE color: 11259934.
HSL color Cylindrical-coordinate representation of color #1ED0AB: hue angle of 167.53º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED0AB is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 171 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.18 |
| HSL | 167.53º | 0.75% | 0.47% | - |
| HSV(B) | 167.53º | 0.86% | 0.82% | - |
| XYZ | 30.44 | 48.33 | 46.25 | - |
| YUV | 150.56 | 139.53 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 171 | 0.86 | 0 | 0.18 | 0.18 | 167.53 | 0.75 | 0.47 |
| Hex | 1E | D0 | AB | 56 | 0 | 12 | 12 | A8 | 4B | 2F |
| Octal | 36 | 320 | 253 | 126 | 0 | 22 | 22 | 250 | 113 | 57 |
| Binary | 11110 | 11010000 | 10101011 | 1010110 | 0 | 10010 | 10010 | 10101000 | 1001011 | 101111 |
Color Harmonies of #1ED0AB
Complementary color
Monochromatic Colors of #1ED0AB
Black with #1ED0AB
Text Example
Text Example
White with #1ED0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED0AB; }
p { color: rgb(30,208,171); }
H1.HeaderClassName
{
color: #1ED0AB;
}
.AnyTagClassName
{
color: #1ED0AB;
}
</style>
background-color css
<style>
a { background-color: #1ED0AB; }
a { background-color: rgb(30,208,171); }
div.DivClassName
{
background-color: #1ED0AB;
}
.BgClassName
{
background-color: #1ED0AB;
}
</style>
border-color css
<style>
span { border-color: #1ED0AB; }
span { border-color: rgb(30,208,171); }
td.TdClassName
{
border-color: #1ED0AB;
}
.TagClassName
{
border-color: #1ED0AB;
}
</style>