Shades of Mint Green #78FFA0
Tints of Mint Green #78FFA0
RGB
CMYK
RGB Variations
Color information
#78FFA0 (or 0x78FFA0) is known color: Mint Green. HEX triplet: 78, FF and A0. RGB value is (120,255,160). Sum of RGB (Red+Green+Blue) = 120+255+160=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FFA0 is #87005F. Grayscale: #CCCCCC. Windows color (decimal): -8847456 or 10551160. OLE color: 10551160.
HSL color Cylindrical-coordinate representation of color #78FFA0: hue angle of 137.78º 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 #78FFA0 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 160 | - |
| CMYK | 0.53 | 0 | 0.37 | 0 |
| HSL | 137.78º | 1% | 0.74% | - |
| HSV(B) | 137.78º | 0.53% | 1% | - |
| XYZ | 49.85 | 78.05 | 45.7 | - |
| YUV | 203.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 160 | 0.53 | 0 | 0.37 | 0 | 137.78 | 1 | 0.74 |
| Hex | 78 | FF | A0 | 35 | 0 | 25 | 0 | 8A | 64 | 4A |
| Octal | 170 | 377 | 240 | 65 | 0 | 45 | 0 | 212 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10100000 | 110101 | 0 | 100101 | 0 | 10001010 | 1100100 | 1001010 |
Color Harmonies of #78FFA0
Complementary color
Monochromatic Colors of #78FFA0
Black with #78FFA0
Text Example
Text Example
White with #78FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFA0; }
p { color: rgb(120,255,160); }
H1.HeaderClassName
{
color: #78FFA0;
}
.AnyTagClassName
{
color: #78FFA0;
}
</style>
background-color css
<style>
a { background-color: #78FFA0; }
a { background-color: rgb(120,255,160); }
div.DivClassName
{
background-color: #78FFA0;
}
.BgClassName
{
background-color: #78FFA0;
}
</style>
border-color css
<style>
span { border-color: #78FFA0; }
span { border-color: rgb(120,255,160); }
td.TdClassName
{
border-color: #78FFA0;
}
.TagClassName
{
border-color: #78FFA0;
}
</style>