Shades of Shamrock #1CCEA0
Tints of Shamrock #1CCEA0
RGB
CMYK
RGB Variations
Color information
#1CCEA0 (or 0x1CCEA0) is known color: Shamrock. HEX triplet: 1C, CE and A0. RGB value is (28,206,160). Sum of RGB (Red+Green+Blue) = 28+206+160=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCEA0 is #E3315F. Grayscale: #939393. Windows color (decimal): -14889312 or 10538524. OLE color: 10538524.
HSL color Cylindrical-coordinate representation of color #1CCEA0: hue angle of 164.49º degrees, saturation: 0.76, 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 #1CCEA0 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 160 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.19 |
| HSL | 164.49º | 0.76% | 0.46% | - |
| HSV(B) | 164.49º | 0.86% | 0.81% | - |
| XYZ | 28.9 | 46.93 | 40.79 | - |
| YUV | 147.53 | 135.03 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 160 | 0.86 | 0 | 0.22 | 0.19 | 164.49 | 0.76 | 0.46 |
| Hex | 1C | CE | A0 | 56 | 0 | 16 | 13 | A4 | 4C | 2E |
| Octal | 34 | 316 | 240 | 126 | 0 | 26 | 23 | 244 | 114 | 56 |
| Binary | 11100 | 11001110 | 10100000 | 1010110 | 0 | 10110 | 10011 | 10100100 | 1001100 | 101110 |
Color Harmonies of #1CCEA0
Complementary color
Monochromatic Colors of #1CCEA0
Black with #1CCEA0
Text Example
Text Example
White with #1CCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEA0; }
p { color: rgb(28,206,160); }
H1.HeaderClassName
{
color: #1CCEA0;
}
.AnyTagClassName
{
color: #1CCEA0;
}
</style>
background-color css
<style>
a { background-color: #1CCEA0; }
a { background-color: rgb(28,206,160); }
div.DivClassName
{
background-color: #1CCEA0;
}
.BgClassName
{
background-color: #1CCEA0;
}
</style>
border-color css
<style>
span { border-color: #1CCEA0; }
span { border-color: rgb(28,206,160); }
td.TdClassName
{
border-color: #1CCEA0;
}
.TagClassName
{
border-color: #1CCEA0;
}
</style>