Shades of Magic Mint #97F1D3
Tints of Magic Mint #97F1D3
RGB
CMYK
RGB Variations
Color information
#97F1D3 (or 0x97F1D3) is known color: Magic Mint. HEX triplet: 97, F1 and D3. RGB value is (151,241,211). Sum of RGB (Red+Green+Blue) = 151+241+211=603 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.04% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F1D3 is #680E2C. Grayscale: #D2D2D2. Windows color (decimal): -6819373 or 13889943. OLE color: 13889943.
HSL color Cylindrical-coordinate representation of color #97F1D3: hue angle of 160º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F1D3 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 241 | 211 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.05 |
| HSL | 160º | 0.76% | 0.77% | - |
| HSV(B) | 160º | 0.37% | 0.95% | - |
| XYZ | 55.98 | 74.19 | 73 | - |
| YUV | 210.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 241 | 211 | 0.37 | 0 | 0.12 | 0.05 | 160 | 0.76 | 0.77 |
| Hex | 97 | F1 | D3 | 25 | 0 | C | 5 | A0 | 4C | 4D |
| Octal | 227 | 361 | 323 | 45 | 0 | 14 | 5 | 240 | 114 | 115 |
| Binary | 10010111 | 11110001 | 11010011 | 100101 | 0 | 1100 | 101 | 10100000 | 1001100 | 1001101 |
Color Harmonies of #97F1D3
Complementary color
Monochromatic Colors of #97F1D3
Black with #97F1D3
Text Example
Text Example
White with #97F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F1D3; }
p { color: rgb(151,241,211); }
H1.HeaderClassName
{
color: #97F1D3;
}
.AnyTagClassName
{
color: #97F1D3;
}
</style>
background-color css
<style>
a { background-color: #97F1D3; }
a { background-color: rgb(151,241,211); }
div.DivClassName
{
background-color: #97F1D3;
}
.BgClassName
{
background-color: #97F1D3;
}
</style>
border-color css
<style>
span { border-color: #97F1D3; }
span { border-color: rgb(151,241,211); }
td.TdClassName
{
border-color: #97F1D3;
}
.TagClassName
{
border-color: #97F1D3;
}
</style>