Shades of Shamrock #2FCEAD
Tints of Shamrock #2FCEAD
RGB
CMYK
RGB Variations
Color information
#2FCEAD (or 0x2FCEAD) is known color: Shamrock. HEX triplet: 2F, CE and AD. RGB value is (47,206,173). Sum of RGB (Red+Green+Blue) = 47+206+173=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEAD is #D03152. Grayscale: #9A9A9A. Windows color (decimal): -13644115 or 11390511. OLE color: 11390511.
HSL color Cylindrical-coordinate representation of color #2FCEAD: hue angle of 167.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEAD is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 173 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.19 |
| HSL | 167.55º | 0.63% | 0.5% | - |
| HSV(B) | 167.55º | 0.77% | 0.81% | - |
| XYZ | 30.79 | 47.76 | 47.13 | - |
| YUV | 154.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 173 | 0.77 | 0 | 0.16 | 0.19 | 167.55 | 0.63 | 0.5 |
| Hex | 2F | CE | AD | 4D | 0 | 10 | 13 | A8 | 3F | 32 |
| Octal | 57 | 316 | 255 | 115 | 0 | 20 | 23 | 250 | 77 | 62 |
| Binary | 101111 | 11001110 | 10101101 | 1001101 | 0 | 10000 | 10011 | 10101000 | 111111 | 110010 |
Color Harmonies of #2FCEAD
Complementary color
Monochromatic Colors of #2FCEAD
Black with #2FCEAD
Text Example
Text Example
White with #2FCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEAD; }
p { color: rgb(47,206,173); }
H1.HeaderClassName
{
color: #2FCEAD;
}
.AnyTagClassName
{
color: #2FCEAD;
}
</style>
background-color css
<style>
a { background-color: #2FCEAD; }
a { background-color: rgb(47,206,173); }
div.DivClassName
{
background-color: #2FCEAD;
}
.BgClassName
{
background-color: #2FCEAD;
}
</style>
border-color css
<style>
span { border-color: #2FCEAD; }
span { border-color: rgb(47,206,173); }
td.TdClassName
{
border-color: #2FCEAD;
}
.TagClassName
{
border-color: #2FCEAD;
}
</style>