Shades of Magic Mint #99FCDA
Tints of Magic Mint #99FCDA
RGB
CMYK
RGB Variations
Color information
#99FCDA (or 0x99FCDA) is known color: Magic Mint. HEX triplet: 99, FC and DA. RGB value is (153,252,218). Sum of RGB (Red+Green+Blue) = 153+252+218=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCDA is #660325. Grayscale: #DADADA. Windows color (decimal): -6685478 or 14351513. OLE color: 14351513.
HSL color Cylindrical-coordinate representation of color #99FCDA: hue angle of 159.39º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCDA is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 218 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.01 |
| HSL | 159.39º | 0.94% | 0.79% | - |
| HSV(B) | 159.39º | 0.39% | 0.99% | - |
| XYZ | 60.6 | 81.46 | 78.86 | - |
| YUV | 218.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 218 | 0.39 | 0 | 0.13 | 0.01 | 159.39 | 0.94 | 0.79 |
| Hex | 99 | FC | DA | 27 | 0 | D | 1 | 9F | 5E | 4F |
| Octal | 231 | 374 | 332 | 47 | 0 | 15 | 1 | 237 | 136 | 117 |
| Binary | 10011001 | 11111100 | 11011010 | 100111 | 0 | 1101 | 1 | 10011111 | 1011110 | 1001111 |
Color Harmonies of #99FCDA
Complementary color
Monochromatic Colors of #99FCDA
Black with #99FCDA
Text Example
Text Example
White with #99FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCDA; }
p { color: rgb(153,252,218); }
H1.HeaderClassName
{
color: #99FCDA;
}
.AnyTagClassName
{
color: #99FCDA;
}
</style>
background-color css
<style>
a { background-color: #99FCDA; }
a { background-color: rgb(153,252,218); }
div.DivClassName
{
background-color: #99FCDA;
}
.BgClassName
{
background-color: #99FCDA;
}
</style>
border-color css
<style>
span { border-color: #99FCDA; }
span { border-color: rgb(153,252,218); }
td.TdClassName
{
border-color: #99FCDA;
}
.TagClassName
{
border-color: #99FCDA;
}
</style>