Shades of Magic Mint #96FACB
Tints of Magic Mint #96FACB
RGB
CMYK
RGB Variations
Color information
#96FACB (or 0x96FACB) is known color: Magic Mint. HEX triplet: 96, FA and CB. RGB value is (150,250,203). Sum of RGB (Red+Green+Blue) = 150+250+203=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACB is #690534. Grayscale: #D6D6D6. Windows color (decimal): -6882613 or 13367958. OLE color: 13367958.
HSL color Cylindrical-coordinate representation of color #96FACB: hue angle of 151.8º 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 #96FACB is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 203 | - |
| CMYK | 0.4 | 0 | 0.19 | 0.02 |
| HSL | 151.8º | 0.91% | 0.78% | - |
| HSV(B) | 151.8º | 0.4% | 0.98% | - |
| XYZ | 57.54 | 79.17 | 68.75 | - |
| YUV | 214.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 203 | 0.4 | 0 | 0.19 | 0.02 | 151.8 | 0.91 | 0.78 |
| Hex | 96 | FA | CB | 28 | 0 | 13 | 2 | 98 | 5B | 4E |
| Octal | 226 | 372 | 313 | 50 | 0 | 23 | 2 | 230 | 133 | 116 |
| Binary | 10010110 | 11111010 | 11001011 | 101000 | 0 | 10011 | 10 | 10011000 | 1011011 | 1001110 |
Color Harmonies of #96FACB
Complementary color
Monochromatic Colors of #96FACB
Black with #96FACB
Text Example
Text Example
White with #96FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FACB; }
p { color: rgb(150,250,203); }
H1.HeaderClassName
{
color: #96FACB;
}
.AnyTagClassName
{
color: #96FACB;
}
</style>
background-color css
<style>
a { background-color: #96FACB; }
a { background-color: rgb(150,250,203); }
div.DivClassName
{
background-color: #96FACB;
}
.BgClassName
{
background-color: #96FACB;
}
</style>
border-color css
<style>
span { border-color: #96FACB; }
span { border-color: rgb(150,250,203); }
td.TdClassName
{
border-color: #96FACB;
}
.TagClassName
{
border-color: #96FACB;
}
</style>