Shades of Magic Mint #96F5CE
Tints of Magic Mint #96F5CE
RGB
CMYK
RGB Variations
Color information
#96F5CE (or 0x96F5CE) is known color: Magic Mint. HEX triplet: 96, F5 and CE. RGB value is (150,245,206). Sum of RGB (Red+Green+Blue) = 150+245+206=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5CE is #690A31. Grayscale: #D4D4D4. Windows color (decimal): -6883890 or 13563286. OLE color: 13563286.
HSL color Cylindrical-coordinate representation of color #96F5CE: hue angle of 155.37º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5CE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 206 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.04 |
| HSL | 155.37º | 0.83% | 0.77% | - |
| HSV(B) | 155.37º | 0.39% | 0.96% | - |
| XYZ | 56.37 | 76.25 | 70.14 | - |
| YUV | 212.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 206 | 0.39 | 0 | 0.16 | 0.04 | 155.37 | 0.83 | 0.77 |
| Hex | 96 | F5 | CE | 27 | 0 | 10 | 4 | 9B | 53 | 4D |
| Octal | 226 | 365 | 316 | 47 | 0 | 20 | 4 | 233 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11001110 | 100111 | 0 | 10000 | 100 | 10011011 | 1010011 | 1001101 |
Color Harmonies of #96F5CE
Complementary color
Monochromatic Colors of #96F5CE
Black with #96F5CE
Text Example
Text Example
White with #96F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5CE; }
p { color: rgb(150,245,206); }
H1.HeaderClassName
{
color: #96F5CE;
}
.AnyTagClassName
{
color: #96F5CE;
}
</style>
background-color css
<style>
a { background-color: #96F5CE; }
a { background-color: rgb(150,245,206); }
div.DivClassName
{
background-color: #96F5CE;
}
.BgClassName
{
background-color: #96F5CE;
}
</style>
border-color css
<style>
span { border-color: #96F5CE; }
span { border-color: rgb(150,245,206); }
td.TdClassName
{
border-color: #96F5CE;
}
.TagClassName
{
border-color: #96F5CE;
}
</style>