Shades of Shamrock #1CE2AC
Tints of Shamrock #1CE2AC
RGB
CMYK
RGB Variations
Color information
#1CE2AC (or 0x1CE2AC) is known color: Shamrock. HEX triplet: 1C, E2 and AC. RGB value is (28,226,172). Sum of RGB (Red+Green+Blue) = 28+226+172=426 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.57% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE2AC is #E31D53. Grayscale: #A0A0A0. Windows color (decimal): -14884180 or 11330076. OLE color: 11330076.
HSL color Cylindrical-coordinate representation of color #1CE2AC: hue angle of 163.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE2AC is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 172 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.11 |
| HSL | 163.64º | 0.78% | 0.5% | - |
| HSV(B) | 163.64º | 0.88% | 0.89% | - |
| XYZ | 35.12 | 57.62 | 48.3 | - |
| YUV | 160.64 | 134.4 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 172 | 0.88 | 0 | 0.24 | 0.11 | 163.64 | 0.78 | 0.5 |
| Hex | 1C | E2 | AC | 58 | 0 | 18 | B | A4 | 4E | 32 |
| Octal | 34 | 342 | 254 | 130 | 0 | 30 | 13 | 244 | 116 | 62 |
| Binary | 11100 | 11100010 | 10101100 | 1011000 | 0 | 11000 | 1011 | 10100100 | 1001110 | 110010 |
Color Harmonies of #1CE2AC
Complementary color
Monochromatic Colors of #1CE2AC
Black with #1CE2AC
Text Example
Text Example
White with #1CE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE2AC; }
p { color: rgb(28,226,172); }
H1.HeaderClassName
{
color: #1CE2AC;
}
.AnyTagClassName
{
color: #1CE2AC;
}
</style>
background-color css
<style>
a { background-color: #1CE2AC; }
a { background-color: rgb(28,226,172); }
div.DivClassName
{
background-color: #1CE2AC;
}
.BgClassName
{
background-color: #1CE2AC;
}
</style>
border-color css
<style>
span { border-color: #1CE2AC; }
span { border-color: rgb(28,226,172); }
td.TdClassName
{
border-color: #1CE2AC;
}
.TagClassName
{
border-color: #1CE2AC;
}
</style>