Shades of Magic Mint #97EDD7
Tints of Magic Mint #97EDD7
RGB
CMYK
RGB Variations
Color information
#97EDD7 (or 0x97EDD7) is known color: Magic Mint. HEX triplet: 97, ED and D7. RGB value is (151,237,215). Sum of RGB (Red+Green+Blue) = 151+237+215=603 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.04% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDD7 is #681228. Grayscale: #D0D0D0. Windows color (decimal): -6820393 or 14151063. OLE color: 14151063.
HSL color Cylindrical-coordinate representation of color #97EDD7: hue angle of 164.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EDD7 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 237 | 215 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.07 |
| HSL | 164.65º | 0.7% | 0.76% | - |
| HSV(B) | 164.65º | 0.36% | 0.93% | - |
| XYZ | 55.31 | 72.05 | 75.28 | - |
| YUV | 208.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 237 | 215 | 0.36 | 0 | 0.09 | 0.07 | 164.65 | 0.7 | 0.76 |
| Hex | 97 | ED | D7 | 24 | 0 | 9 | 7 | A5 | 46 | 4C |
| Octal | 227 | 355 | 327 | 44 | 0 | 11 | 7 | 245 | 106 | 114 |
| Binary | 10010111 | 11101101 | 11010111 | 100100 | 0 | 1001 | 111 | 10100101 | 1000110 | 1001100 |
Color Harmonies of #97EDD7
Complementary color
Monochromatic Colors of #97EDD7
Black with #97EDD7
Text Example
Text Example
White with #97EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EDD7; }
p { color: rgb(151,237,215); }
H1.HeaderClassName
{
color: #97EDD7;
}
.AnyTagClassName
{
color: #97EDD7;
}
</style>
background-color css
<style>
a { background-color: #97EDD7; }
a { background-color: rgb(151,237,215); }
div.DivClassName
{
background-color: #97EDD7;
}
.BgClassName
{
background-color: #97EDD7;
}
</style>
border-color css
<style>
span { border-color: #97EDD7; }
span { border-color: rgb(151,237,215); }
td.TdClassName
{
border-color: #97EDD7;
}
.TagClassName
{
border-color: #97EDD7;
}
</style>