Shades of Shamrock #2FDFAB
Tints of Shamrock #2FDFAB
RGB
CMYK
RGB Variations
Color information
#2FDFAB (or 0x2FDFAB) is known color: Shamrock. HEX triplet: 2F, DF and AB. RGB value is (47,223,171). Sum of RGB (Red+Green+Blue) = 47+223+171=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDFAB is #D02054. Grayscale: #A4A4A4. Windows color (decimal): -13639765 or 11263791. OLE color: 11263791.
HSL color Cylindrical-coordinate representation of color #2FDFAB: hue angle of 162.27º 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 #2FDFAB is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 171 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.13 |
| HSL | 162.27º | 0.73% | 0.53% | - |
| HSV(B) | 162.27º | 0.79% | 0.87% | - |
| XYZ | 34.91 | 56.32 | 47.56 | - |
| YUV | 164.45 | 131.69 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 171 | 0.79 | 0 | 0.23 | 0.13 | 162.27 | 0.73 | 0.53 |
| Hex | 2F | DF | AB | 4F | 0 | 17 | D | A2 | 49 | 35 |
| Octal | 57 | 337 | 253 | 117 | 0 | 27 | 15 | 242 | 111 | 65 |
| Binary | 101111 | 11011111 | 10101011 | 1001111 | 0 | 10111 | 1101 | 10100010 | 1001001 | 110101 |
Color Harmonies of #2FDFAB
Complementary color
Monochromatic Colors of #2FDFAB
Black with #2FDFAB
Text Example
Text Example
White with #2FDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFAB; }
p { color: rgb(47,223,171); }
H1.HeaderClassName
{
color: #2FDFAB;
}
.AnyTagClassName
{
color: #2FDFAB;
}
</style>
background-color css
<style>
a { background-color: #2FDFAB; }
a { background-color: rgb(47,223,171); }
div.DivClassName
{
background-color: #2FDFAB;
}
.BgClassName
{
background-color: #2FDFAB;
}
</style>
border-color css
<style>
span { border-color: #2FDFAB; }
span { border-color: rgb(47,223,171); }
td.TdClassName
{
border-color: #2FDFAB;
}
.TagClassName
{
border-color: #2FDFAB;
}
</style>