Shades of Magic Mint #97E7CA
Tints of Magic Mint #97E7CA
RGB
CMYK
RGB Variations
Color information
#97E7CA (or 0x97E7CA) is known color: Magic Mint. HEX triplet: 97, E7 and CA. RGB value is (151,231,202). Sum of RGB (Red+Green+Blue) = 151+231+202=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #97E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E7CA is #681835. Grayscale: #CBCBCB. Windows color (decimal): -6821942 or 13297559. OLE color: 13297559.
HSL color Cylindrical-coordinate representation of color #97E7CA: hue angle of 158.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E7CA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 231 | 202 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.09 |
| HSL | 158.25º | 0.63% | 0.75% | - |
| HSV(B) | 158.25º | 0.35% | 0.91% | - |
| XYZ | 52 | 68 | 66.26 | - |
| YUV | 203.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 231 | 202 | 0.35 | 0 | 0.13 | 0.09 | 158.25 | 0.63 | 0.75 |
| Hex | 97 | E7 | CA | 23 | 0 | D | 9 | 9E | 3E | 4B |
| Octal | 227 | 347 | 312 | 43 | 0 | 15 | 11 | 236 | 76 | 113 |
| Binary | 10010111 | 11100111 | 11001010 | 100011 | 0 | 1101 | 1001 | 10011110 | 111110 | 1001011 |
Color Harmonies of #97E7CA
Complementary color
Monochromatic Colors of #97E7CA
Black with #97E7CA
Text Example
Text Example
White with #97E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E7CA; }
p { color: rgb(151,231,202); }
H1.HeaderClassName
{
color: #97E7CA;
}
.AnyTagClassName
{
color: #97E7CA;
}
</style>
background-color css
<style>
a { background-color: #97E7CA; }
a { background-color: rgb(151,231,202); }
div.DivClassName
{
background-color: #97E7CA;
}
.BgClassName
{
background-color: #97E7CA;
}
</style>
border-color css
<style>
span { border-color: #97E7CA; }
span { border-color: rgb(151,231,202); }
td.TdClassName
{
border-color: #97E7CA;
}
.TagClassName
{
border-color: #97E7CA;
}
</style>