Shades of Magic Mint #9FEED7
Tints of Magic Mint #9FEED7
RGB
CMYK
RGB Variations
Color information
#9FEED7 (or 0x9FEED7) is known color: Magic Mint. HEX triplet: 9F, EE and D7. RGB value is (159,238,215). Sum of RGB (Red+Green+Blue) = 159+238+215=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEED7 is #601128. Grayscale: #D3D3D3. Windows color (decimal): -6295849 or 14151327. OLE color: 14151327.
HSL color Cylindrical-coordinate representation of color #9FEED7: hue angle of 162.53º 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 #9FEED7 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 215 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.07 |
| HSL | 162.53º | 0.7% | 0.78% | - |
| HSV(B) | 162.53º | 0.33% | 0.93% | - |
| XYZ | 57.14 | 73.43 | 75.45 | - |
| YUV | 211.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 215 | 0.33 | 0 | 0.10 | 0.07 | 162.53 | 0.7 | 0.78 |
| Hex | 9F | EE | D7 | 21 | 0 | A | 7 | A3 | 46 | 4E |
| Octal | 237 | 356 | 327 | 41 | 0 | 12 | 7 | 243 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11010111 | 100001 | 0 | 1010 | 111 | 10100011 | 1000110 | 1001110 |
Color Harmonies of #9FEED7
Complementary color
Monochromatic Colors of #9FEED7
Black with #9FEED7
Text Example
Text Example
White with #9FEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEED7; }
p { color: rgb(159,238,215); }
H1.HeaderClassName
{
color: #9FEED7;
}
.AnyTagClassName
{
color: #9FEED7;
}
</style>
background-color css
<style>
a { background-color: #9FEED7; }
a { background-color: rgb(159,238,215); }
div.DivClassName
{
background-color: #9FEED7;
}
.BgClassName
{
background-color: #9FEED7;
}
</style>
border-color css
<style>
span { border-color: #9FEED7; }
span { border-color: rgb(159,238,215); }
td.TdClassName
{
border-color: #9FEED7;
}
.TagClassName
{
border-color: #9FEED7;
}
</style>