Shades of Magic Mint #99FDC5
Tints of Magic Mint #99FDC5
RGB
CMYK
RGB Variations
Color information
#99FDC5 (or 0x99FDC5) is known color: Magic Mint. HEX triplet: 99, FD and C5. RGB value is (153,253,197). Sum of RGB (Red+Green+Blue) = 153+253+197=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDC5 is #66023A. Grayscale: #D8D8D8. Windows color (decimal): -6685243 or 12975513. OLE color: 12975513.
HSL color Cylindrical-coordinate representation of color #99FDC5: hue angle of 146.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 197 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.01 |
| HSL | 146.4º | 0.96% | 0.8% | - |
| HSV(B) | 146.4º | 0.4% | 0.99% | - |
| XYZ | 58.34 | 81.05 | 65.39 | - |
| YUV | 216.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 197 | 0.40 | 0 | 0.22 | 0.01 | 146.4 | 0.96 | 0.8 |
| Hex | 99 | FD | C5 | 28 | 0 | 16 | 1 | 92 | 60 | 50 |
| Octal | 231 | 375 | 305 | 50 | 0 | 26 | 1 | 222 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11000101 | 101000 | 0 | 10110 | 1 | 10010010 | 1100000 | 1010000 |
Color Harmonies of #99FDC5
Complementary color
Monochromatic Colors of #99FDC5
Black with #99FDC5
Text Example
Text Example
White with #99FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDC5; }
p { color: rgb(153,253,197); }
H1.HeaderClassName
{
color: #99FDC5;
}
.AnyTagClassName
{
color: #99FDC5;
}
</style>
background-color css
<style>
a { background-color: #99FDC5; }
a { background-color: rgb(153,253,197); }
div.DivClassName
{
background-color: #99FDC5;
}
.BgClassName
{
background-color: #99FDC5;
}
</style>
border-color css
<style>
span { border-color: #99FDC5; }
span { border-color: rgb(153,253,197); }
td.TdClassName
{
border-color: #99FDC5;
}
.TagClassName
{
border-color: #99FDC5;
}
</style>