Shades of Shamrock #2FDDA6
Tints of Shamrock #2FDDA6
RGB
CMYK
RGB Variations
Color information
#2FDDA6 (or 0x2FDDA6) is known color: Shamrock. HEX triplet: 2F, DD and A6. RGB value is (47,221,166). Sum of RGB (Red+Green+Blue) = 47+221+166=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDDA6 is #D02259. Grayscale: #A2A2A2. Windows color (decimal): -13640282 or 10935599. OLE color: 10935599.
HSL color Cylindrical-coordinate representation of color #2FDDA6: hue angle of 161.03º degrees, saturation: 0.72, 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 #2FDDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 166 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.13 |
| HSL | 161.03º | 0.72% | 0.53% | - |
| HSV(B) | 161.03º | 0.79% | 0.87% | - |
| XYZ | 33.91 | 55.07 | 44.92 | - |
| YUV | 162.7 | 129.85 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 166 | 0.79 | 0 | 0.25 | 0.13 | 161.03 | 0.72 | 0.53 |
| Hex | 2F | DD | A6 | 4F | 0 | 19 | D | A1 | 48 | 35 |
| Octal | 57 | 335 | 246 | 117 | 0 | 31 | 15 | 241 | 110 | 65 |
| Binary | 101111 | 11011101 | 10100110 | 1001111 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110101 |
Color Harmonies of #2FDDA6
Complementary color
Monochromatic Colors of #2FDDA6
Black with #2FDDA6
Text Example
Text Example
White with #2FDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDA6; }
p { color: rgb(47,221,166); }
H1.HeaderClassName
{
color: #2FDDA6;
}
.AnyTagClassName
{
color: #2FDDA6;
}
</style>
background-color css
<style>
a { background-color: #2FDDA6; }
a { background-color: rgb(47,221,166); }
div.DivClassName
{
background-color: #2FDDA6;
}
.BgClassName
{
background-color: #2FDDA6;
}
</style>
border-color css
<style>
span { border-color: #2FDDA6; }
span { border-color: rgb(47,221,166); }
td.TdClassName
{
border-color: #2FDDA6;
}
.TagClassName
{
border-color: #2FDDA6;
}
</style>