Shades of Magic Mint #97F7D3
Tints of Magic Mint #97F7D3
RGB
CMYK
RGB Variations
Color information
#97F7D3 (or 0x97F7D3) is known color: Magic Mint. HEX triplet: 97, F7 and D3. RGB value is (151,247,211). Sum of RGB (Red+Green+Blue) = 151+247+211=609 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.79% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #97F7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F7D3 is #68082C. Grayscale: #D6D6D6. Windows color (decimal): -6817837 or 13891479. OLE color: 13891479.
HSL color Cylindrical-coordinate representation of color #97F7D3: hue angle of 157.5º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F7D3 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 247 | 211 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.03 |
| HSL | 157.5º | 0.86% | 0.78% | - |
| HSV(B) | 157.5º | 0.39% | 0.97% | - |
| XYZ | 57.78 | 77.8 | 73.6 | - |
| YUV | 214.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 247 | 211 | 0.39 | 0 | 0.15 | 0.03 | 157.5 | 0.86 | 0.78 |
| Hex | 97 | F7 | D3 | 27 | 0 | F | 3 | 9E | 56 | 4E |
| Octal | 227 | 367 | 323 | 47 | 0 | 17 | 3 | 236 | 126 | 116 |
| Binary | 10010111 | 11110111 | 11010011 | 100111 | 0 | 1111 | 11 | 10011110 | 1010110 | 1001110 |
Color Harmonies of #97F7D3
Complementary color
Monochromatic Colors of #97F7D3
Black with #97F7D3
Text Example
Text Example
White with #97F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F7D3; }
p { color: rgb(151,247,211); }
H1.HeaderClassName
{
color: #97F7D3;
}
.AnyTagClassName
{
color: #97F7D3;
}
</style>
background-color css
<style>
a { background-color: #97F7D3; }
a { background-color: rgb(151,247,211); }
div.DivClassName
{
background-color: #97F7D3;
}
.BgClassName
{
background-color: #97F7D3;
}
</style>
border-color css
<style>
span { border-color: #97F7D3; }
span { border-color: rgb(151,247,211); }
td.TdClassName
{
border-color: #97F7D3;
}
.TagClassName
{
border-color: #97F7D3;
}
</style>