Shades of Shamrock #2FC6A5
Tints of Shamrock #2FC6A5
RGB
CMYK
RGB Variations
Color information
#2FC6A5 (or 0x2FC6A5) is known color: Shamrock. HEX triplet: 2F, C6 and A5. RGB value is (47,198,165). Sum of RGB (Red+Green+Blue) = 47+198+165=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC6A5 is #D0395A. Grayscale: #959595. Windows color (decimal): -13646171 or 10864175. OLE color: 10864175.
HSL color Cylindrical-coordinate representation of color #2FC6A5: hue angle of 166.89º 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 #2FC6A5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 165 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.22 |
| HSL | 166.89º | 0.62% | 0.48% | - |
| HSV(B) | 166.89º | 0.76% | 0.78% | - |
| XYZ | 28.16 | 43.71 | 42.55 | - |
| YUV | 149.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 165 | 0.76 | 0 | 0.17 | 0.22 | 166.89 | 0.62 | 0.48 |
| Hex | 2F | C6 | A5 | 4C | 0 | 11 | 16 | A7 | 3E | 30 |
| Octal | 57 | 306 | 245 | 114 | 0 | 21 | 26 | 247 | 76 | 60 |
| Binary | 101111 | 11000110 | 10100101 | 1001100 | 0 | 10001 | 10110 | 10100111 | 111110 | 110000 |
Color Harmonies of #2FC6A5
Complementary color
Monochromatic Colors of #2FC6A5
Black with #2FC6A5
Text Example
Text Example
White with #2FC6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC6A5; }
p { color: rgb(47,198,165); }
H1.HeaderClassName
{
color: #2FC6A5;
}
.AnyTagClassName
{
color: #2FC6A5;
}
</style>
background-color css
<style>
a { background-color: #2FC6A5; }
a { background-color: rgb(47,198,165); }
div.DivClassName
{
background-color: #2FC6A5;
}
.BgClassName
{
background-color: #2FC6A5;
}
</style>
border-color css
<style>
span { border-color: #2FC6A5; }
span { border-color: rgb(47,198,165); }
td.TdClassName
{
border-color: #2FC6A5;
}
.TagClassName
{
border-color: #2FC6A5;
}
</style>