Shades of Shamrock #2BE7A6
Tints of Shamrock #2BE7A6
RGB
CMYK
RGB Variations
Color information
#2BE7A6 (or 0x2BE7A6) is known color: Shamrock. HEX triplet: 2B, E7 and A6. RGB value is (43,231,166). Sum of RGB (Red+Green+Blue) = 43+231+166=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE7A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE7A6 is #D41859. Grayscale: #A7A7A7. Windows color (decimal): -13899866 or 10938155. OLE color: 10938155.
HSL color Cylindrical-coordinate representation of color #2BE7A6: hue angle of 159.26º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE7A6 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 166 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.09 |
| HSL | 159.26º | 0.8% | 0.54% | - |
| HSV(B) | 159.26º | 0.81% | 0.91% | - |
| XYZ | 36.46 | 60.42 | 45.82 | - |
| YUV | 167.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 166 | 0.81 | 0 | 0.28 | 0.09 | 159.26 | 0.8 | 0.54 |
| Hex | 2B | E7 | A6 | 51 | 0 | 1C | 9 | 9F | 50 | 36 |
| Octal | 53 | 347 | 246 | 121 | 0 | 34 | 11 | 237 | 120 | 66 |
| Binary | 101011 | 11100111 | 10100110 | 1010001 | 0 | 11100 | 1001 | 10011111 | 1010000 | 110110 |
Color Harmonies of #2BE7A6
Complementary color
Monochromatic Colors of #2BE7A6
Black with #2BE7A6
Text Example
Text Example
White with #2BE7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE7A6; }
p { color: rgb(43,231,166); }
H1.HeaderClassName
{
color: #2BE7A6;
}
.AnyTagClassName
{
color: #2BE7A6;
}
</style>
background-color css
<style>
a { background-color: #2BE7A6; }
a { background-color: rgb(43,231,166); }
div.DivClassName
{
background-color: #2BE7A6;
}
.BgClassName
{
background-color: #2BE7A6;
}
</style>
border-color css
<style>
span { border-color: #2BE7A6; }
span { border-color: rgb(43,231,166); }
td.TdClassName
{
border-color: #2BE7A6;
}
.TagClassName
{
border-color: #2BE7A6;
}
</style>