Shades of Magic Mint #98FFCD
Tints of Magic Mint #98FFCD
RGB
CMYK
RGB Variations
Color information
#98FFCD (or 0x98FFCD) is known color: Magic Mint. HEX triplet: 98, FF and CD. RGB value is (152,255,205). Sum of RGB (Red+Green+Blue) = 152+255+205=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFCD is #670032. Grayscale: #DADADA. Windows color (decimal): -6750259 or 13500312. OLE color: 13500312.
HSL color Cylindrical-coordinate representation of color #98FFCD: hue angle of 150.87º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFCD is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 205 | - |
| CMYK | 0.40 | 0 | 0.20 | 0 |
| HSL | 150.87º | 1% | 0.8% | - |
| HSV(B) | 150.87º | 0.4% | 1% | - |
| XYZ | 59.73 | 82.6 | 70.55 | - |
| YUV | 218.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 205 | 0.40 | 0 | 0.20 | 0 | 150.87 | 1 | 0.8 |
| Hex | 98 | FF | CD | 28 | 0 | 14 | 0 | 97 | 64 | 50 |
| Octal | 230 | 377 | 315 | 50 | 0 | 24 | 0 | 227 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11001101 | 101000 | 0 | 10100 | 0 | 10010111 | 1100100 | 1010000 |
Color Harmonies of #98FFCD
Complementary color
Monochromatic Colors of #98FFCD
Black with #98FFCD
Text Example
Text Example
White with #98FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFCD; }
p { color: rgb(152,255,205); }
H1.HeaderClassName
{
color: #98FFCD;
}
.AnyTagClassName
{
color: #98FFCD;
}
</style>
background-color css
<style>
a { background-color: #98FFCD; }
a { background-color: rgb(152,255,205); }
div.DivClassName
{
background-color: #98FFCD;
}
.BgClassName
{
background-color: #98FFCD;
}
</style>
border-color css
<style>
span { border-color: #98FFCD; }
span { border-color: rgb(152,255,205); }
td.TdClassName
{
border-color: #98FFCD;
}
.TagClassName
{
border-color: #98FFCD;
}
</style>