Shades of Magic Mint #99FADD
Tints of Magic Mint #99FADD
RGB
CMYK
RGB Variations
Color information
#99FADD (or 0x99FADD) is known color: Magic Mint. HEX triplet: 99, FA and DD. RGB value is (153,250,221). Sum of RGB (Red+Green+Blue) = 153+250+221=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #99FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FADD is #660522. Grayscale: #D9D9D9. Windows color (decimal): -6685987 or 14547609. OLE color: 14547609.
HSL color Cylindrical-coordinate representation of color #99FADD: hue angle of 162.06º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FADD is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 221 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.02 |
| HSL | 162.06º | 0.91% | 0.79% | - |
| HSV(B) | 162.06º | 0.39% | 0.98% | - |
| XYZ | 60.37 | 80.36 | 80.74 | - |
| YUV | 217.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 221 | 0.39 | 0 | 0.12 | 0.02 | 162.06 | 0.91 | 0.79 |
| Hex | 99 | FA | DD | 27 | 0 | C | 2 | A2 | 5B | 4F |
| Octal | 231 | 372 | 335 | 47 | 0 | 14 | 2 | 242 | 133 | 117 |
| Binary | 10011001 | 11111010 | 11011101 | 100111 | 0 | 1100 | 10 | 10100010 | 1011011 | 1001111 |
Color Harmonies of #99FADD
Complementary color
Monochromatic Colors of #99FADD
Black with #99FADD
Text Example
Text Example
White with #99FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FADD; }
p { color: rgb(153,250,221); }
H1.HeaderClassName
{
color: #99FADD;
}
.AnyTagClassName
{
color: #99FADD;
}
</style>
background-color css
<style>
a { background-color: #99FADD; }
a { background-color: rgb(153,250,221); }
div.DivClassName
{
background-color: #99FADD;
}
.BgClassName
{
background-color: #99FADD;
}
</style>
border-color css
<style>
span { border-color: #99FADD; }
span { border-color: rgb(153,250,221); }
td.TdClassName
{
border-color: #99FADD;
}
.TagClassName
{
border-color: #99FADD;
}
</style>