Shades of Shamrock #1ECFAC
Tints of Shamrock #1ECFAC
RGB
CMYK
RGB Variations
Color information
#1ECFAC (or 0x1ECFAC) is known color: Shamrock. HEX triplet: 1E, CF and AC. RGB value is (30,207,172). Sum of RGB (Red+Green+Blue) = 30+207+172=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECFAC is #E13053. Grayscale: #969696. Windows color (decimal): -14757972 or 11325214. OLE color: 11325214.
HSL color Cylindrical-coordinate representation of color #1ECFAC: hue angle of 168.14º 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 #1ECFAC is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 172 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.19 |
| HSL | 168.14º | 0.75% | 0.46% | - |
| HSV(B) | 168.14º | 0.86% | 0.81% | - |
| XYZ | 30.29 | 47.88 | 46.67 | - |
| YUV | 150.09 | 140.36 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 172 | 0.86 | 0 | 0.17 | 0.19 | 168.14 | 0.75 | 0.46 |
| Hex | 1E | CF | AC | 56 | 0 | 11 | 13 | A8 | 4B | 2E |
| Octal | 36 | 317 | 254 | 126 | 0 | 21 | 23 | 250 | 113 | 56 |
| Binary | 11110 | 11001111 | 10101100 | 1010110 | 0 | 10001 | 10011 | 10101000 | 1001011 | 101110 |
Color Harmonies of #1ECFAC
Complementary color
Monochromatic Colors of #1ECFAC
Black with #1ECFAC
Text Example
Text Example
White with #1ECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFAC; }
p { color: rgb(30,207,172); }
H1.HeaderClassName
{
color: #1ECFAC;
}
.AnyTagClassName
{
color: #1ECFAC;
}
</style>
background-color css
<style>
a { background-color: #1ECFAC; }
a { background-color: rgb(30,207,172); }
div.DivClassName
{
background-color: #1ECFAC;
}
.BgClassName
{
background-color: #1ECFAC;
}
</style>
border-color css
<style>
span { border-color: #1ECFAC; }
span { border-color: rgb(30,207,172); }
td.TdClassName
{
border-color: #1ECFAC;
}
.TagClassName
{
border-color: #1ECFAC;
}
</style>