Shades of Magic Mint #97FED2
Tints of Magic Mint #97FED2
RGB
CMYK
RGB Variations
Color information
#97FED2 (or 0x97FED2) is known color: Magic Mint. HEX triplet: 97, FE and D2. RGB value is (151,254,210). Sum of RGB (Red+Green+Blue) = 151+254+210=615 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.55% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #97FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FED2 is #68012D. Grayscale: #DADADA. Windows color (decimal): -6816046 or 13827735. OLE color: 13827735.
HSL color Cylindrical-coordinate representation of color #97FED2: hue angle of 154.37º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FED2 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 254 | 210 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.00 |
| HSL | 154.37º | 0.98% | 0.79% | - |
| HSV(B) | 154.37º | 0.41% | 1% | - |
| XYZ | 59.84 | 82.12 | 73.67 | - |
| YUV | 218.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 254 | 210 | 0.41 | 0 | 0.17 | 0.00 | 154.37 | 0.98 | 0.79 |
| Hex | 97 | FE | D2 | 29 | 0 | 11 | 0 | 9A | 62 | 4F |
| Octal | 227 | 376 | 322 | 51 | 0 | 21 | 0 | 232 | 142 | 117 |
| Binary | 10010111 | 11111110 | 11010010 | 101001 | 0 | 10001 | 0 | 10011010 | 1100010 | 1001111 |
Color Harmonies of #97FED2
Complementary color
Monochromatic Colors of #97FED2
Black with #97FED2
Text Example
Text Example
White with #97FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FED2; }
p { color: rgb(151,254,210); }
H1.HeaderClassName
{
color: #97FED2;
}
.AnyTagClassName
{
color: #97FED2;
}
</style>
background-color css
<style>
a { background-color: #97FED2; }
a { background-color: rgb(151,254,210); }
div.DivClassName
{
background-color: #97FED2;
}
.BgClassName
{
background-color: #97FED2;
}
</style>
border-color css
<style>
span { border-color: #97FED2; }
span { border-color: rgb(151,254,210); }
td.TdClassName
{
border-color: #97FED2;
}
.TagClassName
{
border-color: #97FED2;
}
</style>