Shades of Shamrock #2BEBA8
Tints of Shamrock #2BEBA8
RGB
CMYK
RGB Variations
Color information
#2BEBA8 (or 0x2BEBA8) is known color: Shamrock. HEX triplet: 2B, EB and A8. RGB value is (43,235,168). Sum of RGB (Red+Green+Blue) = 43+235+168=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEBA8 is #D41457. Grayscale: #AAAAAA. Windows color (decimal): -13898840 or 11070251. OLE color: 11070251.
HSL color Cylindrical-coordinate representation of color #2BEBA8: hue angle of 159.06º 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 #2BEBA8 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 168 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.08 |
| HSL | 159.06º | 0.83% | 0.55% | - |
| HSV(B) | 159.06º | 0.82% | 0.92% | - |
| XYZ | 37.77 | 62.76 | 47.17 | - |
| YUV | 169.95 | 126.89 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 168 | 0.82 | 0 | 0.29 | 0.08 | 159.06 | 0.83 | 0.55 |
| Hex | 2B | EB | A8 | 52 | 0 | 1D | 8 | 9F | 53 | 37 |
| Octal | 53 | 353 | 250 | 122 | 0 | 35 | 10 | 237 | 123 | 67 |
| Binary | 101011 | 11101011 | 10101000 | 1010010 | 0 | 11101 | 1000 | 10011111 | 1010011 | 110111 |
Color Harmonies of #2BEBA8
Complementary color
Monochromatic Colors of #2BEBA8
Black with #2BEBA8
Text Example
Text Example
White with #2BEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBA8; }
p { color: rgb(43,235,168); }
H1.HeaderClassName
{
color: #2BEBA8;
}
.AnyTagClassName
{
color: #2BEBA8;
}
</style>
background-color css
<style>
a { background-color: #2BEBA8; }
a { background-color: rgb(43,235,168); }
div.DivClassName
{
background-color: #2BEBA8;
}
.BgClassName
{
background-color: #2BEBA8;
}
</style>
border-color css
<style>
span { border-color: #2BEBA8; }
span { border-color: rgb(43,235,168); }
td.TdClassName
{
border-color: #2BEBA8;
}
.TagClassName
{
border-color: #2BEBA8;
}
</style>