Shades of Magic Mint #96FECA
Tints of Magic Mint #96FECA
RGB
CMYK
RGB Variations
Color information
#96FECA (or 0x96FECA) is known color: Magic Mint. HEX triplet: 96, FE and CA. RGB value is (150,254,202). Sum of RGB (Red+Green+Blue) = 150+254+202=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #96FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FECA is #690135. Grayscale: #D9D9D9. Windows color (decimal): -6881590 or 13303446. OLE color: 13303446.
HSL color Cylindrical-coordinate representation of color #96FECA: hue angle of 150º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FECA is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 202 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.00 |
| HSL | 150º | 0.98% | 0.79% | - |
| HSV(B) | 150º | 0.41% | 1% | - |
| XYZ | 58.68 | 81.63 | 68.54 | - |
| YUV | 216.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 202 | 0.41 | 0 | 0.20 | 0.00 | 150 | 0.98 | 0.79 |
| Hex | 96 | FE | CA | 29 | 0 | 14 | 0 | 96 | 62 | 4F |
| Octal | 226 | 376 | 312 | 51 | 0 | 24 | 0 | 226 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11001010 | 101001 | 0 | 10100 | 0 | 10010110 | 1100010 | 1001111 |
Color Harmonies of #96FECA
Complementary color
Monochromatic Colors of #96FECA
Black with #96FECA
Text Example
Text Example
White with #96FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FECA; }
p { color: rgb(150,254,202); }
H1.HeaderClassName
{
color: #96FECA;
}
.AnyTagClassName
{
color: #96FECA;
}
</style>
background-color css
<style>
a { background-color: #96FECA; }
a { background-color: rgb(150,254,202); }
div.DivClassName
{
background-color: #96FECA;
}
.BgClassName
{
background-color: #96FECA;
}
</style>
border-color css
<style>
span { border-color: #96FECA; }
span { border-color: rgb(150,254,202); }
td.TdClassName
{
border-color: #96FECA;
}
.TagClassName
{
border-color: #96FECA;
}
</style>