Shades of Magic Mint #9FFBE1
Tints of Magic Mint #9FFBE1
RGB
CMYK
RGB Variations
Color information
#9FFBE1 (or 0x9FFBE1) is known color: Magic Mint. HEX triplet: 9F, FB and E1. RGB value is (159,251,225). Sum of RGB (Red+Green+Blue) = 159+251+225=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBE1 is #60041E. Grayscale: #DCDCDC. Windows color (decimal): -6292511 or 14810015. OLE color: 14810015.
HSL color Cylindrical-coordinate representation of color #9FFBE1: hue angle of 163.04º 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 #9FFBE1 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 225 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.02 |
| HSL | 163.04º | 0.92% | 0.8% | - |
| HSV(B) | 163.04º | 0.37% | 0.98% | - |
| XYZ | 62.39 | 81.8 | 83.74 | - |
| YUV | 220.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 225 | 0.37 | 0 | 0.10 | 0.02 | 163.04 | 0.92 | 0.8 |
| Hex | 9F | FB | E1 | 25 | 0 | A | 2 | A3 | 5C | 50 |
| Octal | 237 | 373 | 341 | 45 | 0 | 12 | 2 | 243 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11100001 | 100101 | 0 | 1010 | 10 | 10100011 | 1011100 | 1010000 |
Color Harmonies of #9FFBE1
Complementary color
Monochromatic Colors of #9FFBE1
Black with #9FFBE1
Text Example
Text Example
White with #9FFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBE1; }
p { color: rgb(159,251,225); }
H1.HeaderClassName
{
color: #9FFBE1;
}
.AnyTagClassName
{
color: #9FFBE1;
}
</style>
background-color css
<style>
a { background-color: #9FFBE1; }
a { background-color: rgb(159,251,225); }
div.DivClassName
{
background-color: #9FFBE1;
}
.BgClassName
{
background-color: #9FFBE1;
}
</style>
border-color css
<style>
span { border-color: #9FFBE1; }
span { border-color: rgb(159,251,225); }
td.TdClassName
{
border-color: #9FFBE1;
}
.TagClassName
{
border-color: #9FFBE1;
}
</style>