Shades of Shamrock #2BEAAC
Tints of Shamrock #2BEAAC
RGB
CMYK
RGB Variations
Color information
#2BEAAC (or 0x2BEAAC) is known color: Shamrock. HEX triplet: 2B, EA and AC. RGB value is (43,234,172). Sum of RGB (Red+Green+Blue) = 43+234+172=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEAAC is #D41553. Grayscale: #A9A9A9. Windows color (decimal): -13899092 or 11332139. OLE color: 11332139.
HSL color Cylindrical-coordinate representation of color #2BEAAC: hue angle of 160.52º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAAC is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 172 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.08 |
| HSL | 160.52º | 0.82% | 0.54% | - |
| HSV(B) | 160.52º | 0.82% | 0.92% | - |
| XYZ | 37.87 | 62.34 | 49.07 | - |
| YUV | 169.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 172 | 0.82 | 0 | 0.26 | 0.08 | 160.52 | 0.82 | 0.54 |
| Hex | 2B | EA | AC | 52 | 0 | 1A | 8 | A1 | 52 | 36 |
| Octal | 53 | 352 | 254 | 122 | 0 | 32 | 10 | 241 | 122 | 66 |
| Binary | 101011 | 11101010 | 10101100 | 1010010 | 0 | 11010 | 1000 | 10100001 | 1010010 | 110110 |
Color Harmonies of #2BEAAC
Complementary color
Monochromatic Colors of #2BEAAC
Black with #2BEAAC
Text Example
Text Example
White with #2BEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAAC; }
p { color: rgb(43,234,172); }
H1.HeaderClassName
{
color: #2BEAAC;
}
.AnyTagClassName
{
color: #2BEAAC;
}
</style>
background-color css
<style>
a { background-color: #2BEAAC; }
a { background-color: rgb(43,234,172); }
div.DivClassName
{
background-color: #2BEAAC;
}
.BgClassName
{
background-color: #2BEAAC;
}
</style>
border-color css
<style>
span { border-color: #2BEAAC; }
span { border-color: rgb(43,234,172); }
td.TdClassName
{
border-color: #2BEAAC;
}
.TagClassName
{
border-color: #2BEAAC;
}
</style>