Shades of Magic Mint #96FABD
Tints of Magic Mint #96FABD
RGB
CMYK
RGB Variations
Color information
#96FABD (or 0x96FABD) is known color: Magic Mint. HEX triplet: 96, FA and BD. RGB value is (150,250,189). Sum of RGB (Red+Green+Blue) = 150+250+189=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #96FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FABD is #690542. Grayscale: #D5D5D5. Windows color (decimal): -6882627 or 12450454. OLE color: 12450454.
HSL color Cylindrical-coordinate representation of color #96FABD: hue angle of 143.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FABD is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 189 | - |
| CMYK | 0.4 | 0 | 0.24 | 0.02 |
| HSL | 143.4º | 0.91% | 0.78% | - |
| HSV(B) | 143.4º | 0.4% | 0.98% | - |
| XYZ | 55.95 | 78.53 | 60.35 | - |
| YUV | 213.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 189 | 0.4 | 0 | 0.24 | 0.02 | 143.4 | 0.91 | 0.78 |
| Hex | 96 | FA | BD | 28 | 0 | 18 | 2 | 8F | 5B | 4E |
| Octal | 226 | 372 | 275 | 50 | 0 | 30 | 2 | 217 | 133 | 116 |
| Binary | 10010110 | 11111010 | 10111101 | 101000 | 0 | 11000 | 10 | 10001111 | 1011011 | 1001110 |
Color Harmonies of #96FABD
Complementary color
Monochromatic Colors of #96FABD
Black with #96FABD
Text Example
Text Example
White with #96FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FABD; }
p { color: rgb(150,250,189); }
H1.HeaderClassName
{
color: #96FABD;
}
.AnyTagClassName
{
color: #96FABD;
}
</style>
background-color css
<style>
a { background-color: #96FABD; }
a { background-color: rgb(150,250,189); }
div.DivClassName
{
background-color: #96FABD;
}
.BgClassName
{
background-color: #96FABD;
}
</style>
border-color css
<style>
span { border-color: #96FABD; }
span { border-color: rgb(150,250,189); }
td.TdClassName
{
border-color: #96FABD;
}
.TagClassName
{
border-color: #96FABD;
}
</style>