Shades of Shamrock #1CCEA2
Tints of Shamrock #1CCEA2
RGB
CMYK
RGB Variations
Color information
#1CCEA2 (or 0x1CCEA2) is known color: Shamrock. HEX triplet: 1C, CE and A2. RGB value is (28,206,162). Sum of RGB (Red+Green+Blue) = 28+206+162=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCEA2 is #E3315D. Grayscale: #939393. Windows color (decimal): -14889310 or 10669596. OLE color: 10669596.
HSL color Cylindrical-coordinate representation of color #1CCEA2: hue angle of 165.17º 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 #1CCEA2 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 162 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.19 |
| HSL | 165.17º | 0.76% | 0.46% | - |
| HSV(B) | 165.17º | 0.86% | 0.81% | - |
| XYZ | 29.07 | 47 | 41.72 | - |
| YUV | 147.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 162 | 0.86 | 0 | 0.21 | 0.19 | 165.17 | 0.76 | 0.46 |
| Hex | 1C | CE | A2 | 56 | 0 | 15 | 13 | A5 | 4C | 2E |
| Octal | 34 | 316 | 242 | 126 | 0 | 25 | 23 | 245 | 114 | 56 |
| Binary | 11100 | 11001110 | 10100010 | 1010110 | 0 | 10101 | 10011 | 10100101 | 1001100 | 101110 |
Color Harmonies of #1CCEA2
Complementary color
Monochromatic Colors of #1CCEA2
Black with #1CCEA2
Text Example
Text Example
White with #1CCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEA2; }
p { color: rgb(28,206,162); }
H1.HeaderClassName
{
color: #1CCEA2;
}
.AnyTagClassName
{
color: #1CCEA2;
}
</style>
background-color css
<style>
a { background-color: #1CCEA2; }
a { background-color: rgb(28,206,162); }
div.DivClassName
{
background-color: #1CCEA2;
}
.BgClassName
{
background-color: #1CCEA2;
}
</style>
border-color css
<style>
span { border-color: #1CCEA2; }
span { border-color: rgb(28,206,162); }
td.TdClassName
{
border-color: #1CCEA2;
}
.TagClassName
{
border-color: #1CCEA2;
}
</style>