Shades of Magic Mint #96EBD2
Tints of Magic Mint #96EBD2
RGB
CMYK
RGB Variations
Color information
#96EBD2 (or 0x96EBD2) is known color: Magic Mint. HEX triplet: 96, EB and D2. RGB value is (150,235,210). Sum of RGB (Red+Green+Blue) = 150+235+210=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBD2 is #69142D. Grayscale: #CECECE. Windows color (decimal): -6886446 or 13822870. OLE color: 13822870.
HSL color Cylindrical-coordinate representation of color #96EBD2: hue angle of 162.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBD2 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 210 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.08 |
| HSL | 162.35º | 0.68% | 0.75% | - |
| HSV(B) | 162.35º | 0.36% | 0.92% | - |
| XYZ | 53.92 | 70.55 | 71.75 | - |
| YUV | 206.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 210 | 0.36 | 0 | 0.11 | 0.08 | 162.35 | 0.68 | 0.75 |
| Hex | 96 | EB | D2 | 24 | 0 | B | 8 | A2 | 44 | 4B |
| Octal | 226 | 353 | 322 | 44 | 0 | 13 | 10 | 242 | 104 | 113 |
| Binary | 10010110 | 11101011 | 11010010 | 100100 | 0 | 1011 | 1000 | 10100010 | 1000100 | 1001011 |
Color Harmonies of #96EBD2
Complementary color
Monochromatic Colors of #96EBD2
Black with #96EBD2
Text Example
Text Example
White with #96EBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBD2; }
p { color: rgb(150,235,210); }
H1.HeaderClassName
{
color: #96EBD2;
}
.AnyTagClassName
{
color: #96EBD2;
}
</style>
background-color css
<style>
a { background-color: #96EBD2; }
a { background-color: rgb(150,235,210); }
div.DivClassName
{
background-color: #96EBD2;
}
.BgClassName
{
background-color: #96EBD2;
}
</style>
border-color css
<style>
span { border-color: #96EBD2; }
span { border-color: rgb(150,235,210); }
td.TdClassName
{
border-color: #96EBD2;
}
.TagClassName
{
border-color: #96EBD2;
}
</style>