Shades of Magic Mint #96ECC5
Tints of Magic Mint #96ECC5
RGB
CMYK
RGB Variations
Color information
#96ECC5 (or 0x96ECC5) is known color: Magic Mint. HEX triplet: 96, EC and C5. RGB value is (150,236,197). Sum of RGB (Red+Green+Blue) = 150+236+197=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECC5 is #69133A. Grayscale: #CDCDCD. Windows color (decimal): -6886203 or 12971158. OLE color: 12971158.
HSL color Cylindrical-coordinate representation of color #96ECC5: hue angle of 152.79º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECC5 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 197 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.07 |
| HSL | 152.79º | 0.69% | 0.76% | - |
| HSV(B) | 152.79º | 0.36% | 0.93% | - |
| XYZ | 52.65 | 70.51 | 63.66 | - |
| YUV | 205.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 197 | 0.36 | 0 | 0.17 | 0.07 | 152.79 | 0.69 | 0.76 |
| Hex | 96 | EC | C5 | 24 | 0 | 11 | 7 | 99 | 45 | 4C |
| Octal | 226 | 354 | 305 | 44 | 0 | 21 | 7 | 231 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11000101 | 100100 | 0 | 10001 | 111 | 10011001 | 1000101 | 1001100 |
Color Harmonies of #96ECC5
Complementary color
Monochromatic Colors of #96ECC5
Black with #96ECC5
Text Example
Text Example
White with #96ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECC5; }
p { color: rgb(150,236,197); }
H1.HeaderClassName
{
color: #96ECC5;
}
.AnyTagClassName
{
color: #96ECC5;
}
</style>
background-color css
<style>
a { background-color: #96ECC5; }
a { background-color: rgb(150,236,197); }
div.DivClassName
{
background-color: #96ECC5;
}
.BgClassName
{
background-color: #96ECC5;
}
</style>
border-color css
<style>
span { border-color: #96ECC5; }
span { border-color: rgb(150,236,197); }
td.TdClassName
{
border-color: #96ECC5;
}
.TagClassName
{
border-color: #96ECC5;
}
</style>