Shades of Magic Mint #96F9C5
Tints of Magic Mint #96F9C5
RGB
CMYK
RGB Variations
Color information
#96F9C5 (or 0x96F9C5) is known color: Magic Mint. HEX triplet: 96, F9 and C5. RGB value is (150,249,197). Sum of RGB (Red+Green+Blue) = 150+249+197=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9C5 is #69063A. Grayscale: #D5D5D5. Windows color (decimal): -6882875 or 12974486. OLE color: 12974486.
HSL color Cylindrical-coordinate representation of color #96F9C5: hue angle of 148.48º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9C5 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 197 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.02 |
| HSL | 148.48º | 0.89% | 0.78% | - |
| HSV(B) | 148.48º | 0.4% | 0.98% | - |
| XYZ | 56.53 | 78.27 | 64.95 | - |
| YUV | 213.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 197 | 0.40 | 0 | 0.21 | 0.02 | 148.48 | 0.89 | 0.78 |
| Hex | 96 | F9 | C5 | 28 | 0 | 15 | 2 | 94 | 59 | 4E |
| Octal | 226 | 371 | 305 | 50 | 0 | 25 | 2 | 224 | 131 | 116 |
| Binary | 10010110 | 11111001 | 11000101 | 101000 | 0 | 10101 | 10 | 10010100 | 1011001 | 1001110 |
Color Harmonies of #96F9C5
Complementary color
Monochromatic Colors of #96F9C5
Black with #96F9C5
Text Example
Text Example
White with #96F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F9C5; }
p { color: rgb(150,249,197); }
H1.HeaderClassName
{
color: #96F9C5;
}
.AnyTagClassName
{
color: #96F9C5;
}
</style>
background-color css
<style>
a { background-color: #96F9C5; }
a { background-color: rgb(150,249,197); }
div.DivClassName
{
background-color: #96F9C5;
}
.BgClassName
{
background-color: #96F9C5;
}
</style>
border-color css
<style>
span { border-color: #96F9C5; }
span { border-color: rgb(150,249,197); }
td.TdClassName
{
border-color: #96F9C5;
}
.TagClassName
{
border-color: #96F9C5;
}
</style>