Shades of Shamrock #2BEC9B
Tints of Shamrock #2BEC9B
RGB
CMYK
RGB Variations
Color information
#2BEC9B (or 0x2BEC9B) is known color: Shamrock. HEX triplet: 2B, EC and 9B. RGB value is (43,236,155). Sum of RGB (Red+Green+Blue) = 43+236+155=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEC9B is #D41364. Grayscale: #A9A9A9. Windows color (decimal): -13898597 or 10218539. OLE color: 10218539.
HSL color Cylindrical-coordinate representation of color #2BEC9B: hue angle of 154.82º 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 #2BEC9B is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 155 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.07 |
| HSL | 154.82º | 0.84% | 0.55% | - |
| HSV(B) | 154.82º | 0.82% | 0.93% | - |
| XYZ | 36.91 | 62.87 | 41.2 | - |
| YUV | 169.06 | 120.06 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 155 | 0.82 | 0 | 0.34 | 0.07 | 154.82 | 0.84 | 0.55 |
| Hex | 2B | EC | 9B | 52 | 0 | 22 | 7 | 9B | 54 | 37 |
| Octal | 53 | 354 | 233 | 122 | 0 | 42 | 7 | 233 | 124 | 67 |
| Binary | 101011 | 11101100 | 10011011 | 1010010 | 0 | 100010 | 111 | 10011011 | 1010100 | 110111 |
Color Harmonies of #2BEC9B
Complementary color
Monochromatic Colors of #2BEC9B
Black with #2BEC9B
Text Example
Text Example
White with #2BEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC9B; }
p { color: rgb(43,236,155); }
H1.HeaderClassName
{
color: #2BEC9B;
}
.AnyTagClassName
{
color: #2BEC9B;
}
</style>
background-color css
<style>
a { background-color: #2BEC9B; }
a { background-color: rgb(43,236,155); }
div.DivClassName
{
background-color: #2BEC9B;
}
.BgClassName
{
background-color: #2BEC9B;
}
</style>
border-color css
<style>
span { border-color: #2BEC9B; }
span { border-color: rgb(43,236,155); }
td.TdClassName
{
border-color: #2BEC9B;
}
.TagClassName
{
border-color: #2BEC9B;
}
</style>