Shades of Magic Mint #99FEDD
Tints of Magic Mint #99FEDD
RGB
CMYK
RGB Variations
Color information
#99FEDD (or 0x99FEDD) is known color: Magic Mint. HEX triplet: 99, FE and DD. RGB value is (153,254,221). Sum of RGB (Red+Green+Blue) = 153+254+221=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEDD is #660122. Grayscale: #DCDCDC. Windows color (decimal): -6684963 or 14548633. OLE color: 14548633.
HSL color Cylindrical-coordinate representation of color #99FEDD: hue angle of 160.4º 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 #99FEDD is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 221 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.00 |
| HSL | 160.4º | 0.98% | 0.8% | - |
| HSV(B) | 160.4º | 0.4% | 1% | - |
| XYZ | 61.63 | 82.88 | 81.16 | - |
| YUV | 220.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 221 | 0.40 | 0 | 0.13 | 0.00 | 160.4 | 0.98 | 0.8 |
| Hex | 99 | FE | DD | 28 | 0 | D | 0 | A0 | 62 | 50 |
| Octal | 231 | 376 | 335 | 50 | 0 | 15 | 0 | 240 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11011101 | 101000 | 0 | 1101 | 0 | 10100000 | 1100010 | 1010000 |
Color Harmonies of #99FEDD
Complementary color
Monochromatic Colors of #99FEDD
Black with #99FEDD
Text Example
Text Example
White with #99FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEDD; }
p { color: rgb(153,254,221); }
H1.HeaderClassName
{
color: #99FEDD;
}
.AnyTagClassName
{
color: #99FEDD;
}
</style>
background-color css
<style>
a { background-color: #99FEDD; }
a { background-color: rgb(153,254,221); }
div.DivClassName
{
background-color: #99FEDD;
}
.BgClassName
{
background-color: #99FEDD;
}
</style>
border-color css
<style>
span { border-color: #99FEDD; }
span { border-color: rgb(153,254,221); }
td.TdClassName
{
border-color: #99FEDD;
}
.TagClassName
{
border-color: #99FEDD;
}
</style>