Shades of Shamrock #1ED3AC
Tints of Shamrock #1ED3AC
RGB
CMYK
RGB Variations
Color information
#1ED3AC (or 0x1ED3AC) is known color: Shamrock. HEX triplet: 1E, D3 and AC. RGB value is (30,211,172). Sum of RGB (Red+Green+Blue) = 30+211+172=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED3AC is #E12C53. Grayscale: #989898. Windows color (decimal): -14756948 or 11326238. OLE color: 11326238.
HSL color Cylindrical-coordinate representation of color #1ED3AC: hue angle of 167.07º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED3AC is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 172 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.17 |
| HSL | 167.07º | 0.75% | 0.47% | - |
| HSV(B) | 167.07º | 0.86% | 0.83% | - |
| XYZ | 31.28 | 49.84 | 47 | - |
| YUV | 152.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 172 | 0.86 | 0 | 0.18 | 0.17 | 167.07 | 0.75 | 0.47 |
| Hex | 1E | D3 | AC | 56 | 0 | 12 | 11 | A7 | 4B | 2F |
| Octal | 36 | 323 | 254 | 126 | 0 | 22 | 21 | 247 | 113 | 57 |
| Binary | 11110 | 11010011 | 10101100 | 1010110 | 0 | 10010 | 10001 | 10100111 | 1001011 | 101111 |
Color Harmonies of #1ED3AC
Complementary color
Monochromatic Colors of #1ED3AC
Black with #1ED3AC
Text Example
Text Example
White with #1ED3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED3AC; }
p { color: rgb(30,211,172); }
H1.HeaderClassName
{
color: #1ED3AC;
}
.AnyTagClassName
{
color: #1ED3AC;
}
</style>
background-color css
<style>
a { background-color: #1ED3AC; }
a { background-color: rgb(30,211,172); }
div.DivClassName
{
background-color: #1ED3AC;
}
.BgClassName
{
background-color: #1ED3AC;
}
</style>
border-color css
<style>
span { border-color: #1ED3AC; }
span { border-color: rgb(30,211,172); }
td.TdClassName
{
border-color: #1ED3AC;
}
.TagClassName
{
border-color: #1ED3AC;
}
</style>