Shades of Magic Mint #98FCCE
Tints of Magic Mint #98FCCE
RGB
CMYK
RGB Variations
Color information
#98FCCE (or 0x98FCCE) is known color: Magic Mint. HEX triplet: 98, FC and CE. RGB value is (152,252,206). Sum of RGB (Red+Green+Blue) = 152+252+206=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCCE is #670331. Grayscale: #D8D8D8. Windows color (decimal): -6751026 or 13565080. OLE color: 13565080.
HSL color Cylindrical-coordinate representation of color #98FCCE: hue angle of 152.4º 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 #98FCCE is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 206 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.01 |
| HSL | 152.4º | 0.94% | 0.79% | - |
| HSV(B) | 152.4º | 0.4% | 0.99% | - |
| XYZ | 58.9 | 80.75 | 70.87 | - |
| YUV | 216.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 206 | 0.40 | 0 | 0.18 | 0.01 | 152.4 | 0.94 | 0.79 |
| Hex | 98 | FC | CE | 28 | 0 | 12 | 1 | 98 | 5E | 4F |
| Octal | 230 | 374 | 316 | 50 | 0 | 22 | 1 | 230 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11001110 | 101000 | 0 | 10010 | 1 | 10011000 | 1011110 | 1001111 |
Color Harmonies of #98FCCE
Complementary color
Monochromatic Colors of #98FCCE
Black with #98FCCE
Text Example
Text Example
White with #98FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCCE; }
p { color: rgb(152,252,206); }
H1.HeaderClassName
{
color: #98FCCE;
}
.AnyTagClassName
{
color: #98FCCE;
}
</style>
background-color css
<style>
a { background-color: #98FCCE; }
a { background-color: rgb(152,252,206); }
div.DivClassName
{
background-color: #98FCCE;
}
.BgClassName
{
background-color: #98FCCE;
}
</style>
border-color css
<style>
span { border-color: #98FCCE; }
span { border-color: rgb(152,252,206); }
td.TdClassName
{
border-color: #98FCCE;
}
.TagClassName
{
border-color: #98FCCE;
}
</style>