Shades of Magic Mint #98FDD8
Tints of Magic Mint #98FDD8
RGB
CMYK
RGB Variations
Color information
#98FDD8 (or 0x98FDD8) is known color: Magic Mint. HEX triplet: 98, FD and D8. RGB value is (152,253,216). Sum of RGB (Red+Green+Blue) = 152+253+216=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FDD8 is #670227. Grayscale: #DADADA. Windows color (decimal): -6750760 or 14220696. OLE color: 14220696.
HSL color Cylindrical-coordinate representation of color #98FDD8: hue angle of 158.02º degrees, saturation: 0.96, 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 #98FDD8 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 253 | 216 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.01 |
| HSL | 158.02º | 0.96% | 0.79% | - |
| HSV(B) | 158.02º | 0.4% | 0.99% | - |
| XYZ | 60.47 | 81.88 | 77.58 | - |
| YUV | 218.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 253 | 216 | 0.40 | 0 | 0.15 | 0.01 | 158.02 | 0.96 | 0.79 |
| Hex | 98 | FD | D8 | 28 | 0 | F | 1 | 9E | 60 | 4F |
| Octal | 230 | 375 | 330 | 50 | 0 | 17 | 1 | 236 | 140 | 117 |
| Binary | 10011000 | 11111101 | 11011000 | 101000 | 0 | 1111 | 1 | 10011110 | 1100000 | 1001111 |
Color Harmonies of #98FDD8
Complementary color
Monochromatic Colors of #98FDD8
Black with #98FDD8
Text Example
Text Example
White with #98FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FDD8; }
p { color: rgb(152,253,216); }
H1.HeaderClassName
{
color: #98FDD8;
}
.AnyTagClassName
{
color: #98FDD8;
}
</style>
background-color css
<style>
a { background-color: #98FDD8; }
a { background-color: rgb(152,253,216); }
div.DivClassName
{
background-color: #98FDD8;
}
.BgClassName
{
background-color: #98FDD8;
}
</style>
border-color css
<style>
span { border-color: #98FDD8; }
span { border-color: rgb(152,253,216); }
td.TdClassName
{
border-color: #98FDD8;
}
.TagClassName
{
border-color: #98FDD8;
}
</style>