Shades of Magic Mint #97FFCA
Tints of Magic Mint #97FFCA
RGB
CMYK
RGB Variations
Color information
#97FFCA (or 0x97FFCA) is known color: Magic Mint. HEX triplet: 97, FF and CA. RGB value is (151,255,202). Sum of RGB (Red+Green+Blue) = 151+255+202=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFCA is #680035. Grayscale: #D9D9D9. Windows color (decimal): -6815798 or 13303703. OLE color: 13303703.
HSL color Cylindrical-coordinate representation of color #97FFCA: hue angle of 149.42º 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 #97FFCA is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 202 | - |
| CMYK | 0.41 | 0 | 0.21 | 0 |
| HSL | 149.42º | 1% | 0.8% | - |
| HSV(B) | 149.42º | 0.41% | 1% | - |
| XYZ | 59.18 | 82.36 | 68.66 | - |
| YUV | 217.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 202 | 0.41 | 0 | 0.21 | 0 | 149.42 | 1 | 0.8 |
| Hex | 97 | FF | CA | 29 | 0 | 15 | 0 | 95 | 64 | 50 |
| Octal | 227 | 377 | 312 | 51 | 0 | 25 | 0 | 225 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11001010 | 101001 | 0 | 10101 | 0 | 10010101 | 1100100 | 1010000 |
Color Harmonies of #97FFCA
Complementary color
Monochromatic Colors of #97FFCA
Black with #97FFCA
Text Example
Text Example
White with #97FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFCA; }
p { color: rgb(151,255,202); }
H1.HeaderClassName
{
color: #97FFCA;
}
.AnyTagClassName
{
color: #97FFCA;
}
</style>
background-color css
<style>
a { background-color: #97FFCA; }
a { background-color: rgb(151,255,202); }
div.DivClassName
{
background-color: #97FFCA;
}
.BgClassName
{
background-color: #97FFCA;
}
</style>
border-color css
<style>
span { border-color: #97FFCA; }
span { border-color: rgb(151,255,202); }
td.TdClassName
{
border-color: #97FFCA;
}
.TagClassName
{
border-color: #97FFCA;
}
</style>