Shades of Magic Mint #97EAC9
Tints of Magic Mint #97EAC9
RGB
CMYK
RGB Variations
Color information
#97EAC9 (or 0x97EAC9) is known color: Magic Mint. HEX triplet: 97, EA and C9. RGB value is (151,234,201). Sum of RGB (Red+Green+Blue) = 151+234+201=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EAC9 is #681536. Grayscale: #CDCDCD. Windows color (decimal): -6821175 or 13232791. OLE color: 13232791.
HSL color Cylindrical-coordinate representation of color #97EAC9: hue angle of 156.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EAC9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 201 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.08 |
| HSL | 156.14º | 0.66% | 0.75% | - |
| HSV(B) | 156.14º | 0.35% | 0.92% | - |
| XYZ | 52.73 | 69.64 | 65.92 | - |
| YUV | 205.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 201 | 0.35 | 0 | 0.14 | 0.08 | 156.14 | 0.66 | 0.75 |
| Hex | 97 | EA | C9 | 23 | 0 | E | 8 | 9C | 42 | 4B |
| Octal | 227 | 352 | 311 | 43 | 0 | 16 | 10 | 234 | 102 | 113 |
| Binary | 10010111 | 11101010 | 11001001 | 100011 | 0 | 1110 | 1000 | 10011100 | 1000010 | 1001011 |
Color Harmonies of #97EAC9
Complementary color
Monochromatic Colors of #97EAC9
Black with #97EAC9
Text Example
Text Example
White with #97EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EAC9; }
p { color: rgb(151,234,201); }
H1.HeaderClassName
{
color: #97EAC9;
}
.AnyTagClassName
{
color: #97EAC9;
}
</style>
background-color css
<style>
a { background-color: #97EAC9; }
a { background-color: rgb(151,234,201); }
div.DivClassName
{
background-color: #97EAC9;
}
.BgClassName
{
background-color: #97EAC9;
}
</style>
border-color css
<style>
span { border-color: #97EAC9; }
span { border-color: rgb(151,234,201); }
td.TdClassName
{
border-color: #97EAC9;
}
.TagClassName
{
border-color: #97EAC9;
}
</style>