Shades of Magic Mint #96F3BD
Tints of Magic Mint #96F3BD
RGB
CMYK
RGB Variations
Color information
#96F3BD (or 0x96F3BD) is known color: Magic Mint. HEX triplet: 96, F3 and BD. RGB value is (150,243,189). Sum of RGB (Red+Green+Blue) = 150+243+189=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F3BD is #690C42. Grayscale: #D1D1D1. Windows color (decimal): -6884419 or 12448662. OLE color: 12448662.
HSL color Cylindrical-coordinate representation of color #96F3BD: hue angle of 145.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F3BD is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 189 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.05 |
| HSL | 145.16º | 0.79% | 0.77% | - |
| HSV(B) | 145.16º | 0.38% | 0.95% | - |
| XYZ | 53.81 | 74.26 | 59.64 | - |
| YUV | 209.04 | 116.69 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 189 | 0.38 | 0 | 0.22 | 0.05 | 145.16 | 0.79 | 0.77 |
| Hex | 96 | F3 | BD | 26 | 0 | 16 | 5 | 91 | 4F | 4D |
| Octal | 226 | 363 | 275 | 46 | 0 | 26 | 5 | 221 | 117 | 115 |
| Binary | 10010110 | 11110011 | 10111101 | 100110 | 0 | 10110 | 101 | 10010001 | 1001111 | 1001101 |
Color Harmonies of #96F3BD
Complementary color
Monochromatic Colors of #96F3BD
Black with #96F3BD
Text Example
Text Example
White with #96F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F3BD; }
p { color: rgb(150,243,189); }
H1.HeaderClassName
{
color: #96F3BD;
}
.AnyTagClassName
{
color: #96F3BD;
}
</style>
background-color css
<style>
a { background-color: #96F3BD; }
a { background-color: rgb(150,243,189); }
div.DivClassName
{
background-color: #96F3BD;
}
.BgClassName
{
background-color: #96F3BD;
}
</style>
border-color css
<style>
span { border-color: #96F3BD; }
span { border-color: rgb(150,243,189); }
td.TdClassName
{
border-color: #96F3BD;
}
.TagClassName
{
border-color: #96F3BD;
}
</style>