Shades of Magic Mint #99FCC5
Tints of Magic Mint #99FCC5
RGB
CMYK
RGB Variations
Color information
#99FCC5 (or 0x99FCC5) is known color: Magic Mint. HEX triplet: 99, FC and C5. RGB value is (153,252,197). Sum of RGB (Red+Green+Blue) = 153+252+197=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCC5 is #66033A. Grayscale: #D8D8D8. Windows color (decimal): -6685499 or 12975257. OLE color: 12975257.
HSL color Cylindrical-coordinate representation of color #99FCC5: hue angle of 146.67º 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 #99FCC5 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 197 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.01 |
| HSL | 146.67º | 0.94% | 0.79% | - |
| HSV(B) | 146.67º | 0.39% | 0.99% | - |
| XYZ | 58.03 | 80.42 | 65.29 | - |
| YUV | 216.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 197 | 0.39 | 0 | 0.22 | 0.01 | 146.67 | 0.94 | 0.79 |
| Hex | 99 | FC | C5 | 27 | 0 | 16 | 1 | 93 | 5E | 4F |
| Octal | 231 | 374 | 305 | 47 | 0 | 26 | 1 | 223 | 136 | 117 |
| Binary | 10011001 | 11111100 | 11000101 | 100111 | 0 | 10110 | 1 | 10010011 | 1011110 | 1001111 |
Color Harmonies of #99FCC5
Complementary color
Monochromatic Colors of #99FCC5
Black with #99FCC5
Text Example
Text Example
White with #99FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCC5; }
p { color: rgb(153,252,197); }
H1.HeaderClassName
{
color: #99FCC5;
}
.AnyTagClassName
{
color: #99FCC5;
}
</style>
background-color css
<style>
a { background-color: #99FCC5; }
a { background-color: rgb(153,252,197); }
div.DivClassName
{
background-color: #99FCC5;
}
.BgClassName
{
background-color: #99FCC5;
}
</style>
border-color css
<style>
span { border-color: #99FCC5; }
span { border-color: rgb(153,252,197); }
td.TdClassName
{
border-color: #99FCC5;
}
.TagClassName
{
border-color: #99FCC5;
}
</style>