Shades of Magic Mint #98FAD8
Tints of Magic Mint #98FAD8
RGB
CMYK
RGB Variations
Color information
#98FAD8 (or 0x98FAD8) is known color: Magic Mint. HEX triplet: 98, FA and D8. RGB value is (152,250,216). Sum of RGB (Red+Green+Blue) = 152+250+216=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FAD8 is #670527. Grayscale: #D8D8D8. Windows color (decimal): -6751528 or 14219928. OLE color: 14219928.
HSL color Cylindrical-coordinate representation of color #98FAD8: hue angle of 159.18º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FAD8 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 216 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.02 |
| HSL | 159.18º | 0.91% | 0.79% | - |
| HSV(B) | 159.18º | 0.39% | 0.98% | - |
| XYZ | 59.53 | 80 | 77.27 | - |
| YUV | 216.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 216 | 0.39 | 0 | 0.14 | 0.02 | 159.18 | 0.91 | 0.79 |
| Hex | 98 | FA | D8 | 27 | 0 | E | 2 | 9F | 5B | 4F |
| Octal | 230 | 372 | 330 | 47 | 0 | 16 | 2 | 237 | 133 | 117 |
| Binary | 10011000 | 11111010 | 11011000 | 100111 | 0 | 1110 | 10 | 10011111 | 1011011 | 1001111 |
Color Harmonies of #98FAD8
Complementary color
Monochromatic Colors of #98FAD8
Black with #98FAD8
Text Example
Text Example
White with #98FAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FAD8; }
p { color: rgb(152,250,216); }
H1.HeaderClassName
{
color: #98FAD8;
}
.AnyTagClassName
{
color: #98FAD8;
}
</style>
background-color css
<style>
a { background-color: #98FAD8; }
a { background-color: rgb(152,250,216); }
div.DivClassName
{
background-color: #98FAD8;
}
.BgClassName
{
background-color: #98FAD8;
}
</style>
border-color css
<style>
span { border-color: #98FAD8; }
span { border-color: rgb(152,250,216); }
td.TdClassName
{
border-color: #98FAD8;
}
.TagClassName
{
border-color: #98FAD8;
}
</style>