Shades of Magic Mint #99F7BB
Tints of Magic Mint #99F7BB
RGB
CMYK
RGB Variations
Color information
#99F7BB (or 0x99F7BB) is known color: Magic Mint. HEX triplet: 99, F7 and BB. RGB value is (153,247,187). Sum of RGB (Red+Green+Blue) = 153+247+187=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F7BB is #660844. Grayscale: #D4D4D4. Windows color (decimal): -6686789 or 12318617. OLE color: 12318617.
HSL color Cylindrical-coordinate representation of color #99F7BB: hue angle of 141.7º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F7BB is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 187 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.03 |
| HSL | 141.7º | 0.85% | 0.78% | - |
| HSV(B) | 141.7º | 0.38% | 0.97% | - |
| XYZ | 55.37 | 76.88 | 58.94 | - |
| YUV | 212.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 187 | 0.38 | 0 | 0.24 | 0.03 | 141.7 | 0.85 | 0.78 |
| Hex | 99 | F7 | BB | 26 | 0 | 18 | 3 | 8E | 55 | 4E |
| Octal | 231 | 367 | 273 | 46 | 0 | 30 | 3 | 216 | 125 | 116 |
| Binary | 10011001 | 11110111 | 10111011 | 100110 | 0 | 11000 | 11 | 10001110 | 1010101 | 1001110 |
Color Harmonies of #99F7BB
Complementary color
Monochromatic Colors of #99F7BB
Black with #99F7BB
Text Example
Text Example
White with #99F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7BB; }
p { color: rgb(153,247,187); }
H1.HeaderClassName
{
color: #99F7BB;
}
.AnyTagClassName
{
color: #99F7BB;
}
</style>
background-color css
<style>
a { background-color: #99F7BB; }
a { background-color: rgb(153,247,187); }
div.DivClassName
{
background-color: #99F7BB;
}
.BgClassName
{
background-color: #99F7BB;
}
</style>
border-color css
<style>
span { border-color: #99F7BB; }
span { border-color: rgb(153,247,187); }
td.TdClassName
{
border-color: #99F7BB;
}
.TagClassName
{
border-color: #99F7BB;
}
</style>