Shades of Shamrock #2FE8AB
Tints of Shamrock #2FE8AB
RGB
CMYK
RGB Variations
Color information
#2FE8AB (or 0x2FE8AB) is known color: Shamrock. HEX triplet: 2F, E8 and AB. RGB value is (47,232,171). Sum of RGB (Red+Green+Blue) = 47+232+171=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE8AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE8AB is #D01754. Grayscale: #A9A9A9. Windows color (decimal): -13637461 or 11266095. OLE color: 11266095.
HSL color Cylindrical-coordinate representation of color #2FE8AB: hue angle of 160.22º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE8AB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 171 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.09 |
| HSL | 160.22º | 0.8% | 0.55% | - |
| HSV(B) | 160.22º | 0.8% | 0.91% | - |
| XYZ | 37.38 | 61.26 | 48.38 | - |
| YUV | 169.73 | 128.71 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 171 | 0.80 | 0 | 0.26 | 0.09 | 160.22 | 0.8 | 0.55 |
| Hex | 2F | E8 | AB | 50 | 0 | 1A | 9 | A0 | 50 | 37 |
| Octal | 57 | 350 | 253 | 120 | 0 | 32 | 11 | 240 | 120 | 67 |
| Binary | 101111 | 11101000 | 10101011 | 1010000 | 0 | 11010 | 1001 | 10100000 | 1010000 | 110111 |
Color Harmonies of #2FE8AB
Complementary color
Monochromatic Colors of #2FE8AB
Black with #2FE8AB
Text Example
Text Example
White with #2FE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE8AB; }
p { color: rgb(47,232,171); }
H1.HeaderClassName
{
color: #2FE8AB;
}
.AnyTagClassName
{
color: #2FE8AB;
}
</style>
background-color css
<style>
a { background-color: #2FE8AB; }
a { background-color: rgb(47,232,171); }
div.DivClassName
{
background-color: #2FE8AB;
}
.BgClassName
{
background-color: #2FE8AB;
}
</style>
border-color css
<style>
span { border-color: #2FE8AB; }
span { border-color: rgb(47,232,171); }
td.TdClassName
{
border-color: #2FE8AB;
}
.TagClassName
{
border-color: #2FE8AB;
}
</style>