Shades of Shamrock #2BEFA1
Tints of Shamrock #2BEFA1
RGB
CMYK
RGB Variations
Color information
#2BEFA1 (or 0x2BEFA1) is known color: Shamrock. HEX triplet: 2B, EF and A1. RGB value is (43,239,161). Sum of RGB (Red+Green+Blue) = 43+239+161=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFA1 is #D4105E. Grayscale: #ABABAB. Windows color (decimal): -13897823 or 10612523. OLE color: 10612523.
HSL color Cylindrical-coordinate representation of color #2BEFA1: hue angle of 156.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFA1 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 161 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.06 |
| HSL | 156.12º | 0.86% | 0.55% | - |
| HSV(B) | 156.12º | 0.82% | 0.94% | - |
| XYZ | 38.3 | 64.82 | 44.21 | - |
| YUV | 171.5 | 122.07 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 161 | 0.82 | 0 | 0.33 | 0.06 | 156.12 | 0.86 | 0.55 |
| Hex | 2B | EF | A1 | 52 | 0 | 21 | 6 | 9C | 56 | 37 |
| Octal | 53 | 357 | 241 | 122 | 0 | 41 | 6 | 234 | 126 | 67 |
| Binary | 101011 | 11101111 | 10100001 | 1010010 | 0 | 100001 | 110 | 10011100 | 1010110 | 110111 |
Color Harmonies of #2BEFA1
Complementary color
Monochromatic Colors of #2BEFA1
Black with #2BEFA1
Text Example
Text Example
White with #2BEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFA1; }
p { color: rgb(43,239,161); }
H1.HeaderClassName
{
color: #2BEFA1;
}
.AnyTagClassName
{
color: #2BEFA1;
}
</style>
background-color css
<style>
a { background-color: #2BEFA1; }
a { background-color: rgb(43,239,161); }
div.DivClassName
{
background-color: #2BEFA1;
}
.BgClassName
{
background-color: #2BEFA1;
}
</style>
border-color css
<style>
span { border-color: #2BEFA1; }
span { border-color: rgb(43,239,161); }
td.TdClassName
{
border-color: #2BEFA1;
}
.TagClassName
{
border-color: #2BEFA1;
}
</style>