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