Shades of Mint Green #78FFAA
Tints of Mint Green #78FFAA
RGB
CMYK
RGB Variations
Color information
#78FFAA (or 0x78FFAA) is known color: Mint Green. HEX triplet: 78, FF and AA. RGB value is (120,255,170). Sum of RGB (Red+Green+Blue) = 120+255+170=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78FFAA is #870055. Grayscale: #CDCDCD. Windows color (decimal): -8847446 or 11206520. OLE color: 11206520.
HSL color Cylindrical-coordinate representation of color #78FFAA: hue angle of 142.22º 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 #78FFAA is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 255 | 170 | - |
| CMYK | 0.53 | 0 | 0.33 | 0 |
| HSL | 142.22º | 1% | 0.74% | - |
| HSV(B) | 142.22º | 0.53% | 1% | - |
| XYZ | 50.76 | 78.42 | 50.49 | - |
| YUV | 204.95 | 108.27 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 255 | 170 | 0.53 | 0 | 0.33 | 0 | 142.22 | 1 | 0.74 |
| Hex | 78 | FF | AA | 35 | 0 | 21 | 0 | 8E | 64 | 4A |
| Octal | 170 | 377 | 252 | 65 | 0 | 41 | 0 | 216 | 144 | 112 |
| Binary | 1111000 | 11111111 | 10101010 | 110101 | 0 | 100001 | 0 | 10001110 | 1100100 | 1001010 |
Color Harmonies of #78FFAA
Complementary color
Monochromatic Colors of #78FFAA
Black with #78FFAA
Text Example
Text Example
White with #78FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78FFAA; }
p { color: rgb(120,255,170); }
H1.HeaderClassName
{
color: #78FFAA;
}
.AnyTagClassName
{
color: #78FFAA;
}
</style>
background-color css
<style>
a { background-color: #78FFAA; }
a { background-color: rgb(120,255,170); }
div.DivClassName
{
background-color: #78FFAA;
}
.BgClassName
{
background-color: #78FFAA;
}
</style>
border-color css
<style>
span { border-color: #78FFAA; }
span { border-color: rgb(120,255,170); }
td.TdClassName
{
border-color: #78FFAA;
}
.TagClassName
{
border-color: #78FFAA;
}
</style>