Shades of Shamrock #2BE9A1
Tints of Shamrock #2BE9A1
RGB
CMYK
RGB Variations
Color information
#2BE9A1 (or 0x2BE9A1) is known color: Shamrock. HEX triplet: 2B, E9 and A1. RGB value is (43,233,161). Sum of RGB (Red+Green+Blue) = 43+233+161=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 233 (91.41% from 255 or 53.32% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE9A1 is #D4165E. Grayscale: #A8A8A8. Windows color (decimal): -13899359 or 10610987. OLE color: 10610987.
HSL color Cylindrical-coordinate representation of color #2BE9A1: hue angle of 157.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9A1 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 161 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.09 |
| HSL | 157.26º | 0.81% | 0.54% | - |
| HSV(B) | 157.26º | 0.82% | 0.91% | - |
| XYZ | 36.57 | 61.36 | 43.64 | - |
| YUV | 167.98 | 124.05 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 161 | 0.82 | 0 | 0.31 | 0.09 | 157.26 | 0.81 | 0.54 |
| Hex | 2B | E9 | A1 | 52 | 0 | 1F | 9 | 9D | 51 | 36 |
| Octal | 53 | 351 | 241 | 122 | 0 | 37 | 11 | 235 | 121 | 66 |
| Binary | 101011 | 11101001 | 10100001 | 1010010 | 0 | 11111 | 1001 | 10011101 | 1010001 | 110110 |
Color Harmonies of #2BE9A1
Complementary color
Monochromatic Colors of #2BE9A1
Black with #2BE9A1
Text Example
Text Example
White with #2BE9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE9A1; }
p { color: rgb(43,233,161); }
H1.HeaderClassName
{
color: #2BE9A1;
}
.AnyTagClassName
{
color: #2BE9A1;
}
</style>
background-color css
<style>
a { background-color: #2BE9A1; }
a { background-color: rgb(43,233,161); }
div.DivClassName
{
background-color: #2BE9A1;
}
.BgClassName
{
background-color: #2BE9A1;
}
</style>
border-color css
<style>
span { border-color: #2BE9A1; }
span { border-color: rgb(43,233,161); }
td.TdClassName
{
border-color: #2BE9A1;
}
.TagClassName
{
border-color: #2BE9A1;
}
</style>