Shades of Shamrock #2CE5AA
Tints of Shamrock #2CE5AA
RGB
CMYK
RGB Variations
Color information
#2CE5AA (or 0x2CE5AA) is known color: Shamrock. HEX triplet: 2C, E5 and AA. RGB value is (44,229,170). Sum of RGB (Red+Green+Blue) = 44+229+170=443 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.93% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE5AA is #D31A55. Grayscale: #A7A7A7. Windows color (decimal): -13834838 or 11199788. OLE color: 11199788.
HSL color Cylindrical-coordinate representation of color #2CE5AA: hue angle of 160.86º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5AA is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 170 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.10 |
| HSL | 160.86º | 0.78% | 0.54% | - |
| HSV(B) | 160.86º | 0.81% | 0.9% | - |
| XYZ | 36.31 | 59.48 | 47.6 | - |
| YUV | 166.96 | 129.71 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 170 | 0.81 | 0 | 0.26 | 0.10 | 160.86 | 0.78 | 0.54 |
| Hex | 2C | E5 | AA | 51 | 0 | 1A | A | A1 | 4E | 36 |
| Octal | 54 | 345 | 252 | 121 | 0 | 32 | 12 | 241 | 116 | 66 |
| Binary | 101100 | 11100101 | 10101010 | 1010001 | 0 | 11010 | 1010 | 10100001 | 1001110 | 110110 |
Color Harmonies of #2CE5AA
Complementary color
Monochromatic Colors of #2CE5AA
Black with #2CE5AA
Text Example
Text Example
White with #2CE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5AA; }
p { color: rgb(44,229,170); }
H1.HeaderClassName
{
color: #2CE5AA;
}
.AnyTagClassName
{
color: #2CE5AA;
}
</style>
background-color css
<style>
a { background-color: #2CE5AA; }
a { background-color: rgb(44,229,170); }
div.DivClassName
{
background-color: #2CE5AA;
}
.BgClassName
{
background-color: #2CE5AA;
}
</style>
border-color css
<style>
span { border-color: #2CE5AA; }
span { border-color: rgb(44,229,170); }
td.TdClassName
{
border-color: #2CE5AA;
}
.TagClassName
{
border-color: #2CE5AA;
}
</style>