Shades of Magic Mint #9FF8BB
Tints of Magic Mint #9FF8BB
RGB
CMYK
RGB Variations
Color information
#9FF8BB (or 0x9FF8BB) is known color: Magic Mint. HEX triplet: 9F, F8 and BB. RGB value is (159,248,187). Sum of RGB (Red+Green+Blue) = 159+248+187=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8BB is #600744. Grayscale: #D6D6D6. Windows color (decimal): -6293317 or 12318879. OLE color: 12318879.
HSL color Cylindrical-coordinate representation of color #9FF8BB: hue angle of 138.88º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8BB is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 187 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.03 |
| HSL | 138.88º | 0.86% | 0.8% | - |
| HSV(B) | 138.88º | 0.36% | 0.97% | - |
| XYZ | 56.84 | 78.09 | 59.09 | - |
| YUV | 214.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 187 | 0.36 | 0 | 0.25 | 0.03 | 138.88 | 0.86 | 0.8 |
| Hex | 9F | F8 | BB | 24 | 0 | 19 | 3 | 8B | 56 | 50 |
| Octal | 237 | 370 | 273 | 44 | 0 | 31 | 3 | 213 | 126 | 120 |
| Binary | 10011111 | 11111000 | 10111011 | 100100 | 0 | 11001 | 11 | 10001011 | 1010110 | 1010000 |
Color Harmonies of #9FF8BB
Complementary color
Monochromatic Colors of #9FF8BB
Black with #9FF8BB
Text Example
Text Example
White with #9FF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF8BB; }
p { color: rgb(159,248,187); }
H1.HeaderClassName
{
color: #9FF8BB;
}
.AnyTagClassName
{
color: #9FF8BB;
}
</style>
background-color css
<style>
a { background-color: #9FF8BB; }
a { background-color: rgb(159,248,187); }
div.DivClassName
{
background-color: #9FF8BB;
}
.BgClassName
{
background-color: #9FF8BB;
}
</style>
border-color css
<style>
span { border-color: #9FF8BB; }
span { border-color: rgb(159,248,187); }
td.TdClassName
{
border-color: #9FF8BB;
}
.TagClassName
{
border-color: #9FF8BB;
}
</style>