Shades of Shamrock #2BEA99
Tints of Shamrock #2BEA99
RGB
CMYK
RGB Variations
Color information
#2BEA99 (or 0x2BEA99) is known color: Shamrock. HEX triplet: 2B, EA and 99. RGB value is (43,234,153). Sum of RGB (Red+Green+Blue) = 43+234+153=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEA99 is #D41566. Grayscale: #A7A7A7. Windows color (decimal): -13899111 or 10086955. OLE color: 10086955.
HSL color Cylindrical-coordinate representation of color #2BEA99: hue angle of 154.55º 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 #2BEA99 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 153 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.08 |
| HSL | 154.56º | 0.82% | 0.54% | - |
| HSV(B) | 154.56º | 0.82% | 0.92% | - |
| XYZ | 36.17 | 61.66 | 40.13 | - |
| YUV | 167.66 | 119.72 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 153 | 0.82 | 0 | 0.35 | 0.08 | 154.56 | 0.82 | 0.54 |
| Hex | 2B | EA | 99 | 52 | 0 | 23 | 8 | 9B | 52 | 36 |
| Octal | 53 | 352 | 231 | 122 | 0 | 43 | 10 | 233 | 122 | 66 |
| Binary | 101011 | 11101010 | 10011001 | 1010010 | 0 | 100011 | 1000 | 10011011 | 1010010 | 110110 |
Color Harmonies of #2BEA99
Complementary color
Monochromatic Colors of #2BEA99
Black with #2BEA99
Text Example
Text Example
White with #2BEA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA99; }
p { color: rgb(43,234,153); }
H1.HeaderClassName
{
color: #2BEA99;
}
.AnyTagClassName
{
color: #2BEA99;
}
</style>
background-color css
<style>
a { background-color: #2BEA99; }
a { background-color: rgb(43,234,153); }
div.DivClassName
{
background-color: #2BEA99;
}
.BgClassName
{
background-color: #2BEA99;
}
</style>
border-color css
<style>
span { border-color: #2BEA99; }
span { border-color: rgb(43,234,153); }
td.TdClassName
{
border-color: #2BEA99;
}
.TagClassName
{
border-color: #2BEA99;
}
</style>