Shades of Shamrock #2BEB9E
Tints of Shamrock #2BEB9E
RGB
CMYK
RGB Variations
Color information
#2BEB9E (or 0x2BEB9E) is known color: Shamrock. HEX triplet: 2B, EB and 9E. RGB value is (43,235,158). Sum of RGB (Red+Green+Blue) = 43+235+158=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEB9E is #D41461. Grayscale: #A8A8A8. Windows color (decimal): -13898850 or 10414891. OLE color: 10414891.
HSL color Cylindrical-coordinate representation of color #2BEB9E: hue angle of 155.94º 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 #2BEB9E is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 158 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.08 |
| HSL | 155.94º | 0.83% | 0.55% | - |
| HSV(B) | 155.94º | 0.82% | 0.92% | - |
| XYZ | 36.88 | 62.4 | 42.45 | - |
| YUV | 168.81 | 121.89 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 158 | 0.82 | 0 | 0.33 | 0.08 | 155.94 | 0.83 | 0.55 |
| Hex | 2B | EB | 9E | 52 | 0 | 21 | 8 | 9C | 53 | 37 |
| Octal | 53 | 353 | 236 | 122 | 0 | 41 | 10 | 234 | 123 | 67 |
| Binary | 101011 | 11101011 | 10011110 | 1010010 | 0 | 100001 | 1000 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2BEB9E
Complementary color
Monochromatic Colors of #2BEB9E
Black with #2BEB9E
Text Example
Text Example
White with #2BEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB9E; }
p { color: rgb(43,235,158); }
H1.HeaderClassName
{
color: #2BEB9E;
}
.AnyTagClassName
{
color: #2BEB9E;
}
</style>
background-color css
<style>
a { background-color: #2BEB9E; }
a { background-color: rgb(43,235,158); }
div.DivClassName
{
background-color: #2BEB9E;
}
.BgClassName
{
background-color: #2BEB9E;
}
</style>
border-color css
<style>
span { border-color: #2BEB9E; }
span { border-color: rgb(43,235,158); }
td.TdClassName
{
border-color: #2BEB9E;
}
.TagClassName
{
border-color: #2BEB9E;
}
</style>