Shades of Magic Mint #96F7CA
Tints of Magic Mint #96F7CA
RGB
CMYK
RGB Variations
Color information
#96F7CA (or 0x96F7CA) is known color: Magic Mint. HEX triplet: 96, F7 and CA. RGB value is (150,247,202). Sum of RGB (Red+Green+Blue) = 150+247+202=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7CA is #690835. Grayscale: #D4D4D4. Windows color (decimal): -6883382 or 13301654. OLE color: 13301654.
HSL color Cylindrical-coordinate representation of color #96F7CA: hue angle of 152.16º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7CA is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 202 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.03 |
| HSL | 152.16º | 0.86% | 0.78% | - |
| HSV(B) | 152.16º | 0.39% | 0.97% | - |
| XYZ | 56.5 | 77.27 | 67.81 | - |
| YUV | 212.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 202 | 0.39 | 0 | 0.18 | 0.03 | 152.16 | 0.86 | 0.78 |
| Hex | 96 | F7 | CA | 27 | 0 | 12 | 3 | 98 | 56 | 4E |
| Octal | 226 | 367 | 312 | 47 | 0 | 22 | 3 | 230 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11001010 | 100111 | 0 | 10010 | 11 | 10011000 | 1010110 | 1001110 |
Color Harmonies of #96F7CA
Complementary color
Monochromatic Colors of #96F7CA
Black with #96F7CA
Text Example
Text Example
White with #96F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7CA; }
p { color: rgb(150,247,202); }
H1.HeaderClassName
{
color: #96F7CA;
}
.AnyTagClassName
{
color: #96F7CA;
}
</style>
background-color css
<style>
a { background-color: #96F7CA; }
a { background-color: rgb(150,247,202); }
div.DivClassName
{
background-color: #96F7CA;
}
.BgClassName
{
background-color: #96F7CA;
}
</style>
border-color css
<style>
span { border-color: #96F7CA; }
span { border-color: rgb(150,247,202); }
td.TdClassName
{
border-color: #96F7CA;
}
.TagClassName
{
border-color: #96F7CA;
}
</style>