Shades of Magic Mint #97F9C0
Tints of Magic Mint #97F9C0
RGB
CMYK
RGB Variations
Color information
#97F9C0 (or 0x97F9C0) is known color: Magic Mint. HEX triplet: 97, F9 and C0. RGB value is (151,249,192). Sum of RGB (Red+Green+Blue) = 151+249+192=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F9C0 is #68063F. Grayscale: #D5D5D5. Windows color (decimal): -6817344 or 12646807. OLE color: 12646807.
HSL color Cylindrical-coordinate representation of color #97F9C0: hue angle of 145.1º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9C0 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 249 | 192 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.02 |
| HSL | 145.1º | 0.89% | 0.78% | - |
| HSV(B) | 145.1º | 0.39% | 0.98% | - |
| XYZ | 56.15 | 78.14 | 61.99 | - |
| YUV | 213.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 249 | 192 | 0.39 | 0 | 0.23 | 0.02 | 145.1 | 0.89 | 0.78 |
| Hex | 97 | F9 | C0 | 27 | 0 | 17 | 2 | 91 | 59 | 4E |
| Octal | 227 | 371 | 300 | 47 | 0 | 27 | 2 | 221 | 131 | 116 |
| Binary | 10010111 | 11111001 | 11000000 | 100111 | 0 | 10111 | 10 | 10010001 | 1011001 | 1001110 |
Color Harmonies of #97F9C0
Complementary color
Monochromatic Colors of #97F9C0
Black with #97F9C0
Text Example
Text Example
White with #97F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F9C0; }
p { color: rgb(151,249,192); }
H1.HeaderClassName
{
color: #97F9C0;
}
.AnyTagClassName
{
color: #97F9C0;
}
</style>
background-color css
<style>
a { background-color: #97F9C0; }
a { background-color: rgb(151,249,192); }
div.DivClassName
{
background-color: #97F9C0;
}
.BgClassName
{
background-color: #97F9C0;
}
</style>
border-color css
<style>
span { border-color: #97F9C0; }
span { border-color: rgb(151,249,192); }
td.TdClassName
{
border-color: #97F9C0;
}
.TagClassName
{
border-color: #97F9C0;
}
</style>