Shades of Magic Mint #9FFBD9
Tints of Magic Mint #9FFBD9
RGB
CMYK
RGB Variations
Color information
#9FFBD9 (or 0x9FFBD9) is known color: Magic Mint. HEX triplet: 9F, FB and D9. RGB value is (159,251,217). Sum of RGB (Red+Green+Blue) = 159+251+217=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBD9 is #600426. Grayscale: #DBDBDB. Windows color (decimal): -6292519 or 14285727. OLE color: 14285727.
HSL color Cylindrical-coordinate representation of color #9FFBD9: hue angle of 157.83º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBD9 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 217 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.02 |
| HSL | 157.83º | 0.92% | 0.8% | - |
| HSV(B) | 157.83º | 0.37% | 0.98% | - |
| XYZ | 61.32 | 81.38 | 78.12 | - |
| YUV | 219.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 217 | 0.37 | 0 | 0.14 | 0.02 | 157.83 | 0.92 | 0.8 |
| Hex | 9F | FB | D9 | 25 | 0 | E | 2 | 9E | 5C | 50 |
| Octal | 237 | 373 | 331 | 45 | 0 | 16 | 2 | 236 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11011001 | 100101 | 0 | 1110 | 10 | 10011110 | 1011100 | 1010000 |
Color Harmonies of #9FFBD9
Complementary color
Monochromatic Colors of #9FFBD9
Black with #9FFBD9
Text Example
Text Example
White with #9FFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBD9; }
p { color: rgb(159,251,217); }
H1.HeaderClassName
{
color: #9FFBD9;
}
.AnyTagClassName
{
color: #9FFBD9;
}
</style>
background-color css
<style>
a { background-color: #9FFBD9; }
a { background-color: rgb(159,251,217); }
div.DivClassName
{
background-color: #9FFBD9;
}
.BgClassName
{
background-color: #9FFBD9;
}
</style>
border-color css
<style>
span { border-color: #9FFBD9; }
span { border-color: rgb(159,251,217); }
td.TdClassName
{
border-color: #9FFBD9;
}
.TagClassName
{
border-color: #9FFBD9;
}
</style>