Shades of Magic Mint #95FCC2
Tints of Magic Mint #95FCC2
RGB
CMYK
RGB Variations
Color information
#95FCC2 (or 0x95FCC2) is known color: Magic Mint. HEX triplet: 95, FC and C2. RGB value is (149,252,194). Sum of RGB (Red+Green+Blue) = 149+252+194=595 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.04% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FCC2 is #6A033D. Grayscale: #D6D6D6. Windows color (decimal): -6947646 or 12778645. OLE color: 12778645.
HSL color Cylindrical-coordinate representation of color #95FCC2: hue angle of 146.21º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCC2 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 252 | 194 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.01 |
| HSL | 146.21º | 0.94% | 0.79% | - |
| HSV(B) | 146.21º | 0.41% | 0.99% | - |
| XYZ | 56.94 | 79.91 | 63.46 | - |
| YUV | 214.59 | 116.38 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 252 | 194 | 0.41 | 0 | 0.23 | 0.01 | 146.21 | 0.94 | 0.79 |
| Hex | 95 | FC | C2 | 29 | 0 | 17 | 1 | 92 | 5E | 4F |
| Octal | 225 | 374 | 302 | 51 | 0 | 27 | 1 | 222 | 136 | 117 |
| Binary | 10010101 | 11111100 | 11000010 | 101001 | 0 | 10111 | 1 | 10010010 | 1011110 | 1001111 |
Color Harmonies of #95FCC2
Complementary color
Monochromatic Colors of #95FCC2
Black with #95FCC2
Text Example
Text Example
White with #95FCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FCC2; }
p { color: rgb(149,252,194); }
H1.HeaderClassName
{
color: #95FCC2;
}
.AnyTagClassName
{
color: #95FCC2;
}
</style>
background-color css
<style>
a { background-color: #95FCC2; }
a { background-color: rgb(149,252,194); }
div.DivClassName
{
background-color: #95FCC2;
}
.BgClassName
{
background-color: #95FCC2;
}
</style>
border-color css
<style>
span { border-color: #95FCC2; }
span { border-color: rgb(149,252,194); }
td.TdClassName
{
border-color: #95FCC2;
}
.TagClassName
{
border-color: #95FCC2;
}
</style>