Shades of Magic Mint #99FDD8
Tints of Magic Mint #99FDD8
RGB
CMYK
RGB Variations
Color information
#99FDD8 (or 0x99FDD8) is known color: Magic Mint. HEX triplet: 99, FD and D8. RGB value is (153,253,216). Sum of RGB (Red+Green+Blue) = 153+253+216=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDD8 is #660227. Grayscale: #DADADA. Windows color (decimal): -6685224 or 14220697. OLE color: 14220697.
HSL color Cylindrical-coordinate representation of color #99FDD8: hue angle of 157.8º 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 #99FDD8 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 216 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.01 |
| HSL | 157.8º | 0.96% | 0.8% | - |
| HSV(B) | 157.8º | 0.4% | 0.99% | - |
| XYZ | 60.66 | 81.98 | 77.59 | - |
| YUV | 218.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 216 | 0.40 | 0 | 0.15 | 0.01 | 157.8 | 0.96 | 0.8 |
| Hex | 99 | FD | D8 | 28 | 0 | F | 1 | 9E | 60 | 50 |
| Octal | 231 | 375 | 330 | 50 | 0 | 17 | 1 | 236 | 140 | 120 |
| Binary | 10011001 | 11111101 | 11011000 | 101000 | 0 | 1111 | 1 | 10011110 | 1100000 | 1010000 |
Color Harmonies of #99FDD8
Complementary color
Monochromatic Colors of #99FDD8
Black with #99FDD8
Text Example
Text Example
White with #99FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDD8; }
p { color: rgb(153,253,216); }
H1.HeaderClassName
{
color: #99FDD8;
}
.AnyTagClassName
{
color: #99FDD8;
}
</style>
background-color css
<style>
a { background-color: #99FDD8; }
a { background-color: rgb(153,253,216); }
div.DivClassName
{
background-color: #99FDD8;
}
.BgClassName
{
background-color: #99FDD8;
}
</style>
border-color css
<style>
span { border-color: #99FDD8; }
span { border-color: rgb(153,253,216); }
td.TdClassName
{
border-color: #99FDD8;
}
.TagClassName
{
border-color: #99FDD8;
}
</style>