Shades of Shamrock #1ECEAA
Tints of Shamrock #1ECEAA
RGB
CMYK
RGB Variations
Color information
#1ECEAA (or 0x1ECEAA) is known color: Shamrock. HEX triplet: 1E, CE and AA. RGB value is (30,206,170). Sum of RGB (Red+Green+Blue) = 30+206+170=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECEAA is #E13155. Grayscale: #959595. Windows color (decimal): -14758230 or 11193886. OLE color: 11193886.
HSL color Cylindrical-coordinate representation of color #1ECEAA: hue angle of 167.73º 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 #1ECEAA is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 170 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.19 |
| HSL | 167.73º | 0.75% | 0.46% | - |
| HSV(B) | 167.73º | 0.85% | 0.81% | - |
| XYZ | 29.86 | 47.32 | 45.59 | - |
| YUV | 149.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 170 | 0.85 | 0 | 0.17 | 0.19 | 167.73 | 0.75 | 0.46 |
| Hex | 1E | CE | AA | 55 | 0 | 11 | 13 | A8 | 4B | 2E |
| Octal | 36 | 316 | 252 | 125 | 0 | 21 | 23 | 250 | 113 | 56 |
| Binary | 11110 | 11001110 | 10101010 | 1010101 | 0 | 10001 | 10011 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1ECEAA
Complementary color
Monochromatic Colors of #1ECEAA
Black with #1ECEAA
Text Example
Text Example
White with #1ECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEAA; }
p { color: rgb(30,206,170); }
H1.HeaderClassName
{
color: #1ECEAA;
}
.AnyTagClassName
{
color: #1ECEAA;
}
</style>
background-color css
<style>
a { background-color: #1ECEAA; }
a { background-color: rgb(30,206,170); }
div.DivClassName
{
background-color: #1ECEAA;
}
.BgClassName
{
background-color: #1ECEAA;
}
</style>
border-color css
<style>
span { border-color: #1ECEAA; }
span { border-color: rgb(30,206,170); }
td.TdClassName
{
border-color: #1ECEAA;
}
.TagClassName
{
border-color: #1ECEAA;
}
</style>