Shades of Shamrock #2BEAAB
Tints of Shamrock #2BEAAB
RGB
CMYK
RGB Variations
Color information
#2BEAAB (or 0x2BEAAB) is known color: Shamrock. HEX triplet: 2B, EA and AB. RGB value is (43,234,171). Sum of RGB (Red+Green+Blue) = 43+234+171=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEAAB is #D41554. Grayscale: #A9A9A9. Windows color (decimal): -13899093 or 11266603. OLE color: 11266603.
HSL color Cylindrical-coordinate representation of color #2BEAAB: hue angle of 160.21º 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 #2BEAAB is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 171 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.08 |
| HSL | 160.21º | 0.82% | 0.54% | - |
| HSV(B) | 160.21º | 0.82% | 0.92% | - |
| XYZ | 37.77 | 62.3 | 48.56 | - |
| YUV | 169.71 | 128.72 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 171 | 0.82 | 0 | 0.27 | 0.08 | 160.21 | 0.82 | 0.54 |
| Hex | 2B | EA | AB | 52 | 0 | 1B | 8 | A0 | 52 | 36 |
| Octal | 53 | 352 | 253 | 122 | 0 | 33 | 10 | 240 | 122 | 66 |
| Binary | 101011 | 11101010 | 10101011 | 1010010 | 0 | 11011 | 1000 | 10100000 | 1010010 | 110110 |
Color Harmonies of #2BEAAB
Complementary color
Monochromatic Colors of #2BEAAB
Black with #2BEAAB
Text Example
Text Example
White with #2BEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAAB; }
p { color: rgb(43,234,171); }
H1.HeaderClassName
{
color: #2BEAAB;
}
.AnyTagClassName
{
color: #2BEAAB;
}
</style>
background-color css
<style>
a { background-color: #2BEAAB; }
a { background-color: rgb(43,234,171); }
div.DivClassName
{
background-color: #2BEAAB;
}
.BgClassName
{
background-color: #2BEAAB;
}
</style>
border-color css
<style>
span { border-color: #2BEAAB; }
span { border-color: rgb(43,234,171); }
td.TdClassName
{
border-color: #2BEAAB;
}
.TagClassName
{
border-color: #2BEAAB;
}
</style>