Shades of Magic Mint #9FEED1
Tints of Magic Mint #9FEED1
RGB
CMYK
RGB Variations
Color information
#9FEED1 (or 0x9FEED1) is known color: Magic Mint. HEX triplet: 9F, EE and D1. RGB value is (159,238,209). Sum of RGB (Red+Green+Blue) = 159+238+209=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEED1 is #60112E. Grayscale: #D3D3D3. Windows color (decimal): -6295855 or 13758111. OLE color: 13758111.
HSL color Cylindrical-coordinate representation of color #9FEED1: hue angle of 157.97º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEED1 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 209 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.07 |
| HSL | 157.97º | 0.7% | 0.78% | - |
| HSV(B) | 157.97º | 0.33% | 0.93% | - |
| XYZ | 56.38 | 73.12 | 71.46 | - |
| YUV | 211.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 209 | 0.33 | 0 | 0.12 | 0.07 | 157.97 | 0.7 | 0.78 |
| Hex | 9F | EE | D1 | 21 | 0 | C | 7 | 9E | 46 | 4E |
| Octal | 237 | 356 | 321 | 41 | 0 | 14 | 7 | 236 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11010001 | 100001 | 0 | 1100 | 111 | 10011110 | 1000110 | 1001110 |
Color Harmonies of #9FEED1
Complementary color
Monochromatic Colors of #9FEED1
Black with #9FEED1
Text Example
Text Example
White with #9FEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEED1; }
p { color: rgb(159,238,209); }
H1.HeaderClassName
{
color: #9FEED1;
}
.AnyTagClassName
{
color: #9FEED1;
}
</style>
background-color css
<style>
a { background-color: #9FEED1; }
a { background-color: rgb(159,238,209); }
div.DivClassName
{
background-color: #9FEED1;
}
.BgClassName
{
background-color: #9FEED1;
}
</style>
border-color css
<style>
span { border-color: #9FEED1; }
span { border-color: rgb(159,238,209); }
td.TdClassName
{
border-color: #9FEED1;
}
.TagClassName
{
border-color: #9FEED1;
}
</style>