Shades of Magic Mint #96EFC2
Tints of Magic Mint #96EFC2
RGB
CMYK
RGB Variations
Color information
#96EFC2 (or 0x96EFC2) is known color: Magic Mint. HEX triplet: 96, EF and C2. RGB value is (150,239,194). Sum of RGB (Red+Green+Blue) = 150+239+194=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFC2 is #69103D. Grayscale: #CFCFCF. Windows color (decimal): -6885438 or 12775318. OLE color: 12775318.
HSL color Cylindrical-coordinate representation of color #96EFC2: hue angle of 149.66º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFC2 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 194 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.06 |
| HSL | 149.66º | 0.74% | 0.76% | - |
| HSV(B) | 149.66º | 0.37% | 0.94% | - |
| XYZ | 53.18 | 72.11 | 62.15 | - |
| YUV | 207.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 194 | 0.37 | 0 | 0.19 | 0.06 | 149.66 | 0.74 | 0.76 |
| Hex | 96 | EF | C2 | 25 | 0 | 13 | 6 | 96 | 4A | 4C |
| Octal | 226 | 357 | 302 | 45 | 0 | 23 | 6 | 226 | 112 | 114 |
| Binary | 10010110 | 11101111 | 11000010 | 100101 | 0 | 10011 | 110 | 10010110 | 1001010 | 1001100 |
Color Harmonies of #96EFC2
Complementary color
Monochromatic Colors of #96EFC2
Black with #96EFC2
Text Example
Text Example
White with #96EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFC2; }
p { color: rgb(150,239,194); }
H1.HeaderClassName
{
color: #96EFC2;
}
.AnyTagClassName
{
color: #96EFC2;
}
</style>
background-color css
<style>
a { background-color: #96EFC2; }
a { background-color: rgb(150,239,194); }
div.DivClassName
{
background-color: #96EFC2;
}
.BgClassName
{
background-color: #96EFC2;
}
</style>
border-color css
<style>
span { border-color: #96EFC2; }
span { border-color: rgb(150,239,194); }
td.TdClassName
{
border-color: #96EFC2;
}
.TagClassName
{
border-color: #96EFC2;
}
</style>