Shades of Magic Mint #96F7C8
Tints of Magic Mint #96F7C8
RGB
CMYK
RGB Variations
Color information
#96F7C8 (or 0x96F7C8) is known color: Magic Mint. HEX triplet: 96, F7 and C8. RGB value is (150,247,200). Sum of RGB (Red+Green+Blue) = 150+247+200=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7C8 is #690837. Grayscale: #D4D4D4. Windows color (decimal): -6883384 or 13170582. OLE color: 13170582.
HSL color Cylindrical-coordinate representation of color #96F7C8: hue angle of 150.93º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7C8 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 200 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.03 |
| HSL | 150.93º | 0.86% | 0.78% | - |
| HSV(B) | 150.93º | 0.39% | 0.97% | - |
| XYZ | 56.26 | 77.18 | 66.57 | - |
| YUV | 212.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 200 | 0.39 | 0 | 0.19 | 0.03 | 150.93 | 0.86 | 0.78 |
| Hex | 96 | F7 | C8 | 27 | 0 | 13 | 3 | 97 | 56 | 4E |
| Octal | 226 | 367 | 310 | 47 | 0 | 23 | 3 | 227 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11001000 | 100111 | 0 | 10011 | 11 | 10010111 | 1010110 | 1001110 |
Color Harmonies of #96F7C8
Complementary color
Monochromatic Colors of #96F7C8
Black with #96F7C8
Text Example
Text Example
White with #96F7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7C8; }
p { color: rgb(150,247,200); }
H1.HeaderClassName
{
color: #96F7C8;
}
.AnyTagClassName
{
color: #96F7C8;
}
</style>
background-color css
<style>
a { background-color: #96F7C8; }
a { background-color: rgb(150,247,200); }
div.DivClassName
{
background-color: #96F7C8;
}
.BgClassName
{
background-color: #96F7C8;
}
</style>
border-color css
<style>
span { border-color: #96F7C8; }
span { border-color: rgb(150,247,200); }
td.TdClassName
{
border-color: #96F7C8;
}
.TagClassName
{
border-color: #96F7C8;
}
</style>