Shades of Shamrock #2FBC9C
Tints of Shamrock #2FBC9C
RGB
CMYK
RGB Variations
Color information
#2FBC9C (or 0x2FBC9C) is known color: Shamrock. HEX triplet: 2F, BC and 9C. RGB value is (47,188,156). Sum of RGB (Red+Green+Blue) = 47+188+156=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC9C is #D04363. Grayscale: #8E8E8E. Windows color (decimal): -13648740 or 10271791. OLE color: 10271791.
HSL color Cylindrical-coordinate representation of color #2FBC9C: hue angle of 166.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC9C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 156 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.26 |
| HSL | 166.38º | 0.6% | 0.46% | - |
| HSV(B) | 166.38º | 0.75% | 0.74% | - |
| XYZ | 25.16 | 38.97 | 37.65 | - |
| YUV | 142.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 156 | 0.75 | 0 | 0.17 | 0.26 | 166.38 | 0.6 | 0.46 |
| Hex | 2F | BC | 9C | 4B | 0 | 11 | 1A | A6 | 3C | 2E |
| Octal | 57 | 274 | 234 | 113 | 0 | 21 | 32 | 246 | 74 | 56 |
| Binary | 101111 | 10111100 | 10011100 | 1001011 | 0 | 10001 | 11010 | 10100110 | 111100 | 101110 |
Color Harmonies of #2FBC9C
Complementary color
Monochromatic Colors of #2FBC9C
Black with #2FBC9C
Text Example
Text Example
White with #2FBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC9C; }
p { color: rgb(47,188,156); }
H1.HeaderClassName
{
color: #2FBC9C;
}
.AnyTagClassName
{
color: #2FBC9C;
}
</style>
background-color css
<style>
a { background-color: #2FBC9C; }
a { background-color: rgb(47,188,156); }
div.DivClassName
{
background-color: #2FBC9C;
}
.BgClassName
{
background-color: #2FBC9C;
}
</style>
border-color css
<style>
span { border-color: #2FBC9C; }
span { border-color: rgb(47,188,156); }
td.TdClassName
{
border-color: #2FBC9C;
}
.TagClassName
{
border-color: #2FBC9C;
}
</style>