Shades of Shamrock #2FCDA6
Tints of Shamrock #2FCDA6
RGB
CMYK
RGB Variations
Color information
#2FCDA6 (or 0x2FCDA6) is known color: Shamrock. HEX triplet: 2F, CD and A6. RGB value is (47,205,166). Sum of RGB (Red+Green+Blue) = 47+205+166=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCDA6 is #D03259. Grayscale: #999999. Windows color (decimal): -13644378 or 10931503. OLE color: 10931503.
HSL color Cylindrical-coordinate representation of color #2FCDA6: hue angle of 165.19º 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 #2FCDA6 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 166 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.20 |
| HSL | 165.19º | 0.63% | 0.49% | - |
| HSV(B) | 165.19º | 0.77% | 0.8% | - |
| XYZ | 29.89 | 47.02 | 43.58 | - |
| YUV | 153.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 166 | 0.77 | 0 | 0.19 | 0.20 | 165.19 | 0.63 | 0.49 |
| Hex | 2F | CD | A6 | 4D | 0 | 13 | 14 | A5 | 3F | 31 |
| Octal | 57 | 315 | 246 | 115 | 0 | 23 | 24 | 245 | 77 | 61 |
| Binary | 101111 | 11001101 | 10100110 | 1001101 | 0 | 10011 | 10100 | 10100101 | 111111 | 110001 |
Color Harmonies of #2FCDA6
Complementary color
Monochromatic Colors of #2FCDA6
Black with #2FCDA6
Text Example
Text Example
White with #2FCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCDA6; }
p { color: rgb(47,205,166); }
H1.HeaderClassName
{
color: #2FCDA6;
}
.AnyTagClassName
{
color: #2FCDA6;
}
</style>
background-color css
<style>
a { background-color: #2FCDA6; }
a { background-color: rgb(47,205,166); }
div.DivClassName
{
background-color: #2FCDA6;
}
.BgClassName
{
background-color: #2FCDA6;
}
</style>
border-color css
<style>
span { border-color: #2FCDA6; }
span { border-color: rgb(47,205,166); }
td.TdClassName
{
border-color: #2FCDA6;
}
.TagClassName
{
border-color: #2FCDA6;
}
</style>