Shades of Shamrock #2BECAA
Tints of Shamrock #2BECAA
RGB
CMYK
RGB Variations
Color information
#2BECAA (or 0x2BECAA) is known color: Shamrock. HEX triplet: 2B, EC and AA. RGB value is (43,236,170). Sum of RGB (Red+Green+Blue) = 43+236+170=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BECAA is #D41355. Grayscale: #AAAAAA. Windows color (decimal): -13898582 or 11201579. OLE color: 11201579.
HSL color Cylindrical-coordinate representation of color #2BECAA: hue angle of 159.48º 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 #2BECAA is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 170 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.07 |
| HSL | 159.48º | 0.84% | 0.55% | - |
| HSV(B) | 159.48º | 0.82% | 0.93% | - |
| XYZ | 38.25 | 63.41 | 48.25 | - |
| YUV | 170.77 | 127.56 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 170 | 0.82 | 0 | 0.28 | 0.07 | 159.48 | 0.84 | 0.55 |
| Hex | 2B | EC | AA | 52 | 0 | 1C | 7 | 9F | 54 | 37 |
| Octal | 53 | 354 | 252 | 122 | 0 | 34 | 7 | 237 | 124 | 67 |
| Binary | 101011 | 11101100 | 10101010 | 1010010 | 0 | 11100 | 111 | 10011111 | 1010100 | 110111 |
Color Harmonies of #2BECAA
Complementary color
Monochromatic Colors of #2BECAA
Black with #2BECAA
Text Example
Text Example
White with #2BECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECAA; }
p { color: rgb(43,236,170); }
H1.HeaderClassName
{
color: #2BECAA;
}
.AnyTagClassName
{
color: #2BECAA;
}
</style>
background-color css
<style>
a { background-color: #2BECAA; }
a { background-color: rgb(43,236,170); }
div.DivClassName
{
background-color: #2BECAA;
}
.BgClassName
{
background-color: #2BECAA;
}
</style>
border-color css
<style>
span { border-color: #2BECAA; }
span { border-color: rgb(43,236,170); }
td.TdClassName
{
border-color: #2BECAA;
}
.TagClassName
{
border-color: #2BECAA;
}
</style>