Shades of Shamrock #2FCCAC
Tints of Shamrock #2FCCAC
RGB
CMYK
RGB Variations
Color information
#2FCCAC (or 0x2FCCAC) is known color: Shamrock. HEX triplet: 2F, CC and AC. RGB value is (47,204,172). Sum of RGB (Red+Green+Blue) = 47+204+172=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCCAC is #D03353. Grayscale: #999999. Windows color (decimal): -13644628 or 11324463. OLE color: 11324463.
HSL color Cylindrical-coordinate representation of color #2FCCAC: hue angle of 167.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCCAC is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 172 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.2 |
| HSL | 167.77º | 0.63% | 0.49% | - |
| HSV(B) | 167.77º | 0.77% | 0.8% | - |
| XYZ | 30.21 | 46.77 | 46.46 | - |
| YUV | 153.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 172 | 0.77 | 0 | 0.16 | 0.2 | 167.77 | 0.63 | 0.49 |
| Hex | 2F | CC | AC | 4D | 0 | 10 | 14 | A8 | 3F | 31 |
| Octal | 57 | 314 | 254 | 115 | 0 | 20 | 24 | 250 | 77 | 61 |
| Binary | 101111 | 11001100 | 10101100 | 1001101 | 0 | 10000 | 10100 | 10101000 | 111111 | 110001 |
Color Harmonies of #2FCCAC
Complementary color
Monochromatic Colors of #2FCCAC
Black with #2FCCAC
Text Example
Text Example
White with #2FCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCCAC; }
p { color: rgb(47,204,172); }
H1.HeaderClassName
{
color: #2FCCAC;
}
.AnyTagClassName
{
color: #2FCCAC;
}
</style>
background-color css
<style>
a { background-color: #2FCCAC; }
a { background-color: rgb(47,204,172); }
div.DivClassName
{
background-color: #2FCCAC;
}
.BgClassName
{
background-color: #2FCCAC;
}
</style>
border-color css
<style>
span { border-color: #2FCCAC; }
span { border-color: rgb(47,204,172); }
td.TdClassName
{
border-color: #2FCCAC;
}
.TagClassName
{
border-color: #2FCCAC;
}
</style>