Shades of Magic Mint #96EECB
Tints of Magic Mint #96EECB
RGB
CMYK
RGB Variations
Color information
#96EECB (or 0x96EECB) is known color: Magic Mint. HEX triplet: 96, EE and CB. RGB value is (150,238,203). Sum of RGB (Red+Green+Blue) = 150+238+203=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #96EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EECB is #691134. Grayscale: #CFCFCF. Windows color (decimal): -6885685 or 13364886. OLE color: 13364886.
HSL color Cylindrical-coordinate representation of color #96EECB: hue angle of 156.14º 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 #96EECB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 203 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.07 |
| HSL | 156.14º | 0.72% | 0.76% | - |
| HSV(B) | 156.14º | 0.37% | 0.93% | - |
| XYZ | 53.93 | 71.94 | 67.54 | - |
| YUV | 207.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 203 | 0.37 | 0 | 0.15 | 0.07 | 156.14 | 0.72 | 0.76 |
| Hex | 96 | EE | CB | 25 | 0 | F | 7 | 9C | 48 | 4C |
| Octal | 226 | 356 | 313 | 45 | 0 | 17 | 7 | 234 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11001011 | 100101 | 0 | 1111 | 111 | 10011100 | 1001000 | 1001100 |
Color Harmonies of #96EECB
Complementary color
Monochromatic Colors of #96EECB
Black with #96EECB
Text Example
Text Example
White with #96EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EECB; }
p { color: rgb(150,238,203); }
H1.HeaderClassName
{
color: #96EECB;
}
.AnyTagClassName
{
color: #96EECB;
}
</style>
background-color css
<style>
a { background-color: #96EECB; }
a { background-color: rgb(150,238,203); }
div.DivClassName
{
background-color: #96EECB;
}
.BgClassName
{
background-color: #96EECB;
}
</style>
border-color css
<style>
span { border-color: #96EECB; }
span { border-color: rgb(150,238,203); }
td.TdClassName
{
border-color: #96EECB;
}
.TagClassName
{
border-color: #96EECB;
}
</style>