Shades of Magic Mint #96FECB
Tints of Magic Mint #96FECB
RGB
CMYK
RGB Variations
Color information
#96FECB (or 0x96FECB) is known color: Magic Mint. HEX triplet: 96, FE and CB. RGB value is (150,254,203). Sum of RGB (Red+Green+Blue) = 150+254+203=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #96FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FECB is #690134. Grayscale: #D9D9D9. Windows color (decimal): -6881589 or 13368982. OLE color: 13368982.
HSL color Cylindrical-coordinate representation of color #96FECB: hue angle of 150.58º 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 #96FECB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 203 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.00 |
| HSL | 150.58º | 0.98% | 0.79% | - |
| HSV(B) | 150.58º | 0.41% | 1% | - |
| XYZ | 58.8 | 81.68 | 69.17 | - |
| YUV | 217.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 203 | 0.41 | 0 | 0.20 | 0.00 | 150.58 | 0.98 | 0.79 |
| Hex | 96 | FE | CB | 29 | 0 | 14 | 0 | 97 | 62 | 4F |
| Octal | 226 | 376 | 313 | 51 | 0 | 24 | 0 | 227 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11001011 | 101001 | 0 | 10100 | 0 | 10010111 | 1100010 | 1001111 |
Color Harmonies of #96FECB
Complementary color
Monochromatic Colors of #96FECB
Black with #96FECB
Text Example
Text Example
White with #96FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FECB; }
p { color: rgb(150,254,203); }
H1.HeaderClassName
{
color: #96FECB;
}
.AnyTagClassName
{
color: #96FECB;
}
</style>
background-color css
<style>
a { background-color: #96FECB; }
a { background-color: rgb(150,254,203); }
div.DivClassName
{
background-color: #96FECB;
}
.BgClassName
{
background-color: #96FECB;
}
</style>
border-color css
<style>
span { border-color: #96FECB; }
span { border-color: rgb(150,254,203); }
td.TdClassName
{
border-color: #96FECB;
}
.TagClassName
{
border-color: #96FECB;
}
</style>