Shades of Shamrock #2FDDAD
Tints of Shamrock #2FDDAD
RGB
CMYK
RGB Variations
Color information
#2FDDAD (or 0x2FDDAD) is known color: Shamrock. HEX triplet: 2F, DD and AD. RGB value is (47,221,173). Sum of RGB (Red+Green+Blue) = 47+221+173=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDDAD is #D02252. Grayscale: #A3A3A3. Windows color (decimal): -13640275 or 11394351. OLE color: 11394351.
HSL color Cylindrical-coordinate representation of color #2FDDAD: hue angle of 163.45º 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 #2FDDAD is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 173 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.13 |
| HSL | 163.45º | 0.72% | 0.53% | - |
| HSV(B) | 163.45º | 0.79% | 0.87% | - |
| XYZ | 34.57 | 55.33 | 48.39 | - |
| YUV | 163.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 173 | 0.79 | 0 | 0.22 | 0.13 | 163.45 | 0.72 | 0.53 |
| Hex | 2F | DD | AD | 4F | 0 | 16 | D | A3 | 48 | 35 |
| Octal | 57 | 335 | 255 | 117 | 0 | 26 | 15 | 243 | 110 | 65 |
| Binary | 101111 | 11011101 | 10101101 | 1001111 | 0 | 10110 | 1101 | 10100011 | 1001000 | 110101 |
Color Harmonies of #2FDDAD
Complementary color
Monochromatic Colors of #2FDDAD
Black with #2FDDAD
Text Example
Text Example
White with #2FDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDAD; }
p { color: rgb(47,221,173); }
H1.HeaderClassName
{
color: #2FDDAD;
}
.AnyTagClassName
{
color: #2FDDAD;
}
</style>
background-color css
<style>
a { background-color: #2FDDAD; }
a { background-color: rgb(47,221,173); }
div.DivClassName
{
background-color: #2FDDAD;
}
.BgClassName
{
background-color: #2FDDAD;
}
</style>
border-color css
<style>
span { border-color: #2FDDAD; }
span { border-color: rgb(47,221,173); }
td.TdClassName
{
border-color: #2FDDAD;
}
.TagClassName
{
border-color: #2FDDAD;
}
</style>