Shades of Magic Mint #98FCDA
Tints of Magic Mint #98FCDA
RGB
CMYK
RGB Variations
Color information
#98FCDA (or 0x98FCDA) is known color: Magic Mint. HEX triplet: 98, FC and DA. RGB value is (152,252,218). Sum of RGB (Red+Green+Blue) = 152+252+218=622 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.44% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCDA is #670325. Grayscale: #DADADA. Windows color (decimal): -6751014 or 14351512. OLE color: 14351512.
HSL color Cylindrical-coordinate representation of color #98FCDA: hue angle of 159.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCDA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 218 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.01 |
| HSL | 159.6º | 0.94% | 0.79% | - |
| HSV(B) | 159.6º | 0.4% | 0.99% | - |
| XYZ | 60.41 | 81.36 | 78.85 | - |
| YUV | 218.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 218 | 0.40 | 0 | 0.13 | 0.01 | 159.6 | 0.94 | 0.79 |
| Hex | 98 | FC | DA | 28 | 0 | D | 1 | A0 | 5E | 4F |
| Octal | 230 | 374 | 332 | 50 | 0 | 15 | 1 | 240 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11011010 | 101000 | 0 | 1101 | 1 | 10100000 | 1011110 | 1001111 |
Color Harmonies of #98FCDA
Complementary color
Monochromatic Colors of #98FCDA
Black with #98FCDA
Text Example
Text Example
White with #98FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCDA; }
p { color: rgb(152,252,218); }
H1.HeaderClassName
{
color: #98FCDA;
}
.AnyTagClassName
{
color: #98FCDA;
}
</style>
background-color css
<style>
a { background-color: #98FCDA; }
a { background-color: rgb(152,252,218); }
div.DivClassName
{
background-color: #98FCDA;
}
.BgClassName
{
background-color: #98FCDA;
}
</style>
border-color css
<style>
span { border-color: #98FCDA; }
span { border-color: rgb(152,252,218); }
td.TdClassName
{
border-color: #98FCDA;
}
.TagClassName
{
border-color: #98FCDA;
}
</style>