Shades of Magic Mint #97FFCE
Tints of Magic Mint #97FFCE
RGB
CMYK
RGB Variations
Color information
#97FFCE (or 0x97FFCE) is known color: Magic Mint. HEX triplet: 97, FF and CE. RGB value is (151,255,206). Sum of RGB (Red+Green+Blue) = 151+255+206=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFCE is #680031. Grayscale: #DADADA. Windows color (decimal): -6815794 or 13565847. OLE color: 13565847.
HSL color Cylindrical-coordinate representation of color #97FFCE: hue angle of 151.73º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFCE is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 206 | - |
| CMYK | 0.41 | 0 | 0.19 | 0 |
| HSL | 151.73º | 1% | 0.8% | - |
| HSV(B) | 151.73º | 0.41% | 1% | - |
| XYZ | 59.66 | 82.56 | 71.18 | - |
| YUV | 218.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 206 | 0.41 | 0 | 0.19 | 0 | 151.73 | 1 | 0.8 |
| Hex | 97 | FF | CE | 29 | 0 | 13 | 0 | 98 | 64 | 50 |
| Octal | 227 | 377 | 316 | 51 | 0 | 23 | 0 | 230 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11001110 | 101001 | 0 | 10011 | 0 | 10011000 | 1100100 | 1010000 |
Color Harmonies of #97FFCE
Complementary color
Monochromatic Colors of #97FFCE
Black with #97FFCE
Text Example
Text Example
White with #97FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFCE; }
p { color: rgb(151,255,206); }
H1.HeaderClassName
{
color: #97FFCE;
}
.AnyTagClassName
{
color: #97FFCE;
}
</style>
background-color css
<style>
a { background-color: #97FFCE; }
a { background-color: rgb(151,255,206); }
div.DivClassName
{
background-color: #97FFCE;
}
.BgClassName
{
background-color: #97FFCE;
}
</style>
border-color css
<style>
span { border-color: #97FFCE; }
span { border-color: rgb(151,255,206); }
td.TdClassName
{
border-color: #97FFCE;
}
.TagClassName
{
border-color: #97FFCE;
}
</style>