Shades of Shamrock #2BE2AC
Tints of Shamrock #2BE2AC
RGB
CMYK
RGB Variations
Color information
#2BE2AC (or 0x2BE2AC) is known color: Shamrock. HEX triplet: 2B, E2 and AC. RGB value is (43,226,172). Sum of RGB (Red+Green+Blue) = 43+226+172=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE2AC is #D41D53. Grayscale: #A5A5A5. Windows color (decimal): -13901140 or 11330091. OLE color: 11330091.
HSL color Cylindrical-coordinate representation of color #2BE2AC: hue angle of 162.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE2AC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 172 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.11 |
| HSL | 162.3º | 0.76% | 0.53% | - |
| HSV(B) | 162.3º | 0.81% | 0.89% | - |
| XYZ | 35.64 | 57.88 | 48.32 | - |
| YUV | 165.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 172 | 0.81 | 0 | 0.24 | 0.11 | 162.3 | 0.76 | 0.53 |
| Hex | 2B | E2 | AC | 51 | 0 | 18 | B | A2 | 4C | 35 |
| Octal | 53 | 342 | 254 | 121 | 0 | 30 | 13 | 242 | 114 | 65 |
| Binary | 101011 | 11100010 | 10101100 | 1010001 | 0 | 11000 | 1011 | 10100010 | 1001100 | 110101 |
Color Harmonies of #2BE2AC
Complementary color
Monochromatic Colors of #2BE2AC
Black with #2BE2AC
Text Example
Text Example
White with #2BE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE2AC; }
p { color: rgb(43,226,172); }
H1.HeaderClassName
{
color: #2BE2AC;
}
.AnyTagClassName
{
color: #2BE2AC;
}
</style>
background-color css
<style>
a { background-color: #2BE2AC; }
a { background-color: rgb(43,226,172); }
div.DivClassName
{
background-color: #2BE2AC;
}
.BgClassName
{
background-color: #2BE2AC;
}
</style>
border-color css
<style>
span { border-color: #2BE2AC; }
span { border-color: rgb(43,226,172); }
td.TdClassName
{
border-color: #2BE2AC;
}
.TagClassName
{
border-color: #2BE2AC;
}
</style>