Shades of Shamrock #2BEBB0
Tints of Shamrock #2BEBB0
RGB
CMYK
RGB Variations
Color information
#2BEBB0 (or 0x2BEBB0) is known color: Shamrock. HEX triplet: 2B, EB and B0. RGB value is (43,235,176). Sum of RGB (Red+Green+Blue) = 43+235+176=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEBB0 is #D4144F. Grayscale: #AAAAAA. Windows color (decimal): -13898832 or 11594539. OLE color: 11594539.
HSL color Cylindrical-coordinate representation of color #2BEBB0: hue angle of 161.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBB0 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 176 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.08 |
| HSL | 161.56º | 0.83% | 0.55% | - |
| HSV(B) | 161.56º | 0.82% | 0.92% | - |
| XYZ | 38.54 | 63.06 | 51.22 | - |
| YUV | 170.87 | 130.89 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 176 | 0.82 | 0 | 0.25 | 0.08 | 161.56 | 0.83 | 0.55 |
| Hex | 2B | EB | B0 | 52 | 0 | 19 | 8 | A2 | 53 | 37 |
| Octal | 53 | 353 | 260 | 122 | 0 | 31 | 10 | 242 | 123 | 67 |
| Binary | 101011 | 11101011 | 10110000 | 1010010 | 0 | 11001 | 1000 | 10100010 | 1010011 | 110111 |
Color Harmonies of #2BEBB0
Complementary color
Monochromatic Colors of #2BEBB0
Black with #2BEBB0
Text Example
Text Example
White with #2BEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBB0; }
p { color: rgb(43,235,176); }
H1.HeaderClassName
{
color: #2BEBB0;
}
.AnyTagClassName
{
color: #2BEBB0;
}
</style>
background-color css
<style>
a { background-color: #2BEBB0; }
a { background-color: rgb(43,235,176); }
div.DivClassName
{
background-color: #2BEBB0;
}
.BgClassName
{
background-color: #2BEBB0;
}
</style>
border-color css
<style>
span { border-color: #2BEBB0; }
span { border-color: rgb(43,235,176); }
td.TdClassName
{
border-color: #2BEBB0;
}
.TagClassName
{
border-color: #2BEBB0;
}
</style>