Shades of Magic Mint #99F7DF
Tints of Magic Mint #99F7DF
RGB
CMYK
RGB Variations
Color information
#99F7DF (or 0x99F7DF) is known color: Magic Mint. HEX triplet: 99, F7 and DF. RGB value is (153,247,223). Sum of RGB (Red+Green+Blue) = 153+247+223=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F7DF is #660820. Grayscale: #D8D8D8. Windows color (decimal): -6686753 or 14677913. OLE color: 14677913.
HSL color Cylindrical-coordinate representation of color #99F7DF: hue angle of 164.68º 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 #99F7DF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 223 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.03 |
| HSL | 164.68º | 0.85% | 0.78% | - |
| HSV(B) | 164.68º | 0.38% | 0.97% | - |
| XYZ | 59.72 | 78.62 | 81.84 | - |
| YUV | 216.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 223 | 0.38 | 0 | 0.10 | 0.03 | 164.68 | 0.85 | 0.78 |
| Hex | 99 | F7 | DF | 26 | 0 | A | 3 | A5 | 55 | 4E |
| Octal | 231 | 367 | 337 | 46 | 0 | 12 | 3 | 245 | 125 | 116 |
| Binary | 10011001 | 11110111 | 11011111 | 100110 | 0 | 1010 | 11 | 10100101 | 1010101 | 1001110 |
Color Harmonies of #99F7DF
Complementary color
Monochromatic Colors of #99F7DF
Black with #99F7DF
Text Example
Text Example
White with #99F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7DF; }
p { color: rgb(153,247,223); }
H1.HeaderClassName
{
color: #99F7DF;
}
.AnyTagClassName
{
color: #99F7DF;
}
</style>
background-color css
<style>
a { background-color: #99F7DF; }
a { background-color: rgb(153,247,223); }
div.DivClassName
{
background-color: #99F7DF;
}
.BgClassName
{
background-color: #99F7DF;
}
</style>
border-color css
<style>
span { border-color: #99F7DF; }
span { border-color: rgb(153,247,223); }
td.TdClassName
{
border-color: #99F7DF;
}
.TagClassName
{
border-color: #99F7DF;
}
</style>