Shades of Magic Mint #98F9C6
Tints of Magic Mint #98F9C6
RGB
CMYK
RGB Variations
Color information
#98F9C6 (or 0x98F9C6) is known color: Magic Mint. HEX triplet: 98, F9 and C6. RGB value is (152,249,198). Sum of RGB (Red+Green+Blue) = 152+249+198=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F9C6 is #670639. Grayscale: #D6D6D6. Windows color (decimal): -6751802 or 13040024. OLE color: 13040024.
HSL color Cylindrical-coordinate representation of color #98F9C6: hue angle of 148.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F9C6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 198 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.02 |
| HSL | 148.45º | 0.89% | 0.79% | - |
| HSV(B) | 148.45º | 0.39% | 0.98% | - |
| XYZ | 57.02 | 78.5 | 65.57 | - |
| YUV | 214.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 198 | 0.39 | 0 | 0.20 | 0.02 | 148.45 | 0.89 | 0.79 |
| Hex | 98 | F9 | C6 | 27 | 0 | 14 | 2 | 94 | 59 | 4F |
| Octal | 230 | 371 | 306 | 47 | 0 | 24 | 2 | 224 | 131 | 117 |
| Binary | 10011000 | 11111001 | 11000110 | 100111 | 0 | 10100 | 10 | 10010100 | 1011001 | 1001111 |
Color Harmonies of #98F9C6
Complementary color
Monochromatic Colors of #98F9C6
Black with #98F9C6
Text Example
Text Example
White with #98F9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F9C6; }
p { color: rgb(152,249,198); }
H1.HeaderClassName
{
color: #98F9C6;
}
.AnyTagClassName
{
color: #98F9C6;
}
</style>
background-color css
<style>
a { background-color: #98F9C6; }
a { background-color: rgb(152,249,198); }
div.DivClassName
{
background-color: #98F9C6;
}
.BgClassName
{
background-color: #98F9C6;
}
</style>
border-color css
<style>
span { border-color: #98F9C6; }
span { border-color: rgb(152,249,198); }
td.TdClassName
{
border-color: #98F9C6;
}
.TagClassName
{
border-color: #98F9C6;
}
</style>