Shades of Magic Mint #98FFCF
Tints of Magic Mint #98FFCF
RGB
CMYK
RGB Variations
Color information
#98FFCF (or 0x98FFCF) is known color: Magic Mint. HEX triplet: 98, FF and CF. RGB value is (152,255,207). Sum of RGB (Red+Green+Blue) = 152+255+207=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFCF is #670030. Grayscale: #DADADA. Windows color (decimal): -6750257 or 13631384. OLE color: 13631384.
HSL color Cylindrical-coordinate representation of color #98FFCF: hue angle of 152.04º 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 #98FFCF is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 207 | - |
| CMYK | 0.40 | 0 | 0.19 | 0 |
| HSL | 152.04º | 1% | 0.8% | - |
| HSV(B) | 152.04º | 0.4% | 1% | - |
| XYZ | 59.97 | 82.7 | 71.83 | - |
| YUV | 218.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 207 | 0.40 | 0 | 0.19 | 0 | 152.04 | 1 | 0.8 |
| Hex | 98 | FF | CF | 28 | 0 | 13 | 0 | 98 | 64 | 50 |
| Octal | 230 | 377 | 317 | 50 | 0 | 23 | 0 | 230 | 144 | 120 |
| Binary | 10011000 | 11111111 | 11001111 | 101000 | 0 | 10011 | 0 | 10011000 | 1100100 | 1010000 |
Color Harmonies of #98FFCF
Complementary color
Monochromatic Colors of #98FFCF
Black with #98FFCF
Text Example
Text Example
White with #98FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFCF; }
p { color: rgb(152,255,207); }
H1.HeaderClassName
{
color: #98FFCF;
}
.AnyTagClassName
{
color: #98FFCF;
}
</style>
background-color css
<style>
a { background-color: #98FFCF; }
a { background-color: rgb(152,255,207); }
div.DivClassName
{
background-color: #98FFCF;
}
.BgClassName
{
background-color: #98FFCF;
}
</style>
border-color css
<style>
span { border-color: #98FFCF; }
span { border-color: rgb(152,255,207); }
td.TdClassName
{
border-color: #98FFCF;
}
.TagClassName
{
border-color: #98FFCF;
}
</style>