Shades of Magic Mint #96F8D0
Tints of Magic Mint #96F8D0
RGB
CMYK
RGB Variations
Color information
#96F8D0 (or 0x96F8D0) is known color: Magic Mint. HEX triplet: 96, F8 and D0. RGB value is (150,248,208). Sum of RGB (Red+Green+Blue) = 150+248+208=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8D0 is #69072F. Grayscale: #D6D6D6. Windows color (decimal): -6883120 or 13695126. OLE color: 13695126.
HSL color Cylindrical-coordinate representation of color #96F8D0: hue angle of 155.51º 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 #96F8D0 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 208 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.03 |
| HSL | 155.51º | 0.88% | 0.78% | - |
| HSV(B) | 155.51º | 0.4% | 0.97% | - |
| XYZ | 57.53 | 78.17 | 71.73 | - |
| YUV | 214.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 208 | 0.40 | 0 | 0.16 | 0.03 | 155.51 | 0.88 | 0.78 |
| Hex | 96 | F8 | D0 | 28 | 0 | 10 | 3 | 9C | 58 | 4E |
| Octal | 226 | 370 | 320 | 50 | 0 | 20 | 3 | 234 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11010000 | 101000 | 0 | 10000 | 11 | 10011100 | 1011000 | 1001110 |
Color Harmonies of #96F8D0
Complementary color
Monochromatic Colors of #96F8D0
Black with #96F8D0
Text Example
Text Example
White with #96F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8D0; }
p { color: rgb(150,248,208); }
H1.HeaderClassName
{
color: #96F8D0;
}
.AnyTagClassName
{
color: #96F8D0;
}
</style>
background-color css
<style>
a { background-color: #96F8D0; }
a { background-color: rgb(150,248,208); }
div.DivClassName
{
background-color: #96F8D0;
}
.BgClassName
{
background-color: #96F8D0;
}
</style>
border-color css
<style>
span { border-color: #96F8D0; }
span { border-color: rgb(150,248,208); }
td.TdClassName
{
border-color: #96F8D0;
}
.TagClassName
{
border-color: #96F8D0;
}
</style>