Shades of Magic Mint #97FAC0
Tints of Magic Mint #97FAC0
RGB
CMYK
RGB Variations
Color information
#97FAC0 (or 0x97FAC0) is known color: Magic Mint. HEX triplet: 97, FA and C0. RGB value is (151,250,192). Sum of RGB (Red+Green+Blue) = 151+250+192=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAC0 is #68053F. Grayscale: #D5D5D5. Windows color (decimal): -6817088 or 12647063. OLE color: 12647063.
HSL color Cylindrical-coordinate representation of color #97FAC0: hue angle of 144.85º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAC0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 250 | 192 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.02 |
| HSL | 144.85º | 0.91% | 0.79% | - |
| HSV(B) | 144.85º | 0.4% | 0.98% | - |
| XYZ | 56.46 | 78.76 | 62.09 | - |
| YUV | 213.79 | 115.7 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 250 | 192 | 0.40 | 0 | 0.23 | 0.02 | 144.85 | 0.91 | 0.79 |
| Hex | 97 | FA | C0 | 28 | 0 | 17 | 2 | 91 | 5B | 4F |
| Octal | 227 | 372 | 300 | 50 | 0 | 27 | 2 | 221 | 133 | 117 |
| Binary | 10010111 | 11111010 | 11000000 | 101000 | 0 | 10111 | 10 | 10010001 | 1011011 | 1001111 |
Color Harmonies of #97FAC0
Complementary color
Monochromatic Colors of #97FAC0
Black with #97FAC0
Text Example
Text Example
White with #97FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FAC0; }
p { color: rgb(151,250,192); }
H1.HeaderClassName
{
color: #97FAC0;
}
.AnyTagClassName
{
color: #97FAC0;
}
</style>
background-color css
<style>
a { background-color: #97FAC0; }
a { background-color: rgb(151,250,192); }
div.DivClassName
{
background-color: #97FAC0;
}
.BgClassName
{
background-color: #97FAC0;
}
</style>
border-color css
<style>
span { border-color: #97FAC0; }
span { border-color: rgb(151,250,192); }
td.TdClassName
{
border-color: #97FAC0;
}
.TagClassName
{
border-color: #97FAC0;
}
</style>