Shades of Shamrock #1ECFAA
Tints of Shamrock #1ECFAA
RGB
CMYK
RGB Variations
Color information
#1ECFAA (or 0x1ECFAA) is known color: Shamrock. HEX triplet: 1E, CF and AA. RGB value is (30,207,170). Sum of RGB (Red+Green+Blue) = 30+207+170=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECFAA is #E13055. Grayscale: #959595. Windows color (decimal): -14757974 or 11194142. OLE color: 11194142.
HSL color Cylindrical-coordinate representation of color #1ECFAA: hue angle of 167.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFAA is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 170 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.19 |
| HSL | 167.46º | 0.75% | 0.46% | - |
| HSV(B) | 167.46º | 0.86% | 0.81% | - |
| XYZ | 30.1 | 47.8 | 45.67 | - |
| YUV | 149.86 | 139.36 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 170 | 0.86 | 0 | 0.18 | 0.19 | 167.46 | 0.75 | 0.46 |
| Hex | 1E | CF | AA | 56 | 0 | 12 | 13 | A7 | 4B | 2E |
| Octal | 36 | 317 | 252 | 126 | 0 | 22 | 23 | 247 | 113 | 56 |
| Binary | 11110 | 11001111 | 10101010 | 1010110 | 0 | 10010 | 10011 | 10100111 | 1001011 | 101110 |
Color Harmonies of #1ECFAA
Complementary color
Monochromatic Colors of #1ECFAA
Black with #1ECFAA
Text Example
Text Example
White with #1ECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFAA; }
p { color: rgb(30,207,170); }
H1.HeaderClassName
{
color: #1ECFAA;
}
.AnyTagClassName
{
color: #1ECFAA;
}
</style>
background-color css
<style>
a { background-color: #1ECFAA; }
a { background-color: rgb(30,207,170); }
div.DivClassName
{
background-color: #1ECFAA;
}
.BgClassName
{
background-color: #1ECFAA;
}
</style>
border-color css
<style>
span { border-color: #1ECFAA; }
span { border-color: rgb(30,207,170); }
td.TdClassName
{
border-color: #1ECFAA;
}
.TagClassName
{
border-color: #1ECFAA;
}
</style>