Shades of Magic Mint #9FFBD1
Tints of Magic Mint #9FFBD1
RGB
CMYK
RGB Variations
Color information
#9FFBD1 (or 0x9FFBD1) is known color: Magic Mint. HEX triplet: 9F, FB and D1. RGB value is (159,251,209). Sum of RGB (Red+Green+Blue) = 159+251+209=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBD1 is #60042E. Grayscale: #DADADA. Windows color (decimal): -6292527 or 13761439. OLE color: 13761439.
HSL color Cylindrical-coordinate representation of color #9FFBD1: hue angle of 152.61º 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 #9FFBD1 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 209 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.02 |
| HSL | 152.61º | 0.92% | 0.8% | - |
| HSV(B) | 152.61º | 0.37% | 0.98% | - |
| XYZ | 60.3 | 80.97 | 72.77 | - |
| YUV | 218.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 209 | 0.37 | 0 | 0.17 | 0.02 | 152.61 | 0.92 | 0.8 |
| Hex | 9F | FB | D1 | 25 | 0 | 11 | 2 | 99 | 5C | 50 |
| Octal | 237 | 373 | 321 | 45 | 0 | 21 | 2 | 231 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11010001 | 100101 | 0 | 10001 | 10 | 10011001 | 1011100 | 1010000 |
Color Harmonies of #9FFBD1
Complementary color
Monochromatic Colors of #9FFBD1
Black with #9FFBD1
Text Example
Text Example
White with #9FFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBD1; }
p { color: rgb(159,251,209); }
H1.HeaderClassName
{
color: #9FFBD1;
}
.AnyTagClassName
{
color: #9FFBD1;
}
</style>
background-color css
<style>
a { background-color: #9FFBD1; }
a { background-color: rgb(159,251,209); }
div.DivClassName
{
background-color: #9FFBD1;
}
.BgClassName
{
background-color: #9FFBD1;
}
</style>
border-color css
<style>
span { border-color: #9FFBD1; }
span { border-color: rgb(159,251,209); }
td.TdClassName
{
border-color: #9FFBD1;
}
.TagClassName
{
border-color: #9FFBD1;
}
</style>