Shades of Shamrock #2FCEAA
Tints of Shamrock #2FCEAA
RGB
CMYK
RGB Variations
Color information
#2FCEAA (or 0x2FCEAA) is known color: Shamrock. HEX triplet: 2F, CE and AA. RGB value is (47,206,170). Sum of RGB (Red+Green+Blue) = 47+206+170=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCEAA is #D03155. Grayscale: #9A9A9A. Windows color (decimal): -13644118 or 11193903. OLE color: 11193903.
HSL color Cylindrical-coordinate representation of color #2FCEAA: hue angle of 166.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEAA is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 170 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.19 |
| HSL | 166.42º | 0.63% | 0.5% | - |
| HSV(B) | 166.42º | 0.77% | 0.81% | - |
| XYZ | 30.5 | 47.65 | 45.62 | - |
| YUV | 154.36 | 136.82 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 170 | 0.77 | 0 | 0.17 | 0.19 | 166.42 | 0.63 | 0.5 |
| Hex | 2F | CE | AA | 4D | 0 | 11 | 13 | A6 | 3F | 32 |
| Octal | 57 | 316 | 252 | 115 | 0 | 21 | 23 | 246 | 77 | 62 |
| Binary | 101111 | 11001110 | 10101010 | 1001101 | 0 | 10001 | 10011 | 10100110 | 111111 | 110010 |
Color Harmonies of #2FCEAA
Complementary color
Monochromatic Colors of #2FCEAA
Black with #2FCEAA
Text Example
Text Example
White with #2FCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCEAA; }
p { color: rgb(47,206,170); }
H1.HeaderClassName
{
color: #2FCEAA;
}
.AnyTagClassName
{
color: #2FCEAA;
}
</style>
background-color css
<style>
a { background-color: #2FCEAA; }
a { background-color: rgb(47,206,170); }
div.DivClassName
{
background-color: #2FCEAA;
}
.BgClassName
{
background-color: #2FCEAA;
}
</style>
border-color css
<style>
span { border-color: #2FCEAA; }
span { border-color: rgb(47,206,170); }
td.TdClassName
{
border-color: #2FCEAA;
}
.TagClassName
{
border-color: #2FCEAA;
}
</style>