Shades of Shamrock #1ECBA5
Tints of Shamrock #1ECBA5
RGB
CMYK
RGB Variations
Color information
#1ECBA5 (or 0x1ECBA5) is known color: Shamrock. HEX triplet: 1E, CB and A5. RGB value is (30,203,165). Sum of RGB (Red+Green+Blue) = 30+203+165=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECBA5 is #E1345A. Grayscale: #929292. Windows color (decimal): -14759003 or 10865438. OLE color: 10865438.
HSL color Cylindrical-coordinate representation of color #1ECBA5: hue angle of 166.82º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECBA5 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 165 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.20 |
| HSL | 166.82º | 0.74% | 0.46% | - |
| HSV(B) | 166.82º | 0.85% | 0.8% | - |
| XYZ | 28.68 | 45.7 | 42.91 | - |
| YUV | 146.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 165 | 0.85 | 0 | 0.19 | 0.20 | 166.82 | 0.74 | 0.46 |
| Hex | 1E | CB | A5 | 55 | 0 | 13 | 14 | A7 | 4A | 2E |
| Octal | 36 | 313 | 245 | 125 | 0 | 23 | 24 | 247 | 112 | 56 |
| Binary | 11110 | 11001011 | 10100101 | 1010101 | 0 | 10011 | 10100 | 10100111 | 1001010 | 101110 |
Color Harmonies of #1ECBA5
Complementary color
Monochromatic Colors of #1ECBA5
Black with #1ECBA5
Text Example
Text Example
White with #1ECBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBA5; }
p { color: rgb(30,203,165); }
H1.HeaderClassName
{
color: #1ECBA5;
}
.AnyTagClassName
{
color: #1ECBA5;
}
</style>
background-color css
<style>
a { background-color: #1ECBA5; }
a { background-color: rgb(30,203,165); }
div.DivClassName
{
background-color: #1ECBA5;
}
.BgClassName
{
background-color: #1ECBA5;
}
</style>
border-color css
<style>
span { border-color: #1ECBA5; }
span { border-color: rgb(30,203,165); }
td.TdClassName
{
border-color: #1ECBA5;
}
.TagClassName
{
border-color: #1ECBA5;
}
</style>