Shades of Magic Mint #96F8BE
Tints of Magic Mint #96F8BE
RGB
CMYK
RGB Variations
Color information
#96F8BE (or 0x96F8BE) is known color: Magic Mint. HEX triplet: 96, F8 and BE. RGB value is (150,248,190). Sum of RGB (Red+Green+Blue) = 150+248+190=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8BE is #690741. Grayscale: #D4D4D4. Windows color (decimal): -6883138 or 12515478. OLE color: 12515478.
HSL color Cylindrical-coordinate representation of color #96F8BE: hue angle of 144.49º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8BE is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 190 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.03 |
| HSL | 144.49º | 0.88% | 0.78% | - |
| HSV(B) | 144.49º | 0.4% | 0.97% | - |
| XYZ | 55.44 | 77.34 | 60.72 | - |
| YUV | 212.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 190 | 0.40 | 0 | 0.23 | 0.03 | 144.49 | 0.88 | 0.78 |
| Hex | 96 | F8 | BE | 28 | 0 | 17 | 3 | 90 | 58 | 4E |
| Octal | 226 | 370 | 276 | 50 | 0 | 27 | 3 | 220 | 130 | 116 |
| Binary | 10010110 | 11111000 | 10111110 | 101000 | 0 | 10111 | 11 | 10010000 | 1011000 | 1001110 |
Color Harmonies of #96F8BE
Complementary color
Monochromatic Colors of #96F8BE
Black with #96F8BE
Text Example
Text Example
White with #96F8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8BE; }
p { color: rgb(150,248,190); }
H1.HeaderClassName
{
color: #96F8BE;
}
.AnyTagClassName
{
color: #96F8BE;
}
</style>
background-color css
<style>
a { background-color: #96F8BE; }
a { background-color: rgb(150,248,190); }
div.DivClassName
{
background-color: #96F8BE;
}
.BgClassName
{
background-color: #96F8BE;
}
</style>
border-color css
<style>
span { border-color: #96F8BE; }
span { border-color: rgb(150,248,190); }
td.TdClassName
{
border-color: #96F8BE;
}
.TagClassName
{
border-color: #96F8BE;
}
</style>