Shades of Magic Mint #99FFD3
Tints of Magic Mint #99FFD3
RGB
CMYK
RGB Variations
Color information
#99FFD3 (or 0x99FFD3) is known color: Magic Mint. HEX triplet: 99, FF and D3. RGB value is (153,255,211). Sum of RGB (Red+Green+Blue) = 153+255+211=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFD3 is #66002C. Grayscale: #DBDBDB. Windows color (decimal): -6684717 or 13893529. OLE color: 13893529.
HSL color Cylindrical-coordinate representation of color #99FFD3: hue angle of 154.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFD3 is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 211 | - |
| CMYK | 0.4 | 0 | 0.17 | 0 |
| HSL | 154.12º | 1% | 0.8% | - |
| HSV(B) | 154.12º | 0.4% | 1% | - |
| XYZ | 60.65 | 83 | 74.45 | - |
| YUV | 219.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 211 | 0.4 | 0 | 0.17 | 0 | 154.12 | 1 | 0.8 |
| Hex | 99 | FF | D3 | 28 | 0 | 11 | 0 | 9A | 64 | 50 |
| Octal | 231 | 377 | 323 | 50 | 0 | 21 | 0 | 232 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11010011 | 101000 | 0 | 10001 | 0 | 10011010 | 1100100 | 1010000 |
Color Harmonies of #99FFD3
Complementary color
Monochromatic Colors of #99FFD3
Black with #99FFD3
Text Example
Text Example
White with #99FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFD3; }
p { color: rgb(153,255,211); }
H1.HeaderClassName
{
color: #99FFD3;
}
.AnyTagClassName
{
color: #99FFD3;
}
</style>
background-color css
<style>
a { background-color: #99FFD3; }
a { background-color: rgb(153,255,211); }
div.DivClassName
{
background-color: #99FFD3;
}
.BgClassName
{
background-color: #99FFD3;
}
</style>
border-color css
<style>
span { border-color: #99FFD3; }
span { border-color: rgb(153,255,211); }
td.TdClassName
{
border-color: #99FFD3;
}
.TagClassName
{
border-color: #99FFD3;
}
</style>