Shades of Magic Mint #99FEDA
Tints of Magic Mint #99FEDA
RGB
CMYK
RGB Variations
Color information
#99FEDA (or 0x99FEDA) is known color: Magic Mint. HEX triplet: 99, FE and DA. RGB value is (153,254,218). Sum of RGB (Red+Green+Blue) = 153+254+218=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEDA is #660125. Grayscale: #DBDBDB. Windows color (decimal): -6684966 or 14352025. OLE color: 14352025.
HSL color Cylindrical-coordinate representation of color #99FEDA: hue angle of 158.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEDA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 218 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.00 |
| HSL | 158.61º | 0.98% | 0.8% | - |
| HSV(B) | 158.61º | 0.4% | 1% | - |
| XYZ | 61.23 | 82.72 | 79.07 | - |
| YUV | 219.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 218 | 0.40 | 0 | 0.14 | 0.00 | 158.61 | 0.98 | 0.8 |
| Hex | 99 | FE | DA | 28 | 0 | E | 0 | 9F | 62 | 50 |
| Octal | 231 | 376 | 332 | 50 | 0 | 16 | 0 | 237 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11011010 | 101000 | 0 | 1110 | 0 | 10011111 | 1100010 | 1010000 |
Color Harmonies of #99FEDA
Complementary color
Monochromatic Colors of #99FEDA
Black with #99FEDA
Text Example
Text Example
White with #99FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEDA; }
p { color: rgb(153,254,218); }
H1.HeaderClassName
{
color: #99FEDA;
}
.AnyTagClassName
{
color: #99FEDA;
}
</style>
background-color css
<style>
a { background-color: #99FEDA; }
a { background-color: rgb(153,254,218); }
div.DivClassName
{
background-color: #99FEDA;
}
.BgClassName
{
background-color: #99FEDA;
}
</style>
border-color css
<style>
span { border-color: #99FEDA; }
span { border-color: rgb(153,254,218); }
td.TdClassName
{
border-color: #99FEDA;
}
.TagClassName
{
border-color: #99FEDA;
}
</style>