Shades of Magic Mint #95F9D1
Tints of Magic Mint #95F9D1
RGB
CMYK
RGB Variations
Color information
#95F9D1 (or 0x95F9D1) is known color: Magic Mint. HEX triplet: 95, F9 and D1. RGB value is (149,249,209). Sum of RGB (Red+Green+Blue) = 149+249+209=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9D1 is #6A062E. Grayscale: #D6D6D6. Windows color (decimal): -6948399 or 13760917. OLE color: 13760917.
HSL color Cylindrical-coordinate representation of color #95F9D1: hue angle of 156º degrees, saturation: 0.89, 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 #95F9D1 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 209 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.02 |
| HSL | 156º | 0.89% | 0.78% | - |
| HSV(B) | 156º | 0.4% | 0.98% | - |
| XYZ | 57.78 | 78.74 | 72.48 | - |
| YUV | 214.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 209 | 0.40 | 0 | 0.16 | 0.02 | 156 | 0.89 | 0.78 |
| Hex | 95 | F9 | D1 | 28 | 0 | 10 | 2 | 9C | 59 | 4E |
| Octal | 225 | 371 | 321 | 50 | 0 | 20 | 2 | 234 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11010001 | 101000 | 0 | 10000 | 10 | 10011100 | 1011001 | 1001110 |
Color Harmonies of #95F9D1
Complementary color
Monochromatic Colors of #95F9D1
Black with #95F9D1
Text Example
Text Example
White with #95F9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9D1; }
p { color: rgb(149,249,209); }
H1.HeaderClassName
{
color: #95F9D1;
}
.AnyTagClassName
{
color: #95F9D1;
}
</style>
background-color css
<style>
a { background-color: #95F9D1; }
a { background-color: rgb(149,249,209); }
div.DivClassName
{
background-color: #95F9D1;
}
.BgClassName
{
background-color: #95F9D1;
}
</style>
border-color css
<style>
span { border-color: #95F9D1; }
span { border-color: rgb(149,249,209); }
td.TdClassName
{
border-color: #95F9D1;
}
.TagClassName
{
border-color: #95F9D1;
}
</style>