Shades of Magic Mint #9FF4BB
Tints of Magic Mint #9FF4BB
RGB
CMYK
RGB Variations
Color information
#9FF4BB (or 0x9FF4BB) is known color: Magic Mint. HEX triplet: 9F, F4 and BB. RGB value is (159,244,187). Sum of RGB (Red+Green+Blue) = 159+244+187=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF4BB is #600B44. Grayscale: #D4D4D4. Windows color (decimal): -6294341 or 12317855. OLE color: 12317855.
HSL color Cylindrical-coordinate representation of color #9FF4BB: hue angle of 139.76º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF4BB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 244 | 187 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.04 |
| HSL | 139.76º | 0.79% | 0.79% | - |
| HSV(B) | 139.76º | 0.35% | 0.96% | - |
| XYZ | 55.62 | 75.66 | 58.69 | - |
| YUV | 212.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 244 | 187 | 0.35 | 0 | 0.23 | 0.04 | 139.76 | 0.79 | 0.79 |
| Hex | 9F | F4 | BB | 23 | 0 | 17 | 4 | 8C | 4F | 4F |
| Octal | 237 | 364 | 273 | 43 | 0 | 27 | 4 | 214 | 117 | 117 |
| Binary | 10011111 | 11110100 | 10111011 | 100011 | 0 | 10111 | 100 | 10001100 | 1001111 | 1001111 |
Color Harmonies of #9FF4BB
Complementary color
Monochromatic Colors of #9FF4BB
Black with #9FF4BB
Text Example
Text Example
White with #9FF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF4BB; }
p { color: rgb(159,244,187); }
H1.HeaderClassName
{
color: #9FF4BB;
}
.AnyTagClassName
{
color: #9FF4BB;
}
</style>
background-color css
<style>
a { background-color: #9FF4BB; }
a { background-color: rgb(159,244,187); }
div.DivClassName
{
background-color: #9FF4BB;
}
.BgClassName
{
background-color: #9FF4BB;
}
</style>
border-color css
<style>
span { border-color: #9FF4BB; }
span { border-color: rgb(159,244,187); }
td.TdClassName
{
border-color: #9FF4BB;
}
.TagClassName
{
border-color: #9FF4BB;
}
</style>