Shades of Shamrock #2FFAAA
Tints of Shamrock #2FFAAA
RGB
CMYK
RGB Variations
Color information
#2FFAAA (or 0x2FFAAA) is known color: Shamrock. HEX triplet: 2F, FA and AA. RGB value is (47,250,170). Sum of RGB (Red+Green+Blue) = 47+250+170=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFAAA is #D00555. Grayscale: #B4B4B4. Windows color (decimal): -13632854 or 11205167. OLE color: 11205167.
HSL color Cylindrical-coordinate representation of color #2FFAAA: hue angle of 156.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFAAA is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 170 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.02 |
| HSL | 156.35º | 0.95% | 0.58% | - |
| HSV(B) | 156.35º | 0.81% | 0.98% | - |
| XYZ | 42.61 | 71.88 | 49.66 | - |
| YUV | 180.18 | 122.25 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 170 | 0.81 | 0 | 0.32 | 0.02 | 156.35 | 0.95 | 0.58 |
| Hex | 2F | FA | AA | 51 | 0 | 20 | 2 | 9C | 5F | 3A |
| Octal | 57 | 372 | 252 | 121 | 0 | 40 | 2 | 234 | 137 | 72 |
| Binary | 101111 | 11111010 | 10101010 | 1010001 | 0 | 100000 | 10 | 10011100 | 1011111 | 111010 |
Color Harmonies of #2FFAAA
Complementary color
Monochromatic Colors of #2FFAAA
Black with #2FFAAA
Text Example
Text Example
White with #2FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAAA; }
p { color: rgb(47,250,170); }
H1.HeaderClassName
{
color: #2FFAAA;
}
.AnyTagClassName
{
color: #2FFAAA;
}
</style>
background-color css
<style>
a { background-color: #2FFAAA; }
a { background-color: rgb(47,250,170); }
div.DivClassName
{
background-color: #2FFAAA;
}
.BgClassName
{
background-color: #2FFAAA;
}
</style>
border-color css
<style>
span { border-color: #2FFAAA; }
span { border-color: rgb(47,250,170); }
td.TdClassName
{
border-color: #2FFAAA;
}
.TagClassName
{
border-color: #2FFAAA;
}
</style>