Shades of Magic Mint #99F7CA
Tints of Magic Mint #99F7CA
RGB
CMYK
RGB Variations
Color information
#99F7CA (or 0x99F7CA) is known color: Magic Mint. HEX triplet: 99, F7 and CA. RGB value is (153,247,202). Sum of RGB (Red+Green+Blue) = 153+247+202=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F7CA is #660835. Grayscale: #D5D5D5. Windows color (decimal): -6686774 or 13301657. OLE color: 13301657.
HSL color Cylindrical-coordinate representation of color #99F7CA: hue angle of 151.28º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F7CA is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 202 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.03 |
| HSL | 151.28º | 0.85% | 0.78% | - |
| HSV(B) | 151.28º | 0.38% | 0.97% | - |
| XYZ | 57.06 | 77.56 | 67.84 | - |
| YUV | 213.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 202 | 0.38 | 0 | 0.18 | 0.03 | 151.28 | 0.85 | 0.78 |
| Hex | 99 | F7 | CA | 26 | 0 | 12 | 3 | 97 | 55 | 4E |
| Octal | 231 | 367 | 312 | 46 | 0 | 22 | 3 | 227 | 125 | 116 |
| Binary | 10011001 | 11110111 | 11001010 | 100110 | 0 | 10010 | 11 | 10010111 | 1010101 | 1001110 |
Color Harmonies of #99F7CA
Complementary color
Monochromatic Colors of #99F7CA
Black with #99F7CA
Text Example
Text Example
White with #99F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7CA; }
p { color: rgb(153,247,202); }
H1.HeaderClassName
{
color: #99F7CA;
}
.AnyTagClassName
{
color: #99F7CA;
}
</style>
background-color css
<style>
a { background-color: #99F7CA; }
a { background-color: rgb(153,247,202); }
div.DivClassName
{
background-color: #99F7CA;
}
.BgClassName
{
background-color: #99F7CA;
}
</style>
border-color css
<style>
span { border-color: #99F7CA; }
span { border-color: rgb(153,247,202); }
td.TdClassName
{
border-color: #99F7CA;
}
.TagClassName
{
border-color: #99F7CA;
}
</style>