Shades of Shamrock #2BE2AD
Tints of Shamrock #2BE2AD
RGB
CMYK
RGB Variations
Color information
#2BE2AD (or 0x2BE2AD) is known color: Shamrock. HEX triplet: 2B, E2 and AD. RGB value is (43,226,173). Sum of RGB (Red+Green+Blue) = 43+226+173=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 226 (88.67% from 255 or 51.13% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE2AD is #D41D52. Grayscale: #A5A5A5. Windows color (decimal): -13901139 or 11395627. OLE color: 11395627.
HSL color Cylindrical-coordinate representation of color #2BE2AD: hue angle of 162.62º 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 #2BE2AD is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 173 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.11 |
| HSL | 162.62º | 0.76% | 0.53% | - |
| HSV(B) | 162.62º | 0.81% | 0.89% | - |
| XYZ | 35.74 | 57.92 | 48.83 | - |
| YUV | 165.24 | 132.37 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 173 | 0.81 | 0 | 0.23 | 0.11 | 162.62 | 0.76 | 0.53 |
| Hex | 2B | E2 | AD | 51 | 0 | 17 | B | A3 | 4C | 35 |
| Octal | 53 | 342 | 255 | 121 | 0 | 27 | 13 | 243 | 114 | 65 |
| Binary | 101011 | 11100010 | 10101101 | 1010001 | 0 | 10111 | 1011 | 10100011 | 1001100 | 110101 |
Color Harmonies of #2BE2AD
Complementary color
Monochromatic Colors of #2BE2AD
Black with #2BE2AD
Text Example
Text Example
White with #2BE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE2AD; }
p { color: rgb(43,226,173); }
H1.HeaderClassName
{
color: #2BE2AD;
}
.AnyTagClassName
{
color: #2BE2AD;
}
</style>
background-color css
<style>
a { background-color: #2BE2AD; }
a { background-color: rgb(43,226,173); }
div.DivClassName
{
background-color: #2BE2AD;
}
.BgClassName
{
background-color: #2BE2AD;
}
</style>
border-color css
<style>
span { border-color: #2BE2AD; }
span { border-color: rgb(43,226,173); }
td.TdClassName
{
border-color: #2BE2AD;
}
.TagClassName
{
border-color: #2BE2AD;
}
</style>