Shades of Shamrock #2BE5A1
Tints of Shamrock #2BE5A1
RGB
CMYK
RGB Variations
Color information
#2BE5A1 (or 0x2BE5A1) is known color: Shamrock. HEX triplet: 2B, E5 and A1. RGB value is (43,229,161). Sum of RGB (Red+Green+Blue) = 43+229+161=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE5A1 is #D41A5E. Grayscale: #A5A5A5. Windows color (decimal): -13900383 or 10609963. OLE color: 10609963.
HSL color Cylindrical-coordinate representation of color #2BE5A1: hue angle of 158.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5A1 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 161 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.10 |
| HSL | 158.06º | 0.78% | 0.53% | - |
| HSV(B) | 158.06º | 0.81% | 0.9% | - |
| XYZ | 35.45 | 59.13 | 43.26 | - |
| YUV | 165.63 | 125.38 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 161 | 0.81 | 0 | 0.30 | 0.10 | 158.06 | 0.78 | 0.53 |
| Hex | 2B | E5 | A1 | 51 | 0 | 1E | A | 9E | 4E | 35 |
| Octal | 53 | 345 | 241 | 121 | 0 | 36 | 12 | 236 | 116 | 65 |
| Binary | 101011 | 11100101 | 10100001 | 1010001 | 0 | 11110 | 1010 | 10011110 | 1001110 | 110101 |
Color Harmonies of #2BE5A1
Complementary color
Monochromatic Colors of #2BE5A1
Black with #2BE5A1
Text Example
Text Example
White with #2BE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5A1; }
p { color: rgb(43,229,161); }
H1.HeaderClassName
{
color: #2BE5A1;
}
.AnyTagClassName
{
color: #2BE5A1;
}
</style>
background-color css
<style>
a { background-color: #2BE5A1; }
a { background-color: rgb(43,229,161); }
div.DivClassName
{
background-color: #2BE5A1;
}
.BgClassName
{
background-color: #2BE5A1;
}
</style>
border-color css
<style>
span { border-color: #2BE5A1; }
span { border-color: rgb(43,229,161); }
td.TdClassName
{
border-color: #2BE5A1;
}
.TagClassName
{
border-color: #2BE5A1;
}
</style>