Shades of Magic Mint #96EBC2
Tints of Magic Mint #96EBC2
RGB
CMYK
RGB Variations
Color information
#96EBC2 (or 0x96EBC2) is known color: Magic Mint. HEX triplet: 96, EB and C2. RGB value is (150,235,194). Sum of RGB (Red+Green+Blue) = 150+235+194=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC2 is #69143D. Grayscale: #CCCCCC. Windows color (decimal): -6886462 or 12774294. OLE color: 12774294.
HSL color Cylindrical-coordinate representation of color #96EBC2: hue angle of 151.06º 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 #96EBC2 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 194 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.08 |
| HSL | 151.06º | 0.68% | 0.75% | - |
| HSV(B) | 151.06º | 0.36% | 0.92% | - |
| XYZ | 52.02 | 69.8 | 61.77 | - |
| YUV | 204.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 194 | 0.36 | 0 | 0.17 | 0.08 | 151.06 | 0.68 | 0.75 |
| Hex | 96 | EB | C2 | 24 | 0 | 11 | 8 | 97 | 44 | 4B |
| Octal | 226 | 353 | 302 | 44 | 0 | 21 | 10 | 227 | 104 | 113 |
| Binary | 10010110 | 11101011 | 11000010 | 100100 | 0 | 10001 | 1000 | 10010111 | 1000100 | 1001011 |
Color Harmonies of #96EBC2
Complementary color
Monochromatic Colors of #96EBC2
Black with #96EBC2
Text Example
Text Example
White with #96EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBC2; }
p { color: rgb(150,235,194); }
H1.HeaderClassName
{
color: #96EBC2;
}
.AnyTagClassName
{
color: #96EBC2;
}
</style>
background-color css
<style>
a { background-color: #96EBC2; }
a { background-color: rgb(150,235,194); }
div.DivClassName
{
background-color: #96EBC2;
}
.BgClassName
{
background-color: #96EBC2;
}
</style>
border-color css
<style>
span { border-color: #96EBC2; }
span { border-color: rgb(150,235,194); }
td.TdClassName
{
border-color: #96EBC2;
}
.TagClassName
{
border-color: #96EBC2;
}
</style>