Shades of Shamrock #2FDEAE
Tints of Shamrock #2FDEAE
RGB
CMYK
RGB Variations
Color information
#2FDEAE (or 0x2FDEAE) is known color: Shamrock. HEX triplet: 2F, DE and AE. RGB value is (47,222,174). Sum of RGB (Red+Green+Blue) = 47+222+174=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDEAE is #D02151. Grayscale: #A4A4A4. Windows color (decimal): -13640018 or 11460143. OLE color: 11460143.
HSL color Cylindrical-coordinate representation of color #2FDEAE: hue angle of 163.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDEAE is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 174 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.13 |
| HSL | 163.54º | 0.73% | 0.53% | - |
| HSV(B) | 163.54º | 0.79% | 0.87% | - |
| XYZ | 34.93 | 55.9 | 48.99 | - |
| YUV | 164.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 174 | 0.79 | 0 | 0.22 | 0.13 | 163.54 | 0.73 | 0.53 |
| Hex | 2F | DE | AE | 4F | 0 | 16 | D | A4 | 49 | 35 |
| Octal | 57 | 336 | 256 | 117 | 0 | 26 | 15 | 244 | 111 | 65 |
| Binary | 101111 | 11011110 | 10101110 | 1001111 | 0 | 10110 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2FDEAE
Complementary color
Monochromatic Colors of #2FDEAE
Black with #2FDEAE
Text Example
Text Example
White with #2FDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEAE; }
p { color: rgb(47,222,174); }
H1.HeaderClassName
{
color: #2FDEAE;
}
.AnyTagClassName
{
color: #2FDEAE;
}
</style>
background-color css
<style>
a { background-color: #2FDEAE; }
a { background-color: rgb(47,222,174); }
div.DivClassName
{
background-color: #2FDEAE;
}
.BgClassName
{
background-color: #2FDEAE;
}
</style>
border-color css
<style>
span { border-color: #2FDEAE; }
span { border-color: rgb(47,222,174); }
td.TdClassName
{
border-color: #2FDEAE;
}
.TagClassName
{
border-color: #2FDEAE;
}
</style>