Shades of Shamrock #2BE5AC
Tints of Shamrock #2BE5AC
RGB
CMYK
RGB Variations
Color information
#2BE5AC (or 0x2BE5AC) is known color: Shamrock. HEX triplet: 2B, E5 and AC. RGB value is (43,229,172). Sum of RGB (Red+Green+Blue) = 43+229+172=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE5AC is #D41A53. Grayscale: #A6A6A6. Windows color (decimal): -13900372 or 11330859. OLE color: 11330859.
HSL color Cylindrical-coordinate representation of color #2BE5AC: hue angle of 161.61º 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 #2BE5AC is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 172 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.10 |
| HSL | 161.61º | 0.78% | 0.53% | - |
| HSV(B) | 161.61º | 0.81% | 0.9% | - |
| XYZ | 36.46 | 59.53 | 48.6 | - |
| YUV | 166.89 | 130.88 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 172 | 0.81 | 0 | 0.25 | 0.10 | 161.61 | 0.78 | 0.53 |
| Hex | 2B | E5 | AC | 51 | 0 | 19 | A | A2 | 4E | 35 |
| Octal | 53 | 345 | 254 | 121 | 0 | 31 | 12 | 242 | 116 | 65 |
| Binary | 101011 | 11100101 | 10101100 | 1010001 | 0 | 11001 | 1010 | 10100010 | 1001110 | 110101 |
Color Harmonies of #2BE5AC
Complementary color
Monochromatic Colors of #2BE5AC
Black with #2BE5AC
Text Example
Text Example
White with #2BE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE5AC; }
p { color: rgb(43,229,172); }
H1.HeaderClassName
{
color: #2BE5AC;
}
.AnyTagClassName
{
color: #2BE5AC;
}
</style>
background-color css
<style>
a { background-color: #2BE5AC; }
a { background-color: rgb(43,229,172); }
div.DivClassName
{
background-color: #2BE5AC;
}
.BgClassName
{
background-color: #2BE5AC;
}
</style>
border-color css
<style>
span { border-color: #2BE5AC; }
span { border-color: rgb(43,229,172); }
td.TdClassName
{
border-color: #2BE5AC;
}
.TagClassName
{
border-color: #2BE5AC;
}
</style>