Shades of Shamrock #2FCEA6
Tints of Shamrock #2FCEA6
RGB
CMYK
RGB Variations
Color information
#2FCEA6 (or 0x2FCEA6) is known color: Shamrock. HEX triplet: 2F, CE and A6. RGB value is (47,206,166). Sum of RGB (Red+Green+Blue) = 47+206+166=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEA6 is #D03159. Grayscale: #999999. Windows color (decimal): -13644122 or 10931759. OLE color: 10931759.
HSL color Cylindrical-coordinate representation of color #2FCEA6: hue angle of 164.91º 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 #2FCEA6 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 166 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.19 |
| HSL | 164.91º | 0.63% | 0.5% | - |
| HSV(B) | 164.91º | 0.77% | 0.81% | - |
| XYZ | 30.13 | 47.5 | 43.66 | - |
| YUV | 153.9 | 134.82 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 166 | 0.77 | 0 | 0.19 | 0.19 | 164.91 | 0.63 | 0.5 |
| Hex | 2F | CE | A6 | 4D | 0 | 13 | 13 | A5 | 3F | 32 |
| Octal | 57 | 316 | 246 | 115 | 0 | 23 | 23 | 245 | 77 | 62 |
| Binary | 101111 | 11001110 | 10100110 | 1001101 | 0 | 10011 | 10011 | 10100101 | 111111 | 110010 |
Color Harmonies of #2FCEA6
Complementary color
Monochromatic Colors of #2FCEA6
Black with #2FCEA6
Text Example
Text Example
White with #2FCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEA6; }
p { color: rgb(47,206,166); }
H1.HeaderClassName
{
color: #2FCEA6;
}
.AnyTagClassName
{
color: #2FCEA6;
}
</style>
background-color css
<style>
a { background-color: #2FCEA6; }
a { background-color: rgb(47,206,166); }
div.DivClassName
{
background-color: #2FCEA6;
}
.BgClassName
{
background-color: #2FCEA6;
}
</style>
border-color css
<style>
span { border-color: #2FCEA6; }
span { border-color: rgb(47,206,166); }
td.TdClassName
{
border-color: #2FCEA6;
}
.TagClassName
{
border-color: #2FCEA6;
}
</style>