Shades of Magic Mint #97E8CA
Tints of Magic Mint #97E8CA
RGB
CMYK
RGB Variations
Color information
#97E8CA (or 0x97E8CA) is known color: Magic Mint. HEX triplet: 97, E8 and CA. RGB value is (151,232,202). Sum of RGB (Red+Green+Blue) = 151+232+202=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8CA is #681735. Grayscale: #CCCCCC. Windows color (decimal): -6821686 or 13297815. OLE color: 13297815.
HSL color Cylindrical-coordinate representation of color #97E8CA: hue angle of 157.78º degrees, saturation: 0.64, 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 #97E8CA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 232 | 202 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.09 |
| HSL | 157.78º | 0.64% | 0.75% | - |
| HSV(B) | 157.78º | 0.35% | 0.91% | - |
| XYZ | 52.28 | 68.56 | 66.35 | - |
| YUV | 204.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 232 | 202 | 0.35 | 0 | 0.13 | 0.09 | 157.78 | 0.64 | 0.75 |
| Hex | 97 | E8 | CA | 23 | 0 | D | 9 | 9E | 40 | 4B |
| Octal | 227 | 350 | 312 | 43 | 0 | 15 | 11 | 236 | 100 | 113 |
| Binary | 10010111 | 11101000 | 11001010 | 100011 | 0 | 1101 | 1001 | 10011110 | 1000000 | 1001011 |
Color Harmonies of #97E8CA
Complementary color
Monochromatic Colors of #97E8CA
Black with #97E8CA
Text Example
Text Example
White with #97E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E8CA; }
p { color: rgb(151,232,202); }
H1.HeaderClassName
{
color: #97E8CA;
}
.AnyTagClassName
{
color: #97E8CA;
}
</style>
background-color css
<style>
a { background-color: #97E8CA; }
a { background-color: rgb(151,232,202); }
div.DivClassName
{
background-color: #97E8CA;
}
.BgClassName
{
background-color: #97E8CA;
}
</style>
border-color css
<style>
span { border-color: #97E8CA; }
span { border-color: rgb(151,232,202); }
td.TdClassName
{
border-color: #97E8CA;
}
.TagClassName
{
border-color: #97E8CA;
}
</style>