Shades of Shamrock #2BEA87
Tints of Shamrock #2BEA87
RGB
CMYK
RGB Variations
Color information
#2BEA87 (or 0x2BEA87) is known color: Shamrock. HEX triplet: 2B, EA and 87. RGB value is (43,234,135). Sum of RGB (Red+Green+Blue) = 43+234+135=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA87 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEA87 is #D41578. Grayscale: #A5A5A5. Windows color (decimal): -13899129 or 8907307. OLE color: 8907307.
HSL color Cylindrical-coordinate representation of color #2BEA87: hue angle of 148.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA87 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 135 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.08 |
| HSL | 148.9º | 0.82% | 0.54% | - |
| HSV(B) | 148.9º | 0.82% | 0.92% | - |
| XYZ | 34.79 | 61.11 | 32.88 | - |
| YUV | 165.61 | 110.72 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 135 | 0.82 | 0 | 0.42 | 0.08 | 148.9 | 0.82 | 0.54 |
| Hex | 2B | EA | 87 | 52 | 0 | 2A | 8 | 95 | 52 | 36 |
| Octal | 53 | 352 | 207 | 122 | 0 | 52 | 10 | 225 | 122 | 66 |
| Binary | 101011 | 11101010 | 10000111 | 1010010 | 0 | 101010 | 1000 | 10010101 | 1010010 | 110110 |
Color Harmonies of #2BEA87
Complementary color
Monochromatic Colors of #2BEA87
Black with #2BEA87
Text Example
Text Example
White with #2BEA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA87; }
p { color: rgb(43,234,135); }
H1.HeaderClassName
{
color: #2BEA87;
}
.AnyTagClassName
{
color: #2BEA87;
}
</style>
background-color css
<style>
a { background-color: #2BEA87; }
a { background-color: rgb(43,234,135); }
div.DivClassName
{
background-color: #2BEA87;
}
.BgClassName
{
background-color: #2BEA87;
}
</style>
border-color css
<style>
span { border-color: #2BEA87; }
span { border-color: rgb(43,234,135); }
td.TdClassName
{
border-color: #2BEA87;
}
.TagClassName
{
border-color: #2BEA87;
}
</style>