Shades of Shamrock #2FFAA8
Tints of Shamrock #2FFAA8
RGB
CMYK
RGB Variations
Color information
#2FFAA8 (or 0x2FFAA8) is known color: Shamrock. HEX triplet: 2F, FA and A8. RGB value is (47,250,168). Sum of RGB (Red+Green+Blue) = 47+250+168=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFAA8 is #D00557. Grayscale: #B4B4B4. Windows color (decimal): -13632856 or 11074095. OLE color: 11074095.
HSL color Cylindrical-coordinate representation of color #2FFAA8: hue angle of 155.76º 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 #2FFAA8 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 47 | 250 | 168 | - |
CMYK | 0.81 | 0 | 0.33 | 0.02 |
HSL | 155.76º | 0.95% | 0.58% | - |
HSV(B) | 155.76º | 0.81% | 0.98% | - |
XYZ | 42.43 | 71.8 | 48.67 | - |
YUV | 179.96 | 121.25 | 33.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 250 | 168 | 0.81 | 0 | 0.33 | 0.02 | 155.76 | 0.95 | 0.58 |
Hex | 2F | FA | A8 | 51 | 0 | 21 | 2 | 9C | 5F | 3A |
Octal | 57 | 372 | 250 | 121 | 0 | 41 | 2 | 234 | 137 | 72 |
Binary | 101111 | 11111010 | 10101000 | 1010001 | 0 | 100001 | 10 | 10011100 | 1011111 | 111010 |
Color Harmonies of #2FFAA8
Complementary color
Monochromatic Colors of #2FFAA8
Black with #2FFAA8
Text Example
Text Example
White with #2FFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAA8; }
p { color: rgb(47,250,168); }
H1.HeaderClassName
{
color: #2FFAA8;
}
.AnyTagClassName
{
color: #2FFAA8;
}
</style>
background-color css
<style>
a { background-color: #2FFAA8; }
a { background-color: rgb(47,250,168); }
div.DivClassName
{
background-color: #2FFAA8;
}
.BgClassName
{
background-color: #2FFAA8;
}
</style>
border-color css
<style>
span { border-color: #2FFAA8; }
span { border-color: rgb(47,250,168); }
td.TdClassName
{
border-color: #2FFAA8;
}
.TagClassName
{
border-color: #2FFAA8;
}
</style>