Shades of Magic Mint #9FEBD1
Tints of Magic Mint #9FEBD1
RGB
CMYK
RGB Variations
Color information
#9FEBD1 (or 0x9FEBD1) is known color: Magic Mint. HEX triplet: 9F, EB and D1. RGB value is (159,235,209). Sum of RGB (Red+Green+Blue) = 159+235+209=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBD1 is #60142E. Grayscale: #D1D1D1. Windows color (decimal): -6296623 or 13757343. OLE color: 13757343.
HSL color Cylindrical-coordinate representation of color #9FEBD1: hue angle of 159.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBD1 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 209 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.08 |
| HSL | 159.47º | 0.66% | 0.77% | - |
| HSV(B) | 159.47º | 0.32% | 0.92% | - |
| XYZ | 55.52 | 71.39 | 71.18 | - |
| YUV | 209.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 209 | 0.32 | 0 | 0.11 | 0.08 | 159.47 | 0.66 | 0.77 |
| Hex | 9F | EB | D1 | 20 | 0 | B | 8 | 9F | 42 | 4D |
| Octal | 237 | 353 | 321 | 40 | 0 | 13 | 10 | 237 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11010001 | 100000 | 0 | 1011 | 1000 | 10011111 | 1000010 | 1001101 |
Color Harmonies of #9FEBD1
Complementary color
Monochromatic Colors of #9FEBD1
Black with #9FEBD1
Text Example
Text Example
White with #9FEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBD1; }
p { color: rgb(159,235,209); }
H1.HeaderClassName
{
color: #9FEBD1;
}
.AnyTagClassName
{
color: #9FEBD1;
}
</style>
background-color css
<style>
a { background-color: #9FEBD1; }
a { background-color: rgb(159,235,209); }
div.DivClassName
{
background-color: #9FEBD1;
}
.BgClassName
{
background-color: #9FEBD1;
}
</style>
border-color css
<style>
span { border-color: #9FEBD1; }
span { border-color: rgb(159,235,209); }
td.TdClassName
{
border-color: #9FEBD1;
}
.TagClassName
{
border-color: #9FEBD1;
}
</style>