Shades of Shamrock #2BEBA3
Tints of Shamrock #2BEBA3
RGB
CMYK
RGB Variations
Color information
#2BEBA3 (or 0x2BEBA3) is known color: Shamrock. HEX triplet: 2B, EB and A3. RGB value is (43,235,163). Sum of RGB (Red+Green+Blue) = 43+235+163=441 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.75% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEBA3 is #D4145C. Grayscale: #A9A9A9. Windows color (decimal): -13898845 or 10742571. OLE color: 10742571.
HSL color Cylindrical-coordinate representation of color #2BEBA3: hue angle of 157.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBA3 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 163 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.08 |
| HSL | 157.5º | 0.83% | 0.55% | - |
| HSV(B) | 157.5º | 0.82% | 0.92% | - |
| XYZ | 37.32 | 62.57 | 44.76 | - |
| YUV | 169.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 163 | 0.82 | 0 | 0.31 | 0.08 | 157.5 | 0.83 | 0.55 |
| Hex | 2B | EB | A3 | 52 | 0 | 1F | 8 | 9E | 53 | 37 |
| Octal | 53 | 353 | 243 | 122 | 0 | 37 | 10 | 236 | 123 | 67 |
| Binary | 101011 | 11101011 | 10100011 | 1010010 | 0 | 11111 | 1000 | 10011110 | 1010011 | 110111 |
Color Harmonies of #2BEBA3
Complementary color
Monochromatic Colors of #2BEBA3
Black with #2BEBA3
Text Example
Text Example
White with #2BEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBA3; }
p { color: rgb(43,235,163); }
H1.HeaderClassName
{
color: #2BEBA3;
}
.AnyTagClassName
{
color: #2BEBA3;
}
</style>
background-color css
<style>
a { background-color: #2BEBA3; }
a { background-color: rgb(43,235,163); }
div.DivClassName
{
background-color: #2BEBA3;
}
.BgClassName
{
background-color: #2BEBA3;
}
</style>
border-color css
<style>
span { border-color: #2BEBA3; }
span { border-color: rgb(43,235,163); }
td.TdClassName
{
border-color: #2BEBA3;
}
.TagClassName
{
border-color: #2BEBA3;
}
</style>