Shades of Shamrock #2FC0A0
Tints of Shamrock #2FC0A0
RGB
CMYK
RGB Variations
Color information
#2FC0A0 (or 0x2FC0A0) is known color: Shamrock. HEX triplet: 2F, C0 and A0. RGB value is (47,192,160). Sum of RGB (Red+Green+Blue) = 47+192+160=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC0A0 is #D03F5F. Grayscale: #909090. Windows color (decimal): -13647712 or 10534959. OLE color: 10534959.
HSL color Cylindrical-coordinate representation of color #2FC0A0: hue angle of 166.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC0A0 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 160 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.25 |
| HSL | 166.76º | 0.61% | 0.47% | - |
| HSV(B) | 166.76º | 0.76% | 0.75% | - |
| XYZ | 26.37 | 40.84 | 39.75 | - |
| YUV | 145 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 160 | 0.76 | 0 | 0.17 | 0.25 | 166.76 | 0.61 | 0.47 |
| Hex | 2F | C0 | A0 | 4C | 0 | 11 | 19 | A7 | 3D | 2F |
| Octal | 57 | 300 | 240 | 114 | 0 | 21 | 31 | 247 | 75 | 57 |
| Binary | 101111 | 11000000 | 10100000 | 1001100 | 0 | 10001 | 11001 | 10100111 | 111101 | 101111 |
Color Harmonies of #2FC0A0
Complementary color
Monochromatic Colors of #2FC0A0
Black with #2FC0A0
Text Example
Text Example
White with #2FC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0A0; }
p { color: rgb(47,192,160); }
H1.HeaderClassName
{
color: #2FC0A0;
}
.AnyTagClassName
{
color: #2FC0A0;
}
</style>
background-color css
<style>
a { background-color: #2FC0A0; }
a { background-color: rgb(47,192,160); }
div.DivClassName
{
background-color: #2FC0A0;
}
.BgClassName
{
background-color: #2FC0A0;
}
</style>
border-color css
<style>
span { border-color: #2FC0A0; }
span { border-color: rgb(47,192,160); }
td.TdClassName
{
border-color: #2FC0A0;
}
.TagClassName
{
border-color: #2FC0A0;
}
</style>