Shades of Magic Mint #97F2D7
Tints of Magic Mint #97F2D7
RGB
CMYK
RGB Variations
Color information
#97F2D7 (or 0x97F2D7) is known color: Magic Mint. HEX triplet: 97, F2 and D7. RGB value is (151,242,215). Sum of RGB (Red+Green+Blue) = 151+242+215=608 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.84% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2D7 is #680D28. Grayscale: #D3D3D3. Windows color (decimal): -6819113 or 14152343. OLE color: 14152343.
HSL color Cylindrical-coordinate representation of color #97F2D7: hue angle of 162.2º 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 #97F2D7 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 242 | 215 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.05 |
| HSL | 162.2º | 0.78% | 0.77% | - |
| HSV(B) | 162.2º | 0.38% | 0.95% | - |
| XYZ | 56.78 | 74.99 | 75.77 | - |
| YUV | 211.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 242 | 215 | 0.38 | 0 | 0.11 | 0.05 | 162.2 | 0.78 | 0.77 |
| Hex | 97 | F2 | D7 | 26 | 0 | B | 5 | A2 | 4E | 4D |
| Octal | 227 | 362 | 327 | 46 | 0 | 13 | 5 | 242 | 116 | 115 |
| Binary | 10010111 | 11110010 | 11010111 | 100110 | 0 | 1011 | 101 | 10100010 | 1001110 | 1001101 |
Color Harmonies of #97F2D7
Complementary color
Monochromatic Colors of #97F2D7
Black with #97F2D7
Text Example
Text Example
White with #97F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F2D7; }
p { color: rgb(151,242,215); }
H1.HeaderClassName
{
color: #97F2D7;
}
.AnyTagClassName
{
color: #97F2D7;
}
</style>
background-color css
<style>
a { background-color: #97F2D7; }
a { background-color: rgb(151,242,215); }
div.DivClassName
{
background-color: #97F2D7;
}
.BgClassName
{
background-color: #97F2D7;
}
</style>
border-color css
<style>
span { border-color: #97F2D7; }
span { border-color: rgb(151,242,215); }
td.TdClassName
{
border-color: #97F2D7;
}
.TagClassName
{
border-color: #97F2D7;
}
</style>