Shades of Mint Green #78FFA8
Tints of Mint Green #78FFA8
RGB
CMYK
RGB Variations
Color information
#78FFA8 (or 0x78FFA8) is known color: Mint Green. HEX triplet: 78, FF and A8. RGB value is (120,255,168). Sum of RGB (Red+Green+Blue) = 120+255+168=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FFA8 is #870057. Grayscale: #CCCCCC. Windows color (decimal): -8847448 or 11075448. OLE color: 11075448.
HSL color Cylindrical-coordinate representation of color #78FFA8: hue angle of 141.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFA8 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 168 | - |
| CMYK | 0.53 | 0 | 0.34 | 0 |
| HSL | 141.33º | 1% | 0.74% | - |
| HSV(B) | 141.33º | 0.53% | 1% | - |
| XYZ | 50.57 | 78.34 | 49.5 | - |
| YUV | 204.72 | 107.27 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 168 | 0.53 | 0 | 0.34 | 0 | 141.33 | 1 | 0.74 |
| Hex | 78 | FF | A8 | 35 | 0 | 22 | 0 | 8D | 64 | 4A |
| Octal | 170 | 377 | 250 | 65 | 0 | 42 | 0 | 215 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10101000 | 110101 | 0 | 100010 | 0 | 10001101 | 1100100 | 1001010 |
Color Harmonies of #78FFA8
Complementary color
Monochromatic Colors of #78FFA8
Black with #78FFA8
Text Example
Text Example
White with #78FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFA8; }
p { color: rgb(120,255,168); }
H1.HeaderClassName
{
color: #78FFA8;
}
.AnyTagClassName
{
color: #78FFA8;
}
</style>
background-color css
<style>
a { background-color: #78FFA8; }
a { background-color: rgb(120,255,168); }
div.DivClassName
{
background-color: #78FFA8;
}
.BgClassName
{
background-color: #78FFA8;
}
</style>
border-color css
<style>
span { border-color: #78FFA8; }
span { border-color: rgb(120,255,168); }
td.TdClassName
{
border-color: #78FFA8;
}
.TagClassName
{
border-color: #78FFA8;
}
</style>