Shades of Magic Mint #96EEC2
Tints of Magic Mint #96EEC2
RGB
CMYK
RGB Variations
Color information
#96EEC2 (or 0x96EEC2) is known color: Magic Mint. HEX triplet: 96, EE and C2. RGB value is (150,238,194). Sum of RGB (Red+Green+Blue) = 150+238+194=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC2 is #69113D. Grayscale: #CECECE. Windows color (decimal): -6885694 or 12775062. OLE color: 12775062.
HSL color Cylindrical-coordinate representation of color #96EEC2: hue angle of 150º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EEC2 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 194 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.07 |
| HSL | 150º | 0.72% | 0.76% | - |
| HSV(B) | 150º | 0.37% | 0.93% | - |
| XYZ | 52.89 | 71.53 | 62.06 | - |
| YUV | 206.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 194 | 0.37 | 0 | 0.18 | 0.07 | 150 | 0.72 | 0.76 |
| Hex | 96 | EE | C2 | 25 | 0 | 12 | 7 | 96 | 48 | 4C |
| Octal | 226 | 356 | 302 | 45 | 0 | 22 | 7 | 226 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11000010 | 100101 | 0 | 10010 | 111 | 10010110 | 1001000 | 1001100 |
Color Harmonies of #96EEC2
Complementary color
Monochromatic Colors of #96EEC2
Black with #96EEC2
Text Example
Text Example
White with #96EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC2; }
p { color: rgb(150,238,194); }
H1.HeaderClassName
{
color: #96EEC2;
}
.AnyTagClassName
{
color: #96EEC2;
}
</style>
background-color css
<style>
a { background-color: #96EEC2; }
a { background-color: rgb(150,238,194); }
div.DivClassName
{
background-color: #96EEC2;
}
.BgClassName
{
background-color: #96EEC2;
}
</style>
border-color css
<style>
span { border-color: #96EEC2; }
span { border-color: rgb(150,238,194); }
td.TdClassName
{
border-color: #96EEC2;
}
.TagClassName
{
border-color: #96EEC2;
}
</style>