Shades of Magic Mint #96FFCA
Tints of Magic Mint #96FFCA
RGB
CMYK
RGB Variations
Color information
#96FFCA (or 0x96FFCA) is known color: Magic Mint. HEX triplet: 96, FF and CA. RGB value is (150,255,202). Sum of RGB (Red+Green+Blue) = 150+255+202=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCA is #690035. Grayscale: #D9D9D9. Windows color (decimal): -6881334 or 13303702. OLE color: 13303702.
HSL color Cylindrical-coordinate representation of color #96FFCA: hue angle of 149.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFCA is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 202 | - |
| CMYK | 0.41 | 0 | 0.21 | 0 |
| HSL | 149.71º | 1% | 0.79% | - |
| HSV(B) | 149.71º | 0.41% | 1% | - |
| XYZ | 59 | 82.27 | 68.65 | - |
| YUV | 217.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 202 | 0.41 | 0 | 0.21 | 0 | 149.71 | 1 | 0.79 |
| Hex | 96 | FF | CA | 29 | 0 | 15 | 0 | 96 | 64 | 4F |
| Octal | 226 | 377 | 312 | 51 | 0 | 25 | 0 | 226 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11001010 | 101001 | 0 | 10101 | 0 | 10010110 | 1100100 | 1001111 |
Color Harmonies of #96FFCA
Complementary color
Monochromatic Colors of #96FFCA
Black with #96FFCA
Text Example
Text Example
White with #96FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFCA; }
p { color: rgb(150,255,202); }
H1.HeaderClassName
{
color: #96FFCA;
}
.AnyTagClassName
{
color: #96FFCA;
}
</style>
background-color css
<style>
a { background-color: #96FFCA; }
a { background-color: rgb(150,255,202); }
div.DivClassName
{
background-color: #96FFCA;
}
.BgClassName
{
background-color: #96FFCA;
}
</style>
border-color css
<style>
span { border-color: #96FFCA; }
span { border-color: rgb(150,255,202); }
td.TdClassName
{
border-color: #96FFCA;
}
.TagClassName
{
border-color: #96FFCA;
}
</style>