Shades of Shamrock #2BEC9F
Tints of Shamrock #2BEC9F
RGB
CMYK
RGB Variations
Color information
#2BEC9F (or 0x2BEC9F) is known color: Shamrock. HEX triplet: 2B, EC and 9F. RGB value is (43,236,159). Sum of RGB (Red+Green+Blue) = 43+236+159=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEC9F is #D41360. Grayscale: #A9A9A9. Windows color (decimal): -13898593 or 10480683. OLE color: 10480683.
HSL color Cylindrical-coordinate representation of color #2BEC9F: hue angle of 156.06º 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 #2BEC9F is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 159 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.07 |
| HSL | 156.06º | 0.84% | 0.55% | - |
| HSV(B) | 156.06º | 0.82% | 0.93% | - |
| XYZ | 37.25 | 63.01 | 43 | - |
| YUV | 169.52 | 122.06 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 159 | 0.82 | 0 | 0.33 | 0.07 | 156.06 | 0.84 | 0.55 |
| Hex | 2B | EC | 9F | 52 | 0 | 21 | 7 | 9C | 54 | 37 |
| Octal | 53 | 354 | 237 | 122 | 0 | 41 | 7 | 234 | 124 | 67 |
| Binary | 101011 | 11101100 | 10011111 | 1010010 | 0 | 100001 | 111 | 10011100 | 1010100 | 110111 |
Color Harmonies of #2BEC9F
Complementary color
Monochromatic Colors of #2BEC9F
Black with #2BEC9F
Text Example
Text Example
White with #2BEC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC9F; }
p { color: rgb(43,236,159); }
H1.HeaderClassName
{
color: #2BEC9F;
}
.AnyTagClassName
{
color: #2BEC9F;
}
</style>
background-color css
<style>
a { background-color: #2BEC9F; }
a { background-color: rgb(43,236,159); }
div.DivClassName
{
background-color: #2BEC9F;
}
.BgClassName
{
background-color: #2BEC9F;
}
</style>
border-color css
<style>
span { border-color: #2BEC9F; }
span { border-color: rgb(43,236,159); }
td.TdClassName
{
border-color: #2BEC9F;
}
.TagClassName
{
border-color: #2BEC9F;
}
</style>