Shades of Shamrock #2BEEA8
Tints of Shamrock #2BEEA8
RGB
CMYK
RGB Variations
Color information
#2BEEA8 (or 0x2BEEA8) is known color: Shamrock. HEX triplet: 2B, EE and A8. RGB value is (43,238,168). Sum of RGB (Red+Green+Blue) = 43+238+168=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEEA8 is #D41157. Grayscale: #ABABAB. Windows color (decimal): -13898072 or 11071019. OLE color: 11071019.
HSL color Cylindrical-coordinate representation of color #2BEEA8: hue angle of 158.46º degrees, saturation: 0.85, 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 #2BEEA8 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 168 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.07 |
| HSL | 158.46º | 0.85% | 0.55% | - |
| HSV(B) | 158.46º | 0.82% | 0.93% | - |
| XYZ | 38.64 | 64.49 | 47.46 | - |
| YUV | 171.72 | 125.9 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 168 | 0.82 | 0 | 0.29 | 0.07 | 158.46 | 0.85 | 0.55 |
| Hex | 2B | EE | A8 | 52 | 0 | 1D | 7 | 9E | 55 | 37 |
| Octal | 53 | 356 | 250 | 122 | 0 | 35 | 7 | 236 | 125 | 67 |
| Binary | 101011 | 11101110 | 10101000 | 1010010 | 0 | 11101 | 111 | 10011110 | 1010101 | 110111 |
Color Harmonies of #2BEEA8
Complementary color
Monochromatic Colors of #2BEEA8
Black with #2BEEA8
Text Example
Text Example
White with #2BEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEA8; }
p { color: rgb(43,238,168); }
H1.HeaderClassName
{
color: #2BEEA8;
}
.AnyTagClassName
{
color: #2BEEA8;
}
</style>
background-color css
<style>
a { background-color: #2BEEA8; }
a { background-color: rgb(43,238,168); }
div.DivClassName
{
background-color: #2BEEA8;
}
.BgClassName
{
background-color: #2BEEA8;
}
</style>
border-color css
<style>
span { border-color: #2BEEA8; }
span { border-color: rgb(43,238,168); }
td.TdClassName
{
border-color: #2BEEA8;
}
.TagClassName
{
border-color: #2BEEA8;
}
</style>