Shades of Magic Mint #96EEC1
Tints of Magic Mint #96EEC1
RGB
CMYK
RGB Variations
Color information
#96EEC1 (or 0x96EEC1) is known color: Magic Mint. HEX triplet: 96, EE and C1. RGB value is (150,238,193). Sum of RGB (Red+Green+Blue) = 150+238+193=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC1 is #69113E. Grayscale: #CECECE. Windows color (decimal): -6885695 or 12709526. OLE color: 12709526.
HSL color Cylindrical-coordinate representation of color #96EEC1: hue angle of 149.32º 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 #96EEC1 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 193 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.07 |
| HSL | 149.32º | 0.72% | 0.76% | - |
| HSV(B) | 149.32º | 0.37% | 0.93% | - |
| XYZ | 52.78 | 71.48 | 61.47 | - |
| YUV | 206.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 193 | 0.37 | 0 | 0.19 | 0.07 | 149.32 | 0.72 | 0.76 |
| Hex | 96 | EE | C1 | 25 | 0 | 13 | 7 | 95 | 48 | 4C |
| Octal | 226 | 356 | 301 | 45 | 0 | 23 | 7 | 225 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11000001 | 100101 | 0 | 10011 | 111 | 10010101 | 1001000 | 1001100 |
Color Harmonies of #96EEC1
Complementary color
Monochromatic Colors of #96EEC1
Black with #96EEC1
Text Example
Text Example
White with #96EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC1; }
p { color: rgb(150,238,193); }
H1.HeaderClassName
{
color: #96EEC1;
}
.AnyTagClassName
{
color: #96EEC1;
}
</style>
background-color css
<style>
a { background-color: #96EEC1; }
a { background-color: rgb(150,238,193); }
div.DivClassName
{
background-color: #96EEC1;
}
.BgClassName
{
background-color: #96EEC1;
}
</style>
border-color css
<style>
span { border-color: #96EEC1; }
span { border-color: rgb(150,238,193); }
td.TdClassName
{
border-color: #96EEC1;
}
.TagClassName
{
border-color: #96EEC1;
}
</style>