Shades of Magic Mint #9FE9D0
Tints of Magic Mint #9FE9D0
RGB
CMYK
RGB Variations
Color information
#9FE9D0 (or 0x9FE9D0) is known color: Magic Mint. HEX triplet: 9F, E9 and D0. RGB value is (159,233,208). Sum of RGB (Red+Green+Blue) = 159+233+208=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9D0 is #60162F. Grayscale: #D0D0D0. Windows color (decimal): -6297136 or 13691295. OLE color: 13691295.
HSL color Cylindrical-coordinate representation of color #9FE9D0: hue angle of 159.73º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9D0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 208 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.09 |
| HSL | 159.73º | 0.63% | 0.77% | - |
| HSV(B) | 159.73º | 0.32% | 0.91% | - |
| XYZ | 54.82 | 70.2 | 70.34 | - |
| YUV | 208.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 208 | 0.32 | 0 | 0.11 | 0.09 | 159.73 | 0.63 | 0.77 |
| Hex | 9F | E9 | D0 | 20 | 0 | B | 9 | A0 | 3F | 4D |
| Octal | 237 | 351 | 320 | 40 | 0 | 13 | 11 | 240 | 77 | 115 |
| Binary | 10011111 | 11101001 | 11010000 | 100000 | 0 | 1011 | 1001 | 10100000 | 111111 | 1001101 |
Color Harmonies of #9FE9D0
Complementary color
Monochromatic Colors of #9FE9D0
Black with #9FE9D0
Text Example
Text Example
White with #9FE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9D0; }
p { color: rgb(159,233,208); }
H1.HeaderClassName
{
color: #9FE9D0;
}
.AnyTagClassName
{
color: #9FE9D0;
}
</style>
background-color css
<style>
a { background-color: #9FE9D0; }
a { background-color: rgb(159,233,208); }
div.DivClassName
{
background-color: #9FE9D0;
}
.BgClassName
{
background-color: #9FE9D0;
}
</style>
border-color css
<style>
span { border-color: #9FE9D0; }
span { border-color: rgb(159,233,208); }
td.TdClassName
{
border-color: #9FE9D0;
}
.TagClassName
{
border-color: #9FE9D0;
}
</style>