Shades of Shamrock #2BEC9E
Tints of Shamrock #2BEC9E
RGB
CMYK
RGB Variations
Color information
#2BEC9E (or 0x2BEC9E) is known color: Shamrock. HEX triplet: 2B, EC and 9E. RGB value is (43,236,158). Sum of RGB (Red+Green+Blue) = 43+236+158=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEC9E is #D41361. Grayscale: #A9A9A9. Windows color (decimal): -13898594 or 10415147. OLE color: 10415147.
HSL color Cylindrical-coordinate representation of color #2BEC9E: hue angle of 155.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC9E is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 158 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.07 |
| HSL | 155.75º | 0.84% | 0.55% | - |
| HSV(B) | 155.75º | 0.82% | 0.93% | - |
| XYZ | 37.16 | 62.97 | 42.54 | - |
| YUV | 169.4 | 121.56 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 158 | 0.82 | 0 | 0.33 | 0.07 | 155.75 | 0.84 | 0.55 |
| Hex | 2B | EC | 9E | 52 | 0 | 21 | 7 | 9C | 54 | 37 |
| Octal | 53 | 354 | 236 | 122 | 0 | 41 | 7 | 234 | 124 | 67 |
| Binary | 101011 | 11101100 | 10011110 | 1010010 | 0 | 100001 | 111 | 10011100 | 1010100 | 110111 |
Color Harmonies of #2BEC9E
Complementary color
Monochromatic Colors of #2BEC9E
Black with #2BEC9E
Text Example
Text Example
White with #2BEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC9E; }
p { color: rgb(43,236,158); }
H1.HeaderClassName
{
color: #2BEC9E;
}
.AnyTagClassName
{
color: #2BEC9E;
}
</style>
background-color css
<style>
a { background-color: #2BEC9E; }
a { background-color: rgb(43,236,158); }
div.DivClassName
{
background-color: #2BEC9E;
}
.BgClassName
{
background-color: #2BEC9E;
}
</style>
border-color css
<style>
span { border-color: #2BEC9E; }
span { border-color: rgb(43,236,158); }
td.TdClassName
{
border-color: #2BEC9E;
}
.TagClassName
{
border-color: #2BEC9E;
}
</style>