Shades of Shamrock #2FDEAF
Tints of Shamrock #2FDEAF
RGB
CMYK
RGB Variations
Color information
#2FDEAF (or 0x2FDEAF) is known color: Shamrock. HEX triplet: 2F, DE and AF. RGB value is (47,222,175). Sum of RGB (Red+Green+Blue) = 47+222+175=444 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.59% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDEAF is #D02150. Grayscale: #A4A4A4. Windows color (decimal): -13640017 or 11525679. OLE color: 11525679.
HSL color Cylindrical-coordinate representation of color #2FDEAF: hue angle of 163.89º 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 #2FDEAF is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 175 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.13 |
| HSL | 163.89º | 0.73% | 0.53% | - |
| HSV(B) | 163.89º | 0.79% | 0.87% | - |
| XYZ | 35.03 | 55.94 | 49.51 | - |
| YUV | 164.32 | 134.02 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 175 | 0.79 | 0 | 0.21 | 0.13 | 163.89 | 0.73 | 0.53 |
| Hex | 2F | DE | AF | 4F | 0 | 15 | D | A4 | 49 | 35 |
| Octal | 57 | 336 | 257 | 117 | 0 | 25 | 15 | 244 | 111 | 65 |
| Binary | 101111 | 11011110 | 10101111 | 1001111 | 0 | 10101 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2FDEAF
Complementary color
Monochromatic Colors of #2FDEAF
Black with #2FDEAF
Text Example
Text Example
White with #2FDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDEAF; }
p { color: rgb(47,222,175); }
H1.HeaderClassName
{
color: #2FDEAF;
}
.AnyTagClassName
{
color: #2FDEAF;
}
</style>
background-color css
<style>
a { background-color: #2FDEAF; }
a { background-color: rgb(47,222,175); }
div.DivClassName
{
background-color: #2FDEAF;
}
.BgClassName
{
background-color: #2FDEAF;
}
</style>
border-color css
<style>
span { border-color: #2FDEAF; }
span { border-color: rgb(47,222,175); }
td.TdClassName
{
border-color: #2FDEAF;
}
.TagClassName
{
border-color: #2FDEAF;
}
</style>