Shades of Mint Green #95FFAA
Tints of Mint Green #95FFAA
RGB
CMYK
RGB Variations
Color information
#95FFAA (or 0x95FFAA) is known color: Mint Green. HEX triplet: 95, FF and AA. RGB value is (149,255,170). Sum of RGB (Red+Green+Blue) = 149+255+170=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFAA is #6A0055. Grayscale: #D5D5D5. Windows color (decimal): -6946902 or 11206549. OLE color: 11206549.
HSL color Cylindrical-coordinate representation of color #95FFAA: hue angle of 131.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFAA is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 170 | - |
| CMYK | 0.42 | 0 | 0.33 | 0 |
| HSL | 131.89º | 1% | 0.79% | - |
| HSV(B) | 131.89º | 0.42% | 1% | - |
| XYZ | 55.41 | 80.81 | 50.71 | - |
| YUV | 213.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 170 | 0.42 | 0 | 0.33 | 0 | 131.89 | 1 | 0.79 |
| Hex | 95 | FF | AA | 2A | 0 | 21 | 0 | 84 | 64 | 4F |
| Octal | 225 | 377 | 252 | 52 | 0 | 41 | 0 | 204 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10101010 | 101010 | 0 | 100001 | 0 | 10000100 | 1100100 | 1001111 |
Color Harmonies of #95FFAA
Complementary color
Monochromatic Colors of #95FFAA
Black with #95FFAA
Text Example
Text Example
White with #95FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFAA; }
p { color: rgb(149,255,170); }
H1.HeaderClassName
{
color: #95FFAA;
}
.AnyTagClassName
{
color: #95FFAA;
}
</style>
background-color css
<style>
a { background-color: #95FFAA; }
a { background-color: rgb(149,255,170); }
div.DivClassName
{
background-color: #95FFAA;
}
.BgClassName
{
background-color: #95FFAA;
}
</style>
border-color css
<style>
span { border-color: #95FFAA; }
span { border-color: rgb(149,255,170); }
td.TdClassName
{
border-color: #95FFAA;
}
.TagClassName
{
border-color: #95FFAA;
}
</style>