Shades of Mint Green #76FFA8
Tints of Mint Green #76FFA8
RGB
CMYK
RGB Variations
Color information
#76FFA8 (or 0x76FFA8) is known color: Mint Green. HEX triplet: 76, FF and A8. RGB value is (118,255,168). Sum of RGB (Red+Green+Blue) = 118+255+168=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFA8 is #890057. Grayscale: #CCCCCC. Windows color (decimal): -8978520 or 11075446. OLE color: 11075446.
HSL color Cylindrical-coordinate representation of color #76FFA8: hue angle of 141.9º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFA8 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 168 | - |
| CMYK | 0.54 | 0 | 0.34 | 0 |
| HSL | 141.9º | 1% | 0.73% | - |
| HSV(B) | 141.9º | 0.54% | 1% | - |
| XYZ | 50.3 | 78.2 | 49.49 | - |
| YUV | 204.12 | 107.61 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 168 | 0.54 | 0 | 0.34 | 0 | 141.9 | 1 | 0.73 |
| Hex | 76 | FF | A8 | 36 | 0 | 22 | 0 | 8E | 64 | 49 |
| Octal | 166 | 377 | 250 | 66 | 0 | 42 | 0 | 216 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10101000 | 110110 | 0 | 100010 | 0 | 10001110 | 1100100 | 1001001 |
Color Harmonies of #76FFA8
Complementary color
Monochromatic Colors of #76FFA8
Black with #76FFA8
Text Example
Text Example
White with #76FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFA8; }
p { color: rgb(118,255,168); }
H1.HeaderClassName
{
color: #76FFA8;
}
.AnyTagClassName
{
color: #76FFA8;
}
</style>
background-color css
<style>
a { background-color: #76FFA8; }
a { background-color: rgb(118,255,168); }
div.DivClassName
{
background-color: #76FFA8;
}
.BgClassName
{
background-color: #76FFA8;
}
</style>
border-color css
<style>
span { border-color: #76FFA8; }
span { border-color: rgb(118,255,168); }
td.TdClassName
{
border-color: #76FFA8;
}
.TagClassName
{
border-color: #76FFA8;
}
</style>