Shades of Mint Green #75FEA8
Tints of Mint Green #75FEA8
RGB
CMYK
RGB Variations
Color information
#75FEA8 (or 0x75FEA8) is known color: Mint Green. HEX triplet: 75, FE and A8. RGB value is (117,254,168). Sum of RGB (Red+Green+Blue) = 117+254+168=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEA8 is #8A0157. Grayscale: #CBCBCB. Windows color (decimal): -9044312 or 11075189. OLE color: 11075189.
HSL color Cylindrical-coordinate representation of color #75FEA8: hue angle of 142.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 168 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.00 |
| HSL | 142.34º | 0.99% | 0.73% | - |
| HSV(B) | 142.34º | 0.54% | 1% | - |
| XYZ | 49.85 | 77.49 | 49.38 | - |
| YUV | 203.23 | 108.11 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 168 | 0.54 | 0 | 0.34 | 0.00 | 142.34 | 0.99 | 0.73 |
| Hex | 75 | FE | A8 | 36 | 0 | 22 | 0 | 8E | 63 | 49 |
| Octal | 165 | 376 | 250 | 66 | 0 | 42 | 0 | 216 | 143 | 111 |
| Binary | 1110101 | 11111110 | 10101000 | 110110 | 0 | 100010 | 0 | 10001110 | 1100011 | 1001001 |
Color Harmonies of #75FEA8
Complementary color
Monochromatic Colors of #75FEA8
Black with #75FEA8
Text Example
Text Example
White with #75FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEA8; }
p { color: rgb(117,254,168); }
H1.HeaderClassName
{
color: #75FEA8;
}
.AnyTagClassName
{
color: #75FEA8;
}
</style>
background-color css
<style>
a { background-color: #75FEA8; }
a { background-color: rgb(117,254,168); }
div.DivClassName
{
background-color: #75FEA8;
}
.BgClassName
{
background-color: #75FEA8;
}
</style>
border-color css
<style>
span { border-color: #75FEA8; }
span { border-color: rgb(117,254,168); }
td.TdClassName
{
border-color: #75FEA8;
}
.TagClassName
{
border-color: #75FEA8;
}
</style>