Shades of Magic Mint #9FFABB
Tints of Magic Mint #9FFABB
RGB
CMYK
RGB Variations
Color information
#9FFABB (or 0x9FFABB) is known color: Magic Mint. HEX triplet: 9F, FA and BB. RGB value is (159,250,187). Sum of RGB (Red+Green+Blue) = 159+250+187=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFABB is #600544. Grayscale: #D7D7D7. Windows color (decimal): -6292805 or 12319391. OLE color: 12319391.
HSL color Cylindrical-coordinate representation of color #9FFABB: hue angle of 138.46º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFABB is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 187 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.02 |
| HSL | 138.46º | 0.9% | 0.8% | - |
| HSV(B) | 138.46º | 0.36% | 0.98% | - |
| XYZ | 57.45 | 79.33 | 59.3 | - |
| YUV | 215.61 | 111.85 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 187 | 0.36 | 0 | 0.25 | 0.02 | 138.46 | 0.9 | 0.8 |
| Hex | 9F | FA | BB | 24 | 0 | 19 | 2 | 8A | 5A | 50 |
| Octal | 237 | 372 | 273 | 44 | 0 | 31 | 2 | 212 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10111011 | 100100 | 0 | 11001 | 10 | 10001010 | 1011010 | 1010000 |
Color Harmonies of #9FFABB
Complementary color
Monochromatic Colors of #9FFABB
Black with #9FFABB
Text Example
Text Example
White with #9FFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFABB; }
p { color: rgb(159,250,187); }
H1.HeaderClassName
{
color: #9FFABB;
}
.AnyTagClassName
{
color: #9FFABB;
}
</style>
background-color css
<style>
a { background-color: #9FFABB; }
a { background-color: rgb(159,250,187); }
div.DivClassName
{
background-color: #9FFABB;
}
.BgClassName
{
background-color: #9FFABB;
}
</style>
border-color css
<style>
span { border-color: #9FFABB; }
span { border-color: rgb(159,250,187); }
td.TdClassName
{
border-color: #9FFABB;
}
.TagClassName
{
border-color: #9FFABB;
}
</style>