Shades of Mint Green #75FFA5
Tints of Mint Green #75FFA5
RGB
CMYK
RGB Variations
Color information
#75FFA5 (or 0x75FFA5) is known color: Mint Green. HEX triplet: 75, FF and A5. RGB value is (117,255,165). Sum of RGB (Red+Green+Blue) = 117+255+165=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FFA5 is #8A005A. Grayscale: #CBCBCB. Windows color (decimal): -9044059 or 10878837. OLE color: 10878837.
HSL color Cylindrical-coordinate representation of color #75FFA5: hue angle of 140.87º 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 #75FFA5 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 165 | - |
| CMYK | 0.54 | 0 | 0.35 | 0 |
| HSL | 140.87º | 1% | 0.73% | - |
| HSV(B) | 140.87º | 0.54% | 1% | - |
| XYZ | 49.89 | 78.02 | 48.03 | - |
| YUV | 203.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 165 | 0.54 | 0 | 0.35 | 0 | 140.87 | 1 | 0.73 |
| Hex | 75 | FF | A5 | 36 | 0 | 23 | 0 | 8D | 64 | 49 |
| Octal | 165 | 377 | 245 | 66 | 0 | 43 | 0 | 215 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10100101 | 110110 | 0 | 100011 | 0 | 10001101 | 1100100 | 1001001 |
Color Harmonies of #75FFA5
Complementary color
Monochromatic Colors of #75FFA5
Black with #75FFA5
Text Example
Text Example
White with #75FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFA5; }
p { color: rgb(117,255,165); }
H1.HeaderClassName
{
color: #75FFA5;
}
.AnyTagClassName
{
color: #75FFA5;
}
</style>
background-color css
<style>
a { background-color: #75FFA5; }
a { background-color: rgb(117,255,165); }
div.DivClassName
{
background-color: #75FFA5;
}
.BgClassName
{
background-color: #75FFA5;
}
</style>
border-color css
<style>
span { border-color: #75FFA5; }
span { border-color: rgb(117,255,165); }
td.TdClassName
{
border-color: #75FFA5;
}
.TagClassName
{
border-color: #75FFA5;
}
</style>