Shades of Magic Mint #97F2D0
Tints of Magic Mint #97F2D0
RGB
CMYK
RGB Variations
Color information
#97F2D0 (or 0x97F2D0) is known color: Magic Mint. HEX triplet: 97, F2 and D0. RGB value is (151,242,208). Sum of RGB (Red+Green+Blue) = 151+242+208=601 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.12% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2D0 is #680D2F. Grayscale: #D2D2D2. Windows color (decimal): -6819120 or 13693591. OLE color: 13693591.
HSL color Cylindrical-coordinate representation of color #97F2D0: hue angle of 157.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2D0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 242 | 208 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.05 |
| HSL | 157.58º | 0.78% | 0.77% | - |
| HSV(B) | 157.58º | 0.38% | 0.95% | - |
| XYZ | 55.9 | 74.64 | 71.13 | - |
| YUV | 210.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 242 | 208 | 0.38 | 0 | 0.14 | 0.05 | 157.58 | 0.78 | 0.77 |
| Hex | 97 | F2 | D0 | 26 | 0 | E | 5 | 9E | 4E | 4D |
| Octal | 227 | 362 | 320 | 46 | 0 | 16 | 5 | 236 | 116 | 115 |
| Binary | 10010111 | 11110010 | 11010000 | 100110 | 0 | 1110 | 101 | 10011110 | 1001110 | 1001101 |
Color Harmonies of #97F2D0
Complementary color
Monochromatic Colors of #97F2D0
Black with #97F2D0
Text Example
Text Example
White with #97F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F2D0; }
p { color: rgb(151,242,208); }
H1.HeaderClassName
{
color: #97F2D0;
}
.AnyTagClassName
{
color: #97F2D0;
}
</style>
background-color css
<style>
a { background-color: #97F2D0; }
a { background-color: rgb(151,242,208); }
div.DivClassName
{
background-color: #97F2D0;
}
.BgClassName
{
background-color: #97F2D0;
}
</style>
border-color css
<style>
span { border-color: #97F2D0; }
span { border-color: rgb(151,242,208); }
td.TdClassName
{
border-color: #97F2D0;
}
.TagClassName
{
border-color: #97F2D0;
}
</style>