Shades of Magic Mint #98FFD2
Tints of Magic Mint #98FFD2
RGB
CMYK
RGB Variations
Color information
#98FFD2 (or 0x98FFD2) is known color: Magic Mint. HEX triplet: 98, FF and D2. RGB value is (152,255,210). Sum of RGB (Red+Green+Blue) = 152+255+210=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFD2 is #67002D. Grayscale: #DBDBDB. Windows color (decimal): -6750254 or 13827992. OLE color: 13827992.
HSL color Cylindrical-coordinate representation of color #98FFD2: hue angle of 153.79º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFD2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 210 | - |
| CMYK | 0.40 | 0 | 0.18 | 0 |
| HSL | 153.79º | 1% | 0.8% | - |
| HSV(B) | 153.79º | 0.4% | 1% | - |
| XYZ | 60.34 | 82.85 | 73.78 | - |
| YUV | 219.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 210 | 0.40 | 0 | 0.18 | 0 | 153.79 | 1 | 0.8 |
| Hex | 98 | FF | D2 | 28 | 0 | 12 | 0 | 9A | 64 | 50 |
| Octal | 230 | 377 | 322 | 50 | 0 | 22 | 0 | 232 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11010010 | 101000 | 0 | 10010 | 0 | 10011010 | 1100100 | 1010000 |
Color Harmonies of #98FFD2
Complementary color
Monochromatic Colors of #98FFD2
Black with #98FFD2
Text Example
Text Example
White with #98FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFD2; }
p { color: rgb(152,255,210); }
H1.HeaderClassName
{
color: #98FFD2;
}
.AnyTagClassName
{
color: #98FFD2;
}
</style>
background-color css
<style>
a { background-color: #98FFD2; }
a { background-color: rgb(152,255,210); }
div.DivClassName
{
background-color: #98FFD2;
}
.BgClassName
{
background-color: #98FFD2;
}
</style>
border-color css
<style>
span { border-color: #98FFD2; }
span { border-color: rgb(152,255,210); }
td.TdClassName
{
border-color: #98FFD2;
}
.TagClassName
{
border-color: #98FFD2;
}
</style>