Shades of Shamrock #2FC9AC
Tints of Shamrock #2FC9AC
RGB
CMYK
RGB Variations
Color information
#2FC9AC (or 0x2FC9AC) is known color: Shamrock. HEX triplet: 2F, C9 and AC. RGB value is (47,201,172). Sum of RGB (Red+Green+Blue) = 47+201+172=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC9AC is #D03653. Grayscale: #979797. Windows color (decimal): -13645396 or 11323695. OLE color: 11323695.
HSL color Cylindrical-coordinate representation of color #2FC9AC: hue angle of 168.7º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC9AC is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 172 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.21 |
| HSL | 168.7º | 0.62% | 0.49% | - |
| HSV(B) | 168.7º | 0.77% | 0.79% | - |
| XYZ | 29.51 | 45.36 | 46.23 | - |
| YUV | 151.65 | 139.48 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 172 | 0.77 | 0 | 0.14 | 0.21 | 168.7 | 0.62 | 0.49 |
| Hex | 2F | C9 | AC | 4D | 0 | E | 15 | A9 | 3E | 31 |
| Octal | 57 | 311 | 254 | 115 | 0 | 16 | 25 | 251 | 76 | 61 |
| Binary | 101111 | 11001001 | 10101100 | 1001101 | 0 | 1110 | 10101 | 10101001 | 111110 | 110001 |
Color Harmonies of #2FC9AC
Complementary color
Monochromatic Colors of #2FC9AC
Black with #2FC9AC
Text Example
Text Example
White with #2FC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9AC; }
p { color: rgb(47,201,172); }
H1.HeaderClassName
{
color: #2FC9AC;
}
.AnyTagClassName
{
color: #2FC9AC;
}
</style>
background-color css
<style>
a { background-color: #2FC9AC; }
a { background-color: rgb(47,201,172); }
div.DivClassName
{
background-color: #2FC9AC;
}
.BgClassName
{
background-color: #2FC9AC;
}
</style>
border-color css
<style>
span { border-color: #2FC9AC; }
span { border-color: rgb(47,201,172); }
td.TdClassName
{
border-color: #2FC9AC;
}
.TagClassName
{
border-color: #2FC9AC;
}
</style>