Shades of Mint Green #84FFA8
Tints of Mint Green #84FFA8
RGB
CMYK
RGB Variations
Color information
#84FFA8 (or 0x84FFA8) is known color: Mint Green. HEX triplet: 84, FF and A8. RGB value is (132,255,168). Sum of RGB (Red+Green+Blue) = 132+255+168=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FFA8 is #7B0057. Grayscale: #D0D0D0. Windows color (decimal): -8061016 or 11075460. OLE color: 11075460.
HSL color Cylindrical-coordinate representation of color #84FFA8: hue angle of 137.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFA8 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 168 | - |
| CMYK | 0.48 | 0 | 0.34 | 0 |
| HSL | 137.56º | 1% | 0.76% | - |
| HSV(B) | 137.56º | 0.48% | 1% | - |
| XYZ | 52.34 | 79.25 | 49.58 | - |
| YUV | 208.31 | 105.25 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 168 | 0.48 | 0 | 0.34 | 0 | 137.56 | 1 | 0.76 |
| Hex | 84 | FF | A8 | 30 | 0 | 22 | 0 | 8A | 64 | 4C |
| Octal | 204 | 377 | 250 | 60 | 0 | 42 | 0 | 212 | 144 | 114 |
| Binary | 10000100 | 11111111 | 10101000 | 110000 | 0 | 100010 | 0 | 10001010 | 1100100 | 1001100 |
Color Harmonies of #84FFA8
Complementary color
Monochromatic Colors of #84FFA8
Black with #84FFA8
Text Example
Text Example
White with #84FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFA8; }
p { color: rgb(132,255,168); }
H1.HeaderClassName
{
color: #84FFA8;
}
.AnyTagClassName
{
color: #84FFA8;
}
</style>
background-color css
<style>
a { background-color: #84FFA8; }
a { background-color: rgb(132,255,168); }
div.DivClassName
{
background-color: #84FFA8;
}
.BgClassName
{
background-color: #84FFA8;
}
</style>
border-color css
<style>
span { border-color: #84FFA8; }
span { border-color: rgb(132,255,168); }
td.TdClassName
{
border-color: #84FFA8;
}
.TagClassName
{
border-color: #84FFA8;
}
</style>