Shades of Shamrock #1ECEA7
Tints of Shamrock #1ECEA7
RGB
CMYK
RGB Variations
Color information
#1ECEA7 (or 0x1ECEA7) is known color: Shamrock. HEX triplet: 1E, CE and A7. RGB value is (30,206,167). Sum of RGB (Red+Green+Blue) = 30+206+167=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECEA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECEA7 is #E13158. Grayscale: #949494. Windows color (decimal): -14758233 or 10997278. OLE color: 10997278.
HSL color Cylindrical-coordinate representation of color #1ECEA7: hue angle of 166.7º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECEA7 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 167 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.19 |
| HSL | 166.7º | 0.75% | 0.46% | - |
| HSV(B) | 166.7º | 0.85% | 0.81% | - |
| XYZ | 29.58 | 47.21 | 44.11 | - |
| YUV | 148.93 | 138.19 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 167 | 0.85 | 0 | 0.19 | 0.19 | 166.7 | 0.75 | 0.46 |
| Hex | 1E | CE | A7 | 55 | 0 | 13 | 13 | A7 | 4B | 2E |
| Octal | 36 | 316 | 247 | 125 | 0 | 23 | 23 | 247 | 113 | 56 |
| Binary | 11110 | 11001110 | 10100111 | 1010101 | 0 | 10011 | 10011 | 10100111 | 1001011 | 101110 |
Color Harmonies of #1ECEA7
Complementary color
Monochromatic Colors of #1ECEA7
Black with #1ECEA7
Text Example
Text Example
White with #1ECEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEA7; }
p { color: rgb(30,206,167); }
H1.HeaderClassName
{
color: #1ECEA7;
}
.AnyTagClassName
{
color: #1ECEA7;
}
</style>
background-color css
<style>
a { background-color: #1ECEA7; }
a { background-color: rgb(30,206,167); }
div.DivClassName
{
background-color: #1ECEA7;
}
.BgClassName
{
background-color: #1ECEA7;
}
</style>
border-color css
<style>
span { border-color: #1ECEA7; }
span { border-color: rgb(30,206,167); }
td.TdClassName
{
border-color: #1ECEA7;
}
.TagClassName
{
border-color: #1ECEA7;
}
</style>