Shades of Magic Mint #96F8D1
Tints of Magic Mint #96F8D1
RGB
CMYK
RGB Variations
Color information
#96F8D1 (or 0x96F8D1) is known color: Magic Mint. HEX triplet: 96, F8 and D1. RGB value is (150,248,209). Sum of RGB (Red+Green+Blue) = 150+248+209=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8D1 is #69072E. Grayscale: #D6D6D6. Windows color (decimal): -6883119 or 13760662. OLE color: 13760662.
HSL color Cylindrical-coordinate representation of color #96F8D1: hue angle of 156.12º 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 #96F8D1 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 209 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.03 |
| HSL | 156.12º | 0.88% | 0.78% | - |
| HSV(B) | 156.12º | 0.4% | 0.97% | - |
| XYZ | 57.65 | 78.22 | 72.38 | - |
| YUV | 214.25 | 125.03 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 209 | 0.40 | 0 | 0.16 | 0.03 | 156.12 | 0.88 | 0.78 |
| Hex | 96 | F8 | D1 | 28 | 0 | 10 | 3 | 9C | 58 | 4E |
| Octal | 226 | 370 | 321 | 50 | 0 | 20 | 3 | 234 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11010001 | 101000 | 0 | 10000 | 11 | 10011100 | 1011000 | 1001110 |
Color Harmonies of #96F8D1
Complementary color
Monochromatic Colors of #96F8D1
Black with #96F8D1
Text Example
Text Example
White with #96F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8D1; }
p { color: rgb(150,248,209); }
H1.HeaderClassName
{
color: #96F8D1;
}
.AnyTagClassName
{
color: #96F8D1;
}
</style>
background-color css
<style>
a { background-color: #96F8D1; }
a { background-color: rgb(150,248,209); }
div.DivClassName
{
background-color: #96F8D1;
}
.BgClassName
{
background-color: #96F8D1;
}
</style>
border-color css
<style>
span { border-color: #96F8D1; }
span { border-color: rgb(150,248,209); }
td.TdClassName
{
border-color: #96F8D1;
}
.TagClassName
{
border-color: #96F8D1;
}
</style>