Shades of Magic Mint #98FCCD
Tints of Magic Mint #98FCCD
RGB
CMYK
RGB Variations
Color information
#98FCCD (or 0x98FCCD) is known color: Magic Mint. HEX triplet: 98, FC and CD. RGB value is (152,252,205). Sum of RGB (Red+Green+Blue) = 152+252+205=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCCD is #670332. Grayscale: #D8D8D8. Windows color (decimal): -6751027 or 13499544. OLE color: 13499544.
HSL color Cylindrical-coordinate representation of color #98FCCD: hue angle of 151.8º 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 #98FCCD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 205 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.01 |
| HSL | 151.8º | 0.94% | 0.79% | - |
| HSV(B) | 151.8º | 0.4% | 0.99% | - |
| XYZ | 58.78 | 80.7 | 70.24 | - |
| YUV | 216.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 205 | 0.40 | 0 | 0.19 | 0.01 | 151.8 | 0.94 | 0.79 |
| Hex | 98 | FC | CD | 28 | 0 | 13 | 1 | 98 | 5E | 4F |
| Octal | 230 | 374 | 315 | 50 | 0 | 23 | 1 | 230 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11001101 | 101000 | 0 | 10011 | 1 | 10011000 | 1011110 | 1001111 |
Color Harmonies of #98FCCD
Complementary color
Monochromatic Colors of #98FCCD
Black with #98FCCD
Text Example
Text Example
White with #98FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCCD; }
p { color: rgb(152,252,205); }
H1.HeaderClassName
{
color: #98FCCD;
}
.AnyTagClassName
{
color: #98FCCD;
}
</style>
background-color css
<style>
a { background-color: #98FCCD; }
a { background-color: rgb(152,252,205); }
div.DivClassName
{
background-color: #98FCCD;
}
.BgClassName
{
background-color: #98FCCD;
}
</style>
border-color css
<style>
span { border-color: #98FCCD; }
span { border-color: rgb(152,252,205); }
td.TdClassName
{
border-color: #98FCCD;
}
.TagClassName
{
border-color: #98FCCD;
}
</style>