Shades of Magic Mint #97FFD2
Tints of Magic Mint #97FFD2
RGB
CMYK
RGB Variations
Color information
#97FFD2 (or 0x97FFD2) is known color: Magic Mint. HEX triplet: 97, FF and D2. RGB value is (151,255,210). Sum of RGB (Red+Green+Blue) = 151+255+210=616 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.51% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFD2 is #68002D. Grayscale: #DADADA. Windows color (decimal): -6815790 or 13827991. OLE color: 13827991.
HSL color Cylindrical-coordinate representation of color #97FFD2: hue angle of 154.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFD2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 210 | - |
| CMYK | 0.41 | 0 | 0.18 | 0 |
| HSL | 154.04º | 1% | 0.8% | - |
| HSV(B) | 154.04º | 0.41% | 1% | - |
| XYZ | 60.16 | 82.75 | 73.78 | - |
| YUV | 218.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 210 | 0.41 | 0 | 0.18 | 0 | 154.04 | 1 | 0.8 |
| Hex | 97 | FF | D2 | 29 | 0 | 12 | 0 | 9A | 64 | 50 |
| Octal | 227 | 377 | 322 | 51 | 0 | 22 | 0 | 232 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11010010 | 101001 | 0 | 10010 | 0 | 10011010 | 1100100 | 1010000 |
Color Harmonies of #97FFD2
Complementary color
Monochromatic Colors of #97FFD2
Black with #97FFD2
Text Example
Text Example
White with #97FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFD2; }
p { color: rgb(151,255,210); }
H1.HeaderClassName
{
color: #97FFD2;
}
.AnyTagClassName
{
color: #97FFD2;
}
</style>
background-color css
<style>
a { background-color: #97FFD2; }
a { background-color: rgb(151,255,210); }
div.DivClassName
{
background-color: #97FFD2;
}
.BgClassName
{
background-color: #97FFD2;
}
</style>
border-color css
<style>
span { border-color: #97FFD2; }
span { border-color: rgb(151,255,210); }
td.TdClassName
{
border-color: #97FFD2;
}
.TagClassName
{
border-color: #97FFD2;
}
</style>