Shades of Magic Mint #99FED3
Tints of Magic Mint #99FED3
RGB
CMYK
RGB Variations
Color information
#99FED3 (or 0x99FED3) is known color: Magic Mint. HEX triplet: 99, FE and D3. RGB value is (153,254,211). Sum of RGB (Red+Green+Blue) = 153+254+211=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #99FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FED3 is #66012C. Grayscale: #DADADA. Windows color (decimal): -6684973 or 13893273. OLE color: 13893273.
HSL color Cylindrical-coordinate representation of color #99FED3: hue angle of 154.46º 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 #99FED3 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 211 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.00 |
| HSL | 154.46º | 0.98% | 0.8% | - |
| HSV(B) | 154.46º | 0.4% | 1% | - |
| XYZ | 60.34 | 82.36 | 74.34 | - |
| YUV | 218.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 211 | 0.40 | 0 | 0.17 | 0.00 | 154.46 | 0.98 | 0.8 |
| Hex | 99 | FE | D3 | 28 | 0 | 11 | 0 | 9A | 62 | 50 |
| Octal | 231 | 376 | 323 | 50 | 0 | 21 | 0 | 232 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11010011 | 101000 | 0 | 10001 | 0 | 10011010 | 1100010 | 1010000 |
Color Harmonies of #99FED3
Complementary color
Monochromatic Colors of #99FED3
Black with #99FED3
Text Example
Text Example
White with #99FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FED3; }
p { color: rgb(153,254,211); }
H1.HeaderClassName
{
color: #99FED3;
}
.AnyTagClassName
{
color: #99FED3;
}
</style>
background-color css
<style>
a { background-color: #99FED3; }
a { background-color: rgb(153,254,211); }
div.DivClassName
{
background-color: #99FED3;
}
.BgClassName
{
background-color: #99FED3;
}
</style>
border-color css
<style>
span { border-color: #99FED3; }
span { border-color: rgb(153,254,211); }
td.TdClassName
{
border-color: #99FED3;
}
.TagClassName
{
border-color: #99FED3;
}
</style>