Shades of Shamrock #2FCAA6
Tints of Shamrock #2FCAA6
RGB
CMYK
RGB Variations
Color information
#2FCAA6 (or 0x2FCAA6) is known color: Shamrock. HEX triplet: 2F, CA and A6. RGB value is (47,202,166). Sum of RGB (Red+Green+Blue) = 47+202+166=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCAA6 is #D03559. Grayscale: #979797. Windows color (decimal): -13645146 or 10930735. OLE color: 10930735.
HSL color Cylindrical-coordinate representation of color #2FCAA6: hue angle of 166.06º 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 #2FCAA6 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 166 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.21 |
| HSL | 166.06º | 0.62% | 0.49% | - |
| HSV(B) | 166.06º | 0.77% | 0.79% | - |
| XYZ | 29.18 | 45.6 | 43.34 | - |
| YUV | 151.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 166 | 0.77 | 0 | 0.18 | 0.21 | 166.06 | 0.62 | 0.49 |
| Hex | 2F | CA | A6 | 4D | 0 | 12 | 15 | A6 | 3E | 31 |
| Octal | 57 | 312 | 246 | 115 | 0 | 22 | 25 | 246 | 76 | 61 |
| Binary | 101111 | 11001010 | 10100110 | 1001101 | 0 | 10010 | 10101 | 10100110 | 111110 | 110001 |
Color Harmonies of #2FCAA6
Complementary color
Monochromatic Colors of #2FCAA6
Black with #2FCAA6
Text Example
Text Example
White with #2FCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAA6; }
p { color: rgb(47,202,166); }
H1.HeaderClassName
{
color: #2FCAA6;
}
.AnyTagClassName
{
color: #2FCAA6;
}
</style>
background-color css
<style>
a { background-color: #2FCAA6; }
a { background-color: rgb(47,202,166); }
div.DivClassName
{
background-color: #2FCAA6;
}
.BgClassName
{
background-color: #2FCAA6;
}
</style>
border-color css
<style>
span { border-color: #2FCAA6; }
span { border-color: rgb(47,202,166); }
td.TdClassName
{
border-color: #2FCAA6;
}
.TagClassName
{
border-color: #2FCAA6;
}
</style>