Shades of Shamrock #2FC6AA
Tints of Shamrock #2FC6AA
RGB
CMYK
RGB Variations
Color information
#2FC6AA (or 0x2FC6AA) is known color: Shamrock. HEX triplet: 2F, C6 and AA. RGB value is (47,198,170). Sum of RGB (Red+Green+Blue) = 47+198+170=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC6AA is #D03955. Grayscale: #959595. Windows color (decimal): -13646166 or 11191855. OLE color: 11191855.
HSL color Cylindrical-coordinate representation of color #2FC6AA: hue angle of 168.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC6AA is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 170 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.22 |
| HSL | 168.87º | 0.62% | 0.48% | - |
| HSV(B) | 168.87º | 0.76% | 0.78% | - |
| XYZ | 28.62 | 43.89 | 44.99 | - |
| YUV | 149.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 170 | 0.76 | 0 | 0.14 | 0.22 | 168.87 | 0.62 | 0.48 |
| Hex | 2F | C6 | AA | 4C | 0 | E | 16 | A9 | 3E | 30 |
| Octal | 57 | 306 | 252 | 114 | 0 | 16 | 26 | 251 | 76 | 60 |
| Binary | 101111 | 11000110 | 10101010 | 1001100 | 0 | 1110 | 10110 | 10101001 | 111110 | 110000 |
Color Harmonies of #2FC6AA
Complementary color
Monochromatic Colors of #2FC6AA
Black with #2FC6AA
Text Example
Text Example
White with #2FC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6AA; }
p { color: rgb(47,198,170); }
H1.HeaderClassName
{
color: #2FC6AA;
}
.AnyTagClassName
{
color: #2FC6AA;
}
</style>
background-color css
<style>
a { background-color: #2FC6AA; }
a { background-color: rgb(47,198,170); }
div.DivClassName
{
background-color: #2FC6AA;
}
.BgClassName
{
background-color: #2FC6AA;
}
</style>
border-color css
<style>
span { border-color: #2FC6AA; }
span { border-color: rgb(47,198,170); }
td.TdClassName
{
border-color: #2FC6AA;
}
.TagClassName
{
border-color: #2FC6AA;
}
</style>