Shades of Magic Mint #95F2C5
Tints of Magic Mint #95F2C5
RGB
CMYK
RGB Variations
Color information
#95F2C5 (or 0x95F2C5) is known color: Magic Mint. HEX triplet: 95, F2 and C5. RGB value is (149,242,197). Sum of RGB (Red+Green+Blue) = 149+242+197=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2C5 is #6A0D3A. Grayscale: #D1D1D1. Windows color (decimal): -6950203 or 12972693. OLE color: 12972693.
HSL color Cylindrical-coordinate representation of color #95F2C5: hue angle of 150.97º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F2C5 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 197 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.05 |
| HSL | 150.97º | 0.78% | 0.77% | - |
| HSV(B) | 150.97º | 0.38% | 0.95% | - |
| XYZ | 54.22 | 73.93 | 64.23 | - |
| YUV | 209.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 197 | 0.38 | 0 | 0.19 | 0.05 | 150.97 | 0.78 | 0.77 |
| Hex | 95 | F2 | C5 | 26 | 0 | 13 | 5 | 97 | 4E | 4D |
| Octal | 225 | 362 | 305 | 46 | 0 | 23 | 5 | 227 | 116 | 115 |
| Binary | 10010101 | 11110010 | 11000101 | 100110 | 0 | 10011 | 101 | 10010111 | 1001110 | 1001101 |
Color Harmonies of #95F2C5
Complementary color
Monochromatic Colors of #95F2C5
Black with #95F2C5
Text Example
Text Example
White with #95F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F2C5; }
p { color: rgb(149,242,197); }
H1.HeaderClassName
{
color: #95F2C5;
}
.AnyTagClassName
{
color: #95F2C5;
}
</style>
background-color css
<style>
a { background-color: #95F2C5; }
a { background-color: rgb(149,242,197); }
div.DivClassName
{
background-color: #95F2C5;
}
.BgClassName
{
background-color: #95F2C5;
}
</style>
border-color css
<style>
span { border-color: #95F2C5; }
span { border-color: rgb(149,242,197); }
td.TdClassName
{
border-color: #95F2C5;
}
.TagClassName
{
border-color: #95F2C5;
}
</style>