Shades of Magic Mint #99FADE
Tints of Magic Mint #99FADE
RGB
CMYK
RGB Variations
Color information
#99FADE (or 0x99FADE) is known color: Magic Mint. HEX triplet: 99, FA and DE. RGB value is (153,250,222). Sum of RGB (Red+Green+Blue) = 153+250+222=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #99FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FADE is #660521. Grayscale: #D9D9D9. Windows color (decimal): -6685986 or 14613145. OLE color: 14613145.
HSL color Cylindrical-coordinate representation of color #99FADE: hue angle of 162.68º 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 #99FADE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 222 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.02 |
| HSL | 162.68º | 0.91% | 0.79% | - |
| HSV(B) | 162.68º | 0.39% | 0.98% | - |
| XYZ | 60.51 | 80.42 | 81.44 | - |
| YUV | 217.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 222 | 0.39 | 0 | 0.11 | 0.02 | 162.68 | 0.91 | 0.79 |
| Hex | 99 | FA | DE | 27 | 0 | B | 2 | A3 | 5B | 4F |
| Octal | 231 | 372 | 336 | 47 | 0 | 13 | 2 | 243 | 133 | 117 |
| Binary | 10011001 | 11111010 | 11011110 | 100111 | 0 | 1011 | 10 | 10100011 | 1011011 | 1001111 |
Color Harmonies of #99FADE
Complementary color
Monochromatic Colors of #99FADE
Black with #99FADE
Text Example
Text Example
White with #99FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FADE; }
p { color: rgb(153,250,222); }
H1.HeaderClassName
{
color: #99FADE;
}
.AnyTagClassName
{
color: #99FADE;
}
</style>
background-color css
<style>
a { background-color: #99FADE; }
a { background-color: rgb(153,250,222); }
div.DivClassName
{
background-color: #99FADE;
}
.BgClassName
{
background-color: #99FADE;
}
</style>
border-color css
<style>
span { border-color: #99FADE; }
span { border-color: rgb(153,250,222); }
td.TdClassName
{
border-color: #99FADE;
}
.TagClassName
{
border-color: #99FADE;
}
</style>