Shades of Shamrock #2BEFA3
Tints of Shamrock #2BEFA3
RGB
CMYK
RGB Variations
Color information
#2BEFA3 (or 0x2BEFA3) is known color: Shamrock. HEX triplet: 2B, EF and A3. RGB value is (43,239,163). Sum of RGB (Red+Green+Blue) = 43+239+163=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEFA3 is #D4105C. Grayscale: #ABABAB. Windows color (decimal): -13897821 or 10743595. OLE color: 10743595.
HSL color Cylindrical-coordinate representation of color #2BEFA3: hue angle of 156.73º 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 #2BEFA3 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 163 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.06 |
| HSL | 156.73º | 0.86% | 0.55% | - |
| HSV(B) | 156.73º | 0.82% | 0.94% | - |
| XYZ | 38.47 | 64.89 | 45.15 | - |
| YUV | 171.73 | 123.07 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 163 | 0.82 | 0 | 0.32 | 0.06 | 156.73 | 0.86 | 0.55 |
| Hex | 2B | EF | A3 | 52 | 0 | 20 | 6 | 9D | 56 | 37 |
| Octal | 53 | 357 | 243 | 122 | 0 | 40 | 6 | 235 | 126 | 67 |
| Binary | 101011 | 11101111 | 10100011 | 1010010 | 0 | 100000 | 110 | 10011101 | 1010110 | 110111 |
Color Harmonies of #2BEFA3
Complementary color
Monochromatic Colors of #2BEFA3
Black with #2BEFA3
Text Example
Text Example
White with #2BEFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFA3; }
p { color: rgb(43,239,163); }
H1.HeaderClassName
{
color: #2BEFA3;
}
.AnyTagClassName
{
color: #2BEFA3;
}
</style>
background-color css
<style>
a { background-color: #2BEFA3; }
a { background-color: rgb(43,239,163); }
div.DivClassName
{
background-color: #2BEFA3;
}
.BgClassName
{
background-color: #2BEFA3;
}
</style>
border-color css
<style>
span { border-color: #2BEFA3; }
span { border-color: rgb(43,239,163); }
td.TdClassName
{
border-color: #2BEFA3;
}
.TagClassName
{
border-color: #2BEFA3;
}
</style>