Shades of Magic Mint #96F8C5
Tints of Magic Mint #96F8C5
RGB
CMYK
RGB Variations
Color information
#96F8C5 (or 0x96F8C5) is known color: Magic Mint. HEX triplet: 96, F8 and C5. RGB value is (150,248,197). Sum of RGB (Red+Green+Blue) = 150+248+197=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8C5 is #69073A. Grayscale: #D4D4D4. Windows color (decimal): -6883131 or 12974230. OLE color: 12974230.
HSL color Cylindrical-coordinate representation of color #96F8C5: hue angle of 148.78º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8C5 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 197 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.03 |
| HSL | 148.78º | 0.88% | 0.78% | - |
| HSV(B) | 148.78º | 0.4% | 0.97% | - |
| XYZ | 56.22 | 77.65 | 64.85 | - |
| YUV | 212.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 197 | 0.40 | 0 | 0.21 | 0.03 | 148.78 | 0.88 | 0.78 |
| Hex | 96 | F8 | C5 | 28 | 0 | 15 | 3 | 95 | 58 | 4E |
| Octal | 226 | 370 | 305 | 50 | 0 | 25 | 3 | 225 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11000101 | 101000 | 0 | 10101 | 11 | 10010101 | 1011000 | 1001110 |
Color Harmonies of #96F8C5
Complementary color
Monochromatic Colors of #96F8C5
Black with #96F8C5
Text Example
Text Example
White with #96F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8C5; }
p { color: rgb(150,248,197); }
H1.HeaderClassName
{
color: #96F8C5;
}
.AnyTagClassName
{
color: #96F8C5;
}
</style>
background-color css
<style>
a { background-color: #96F8C5; }
a { background-color: rgb(150,248,197); }
div.DivClassName
{
background-color: #96F8C5;
}
.BgClassName
{
background-color: #96F8C5;
}
</style>
border-color css
<style>
span { border-color: #96F8C5; }
span { border-color: rgb(150,248,197); }
td.TdClassName
{
border-color: #96F8C5;
}
.TagClassName
{
border-color: #96F8C5;
}
</style>