Shades of Magic Mint #96ECCC
Tints of Magic Mint #96ECCC
RGB
CMYK
RGB Variations
Color information
#96ECCC (or 0x96ECCC) is known color: Magic Mint. HEX triplet: 96, EC and CC. RGB value is (150,236,204). Sum of RGB (Red+Green+Blue) = 150+236+204=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECCC is #691333. Grayscale: #CECECE. Windows color (decimal): -6886196 or 13429910. OLE color: 13429910.
HSL color Cylindrical-coordinate representation of color #96ECCC: hue angle of 157.67º 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 #96ECCC is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 204 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.07 |
| HSL | 157.67º | 0.69% | 0.76% | - |
| HSV(B) | 157.67º | 0.36% | 0.93% | - |
| XYZ | 53.47 | 70.83 | 67.98 | - |
| YUV | 206.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 204 | 0.36 | 0 | 0.14 | 0.07 | 157.67 | 0.69 | 0.76 |
| Hex | 96 | EC | CC | 24 | 0 | E | 7 | 9E | 45 | 4C |
| Octal | 226 | 354 | 314 | 44 | 0 | 16 | 7 | 236 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11001100 | 100100 | 0 | 1110 | 111 | 10011110 | 1000101 | 1001100 |
Color Harmonies of #96ECCC
Complementary color
Monochromatic Colors of #96ECCC
Black with #96ECCC
Text Example
Text Example
White with #96ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECCC; }
p { color: rgb(150,236,204); }
H1.HeaderClassName
{
color: #96ECCC;
}
.AnyTagClassName
{
color: #96ECCC;
}
</style>
background-color css
<style>
a { background-color: #96ECCC; }
a { background-color: rgb(150,236,204); }
div.DivClassName
{
background-color: #96ECCC;
}
.BgClassName
{
background-color: #96ECCC;
}
</style>
border-color css
<style>
span { border-color: #96ECCC; }
span { border-color: rgb(150,236,204); }
td.TdClassName
{
border-color: #96ECCC;
}
.TagClassName
{
border-color: #96ECCC;
}
</style>