Shades of Magic Mint #95FAC2
Tints of Magic Mint #95FAC2
RGB
CMYK
RGB Variations
Color information
#95FAC2 (or 0x95FAC2) is known color: Magic Mint. HEX triplet: 95, FA and C2. RGB value is (149,250,194). Sum of RGB (Red+Green+Blue) = 149+250+194=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FAC2 is #6A053D. Grayscale: #D5D5D5. Windows color (decimal): -6948158 or 12778133. OLE color: 12778133.
HSL color Cylindrical-coordinate representation of color #95FAC2: hue angle of 146.73º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAC2 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 194 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.02 |
| HSL | 146.73º | 0.91% | 0.78% | - |
| HSV(B) | 146.73º | 0.4% | 0.98% | - |
| XYZ | 56.32 | 78.66 | 63.25 | - |
| YUV | 213.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 194 | 0.40 | 0 | 0.22 | 0.02 | 146.73 | 0.91 | 0.78 |
| Hex | 95 | FA | C2 | 28 | 0 | 16 | 2 | 93 | 5B | 4E |
| Octal | 225 | 372 | 302 | 50 | 0 | 26 | 2 | 223 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11000010 | 101000 | 0 | 10110 | 10 | 10010011 | 1011011 | 1001110 |
Color Harmonies of #95FAC2
Complementary color
Monochromatic Colors of #95FAC2
Black with #95FAC2
Text Example
Text Example
White with #95FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAC2; }
p { color: rgb(149,250,194); }
H1.HeaderClassName
{
color: #95FAC2;
}
.AnyTagClassName
{
color: #95FAC2;
}
</style>
background-color css
<style>
a { background-color: #95FAC2; }
a { background-color: rgb(149,250,194); }
div.DivClassName
{
background-color: #95FAC2;
}
.BgClassName
{
background-color: #95FAC2;
}
</style>
border-color css
<style>
span { border-color: #95FAC2; }
span { border-color: rgb(149,250,194); }
td.TdClassName
{
border-color: #95FAC2;
}
.TagClassName
{
border-color: #95FAC2;
}
</style>