Shades of Shamrock #2FCEA4
Tints of Shamrock #2FCEA4
RGB
CMYK
RGB Variations
Color information
#2FCEA4 (or 0x2FCEA4) is known color: Shamrock. HEX triplet: 2F, CE and A4. RGB value is (47,206,164). Sum of RGB (Red+Green+Blue) = 47+206+164=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEA4 is #D0315B. Grayscale: #999999. Windows color (decimal): -13644124 or 10800687. OLE color: 10800687.
HSL color Cylindrical-coordinate representation of color #2FCEA4: hue angle of 164.15º 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 #2FCEA4 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 164 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.19 |
| HSL | 164.15º | 0.63% | 0.5% | - |
| HSV(B) | 164.15º | 0.77% | 0.81% | - |
| XYZ | 29.94 | 47.43 | 42.7 | - |
| YUV | 153.67 | 133.82 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 164 | 0.77 | 0 | 0.20 | 0.19 | 164.15 | 0.63 | 0.5 |
| Hex | 2F | CE | A4 | 4D | 0 | 14 | 13 | A4 | 3F | 32 |
| Octal | 57 | 316 | 244 | 115 | 0 | 24 | 23 | 244 | 77 | 62 |
| Binary | 101111 | 11001110 | 10100100 | 1001101 | 0 | 10100 | 10011 | 10100100 | 111111 | 110010 |
Color Harmonies of #2FCEA4
Complementary color
Monochromatic Colors of #2FCEA4
Black with #2FCEA4
Text Example
Text Example
White with #2FCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEA4; }
p { color: rgb(47,206,164); }
H1.HeaderClassName
{
color: #2FCEA4;
}
.AnyTagClassName
{
color: #2FCEA4;
}
</style>
background-color css
<style>
a { background-color: #2FCEA4; }
a { background-color: rgb(47,206,164); }
div.DivClassName
{
background-color: #2FCEA4;
}
.BgClassName
{
background-color: #2FCEA4;
}
</style>
border-color css
<style>
span { border-color: #2FCEA4; }
span { border-color: rgb(47,206,164); }
td.TdClassName
{
border-color: #2FCEA4;
}
.TagClassName
{
border-color: #2FCEA4;
}
</style>