Shades of Magic Mint #99F8D1
Tints of Magic Mint #99F8D1
RGB
CMYK
RGB Variations
Color information
#99F8D1 (or 0x99F8D1) is known color: Magic Mint. HEX triplet: 99, F8 and D1. RGB value is (153,248,209). Sum of RGB (Red+Green+Blue) = 153+248+209=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F8D1 is #66072E. Grayscale: #D7D7D7. Windows color (decimal): -6686511 or 13760665. OLE color: 13760665.
HSL color Cylindrical-coordinate representation of color #99F8D1: hue angle of 155.37º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8D1 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 209 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.03 |
| HSL | 155.37º | 0.87% | 0.79% | - |
| HSV(B) | 155.37º | 0.38% | 0.97% | - |
| XYZ | 58.21 | 78.51 | 72.41 | - |
| YUV | 215.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 209 | 0.38 | 0 | 0.16 | 0.03 | 155.37 | 0.87 | 0.79 |
| Hex | 99 | F8 | D1 | 26 | 0 | 10 | 3 | 9B | 57 | 4F |
| Octal | 231 | 370 | 321 | 46 | 0 | 20 | 3 | 233 | 127 | 117 |
| Binary | 10011001 | 11111000 | 11010001 | 100110 | 0 | 10000 | 11 | 10011011 | 1010111 | 1001111 |
Color Harmonies of #99F8D1
Complementary color
Monochromatic Colors of #99F8D1
Black with #99F8D1
Text Example
Text Example
White with #99F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F8D1; }
p { color: rgb(153,248,209); }
H1.HeaderClassName
{
color: #99F8D1;
}
.AnyTagClassName
{
color: #99F8D1;
}
</style>
background-color css
<style>
a { background-color: #99F8D1; }
a { background-color: rgb(153,248,209); }
div.DivClassName
{
background-color: #99F8D1;
}
.BgClassName
{
background-color: #99F8D1;
}
</style>
border-color css
<style>
span { border-color: #99F8D1; }
span { border-color: rgb(153,248,209); }
td.TdClassName
{
border-color: #99F8D1;
}
.TagClassName
{
border-color: #99F8D1;
}
</style>