Shades of Magic Mint #98F1C2
Tints of Magic Mint #98F1C2
RGB
CMYK
RGB Variations
Color information
#98F1C2 (or 0x98F1C2) is known color: Magic Mint. HEX triplet: 98, F1 and C2. RGB value is (152,241,194). Sum of RGB (Red+Green+Blue) = 152+241+194=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1C2 is #670E3D. Grayscale: #D1D1D1. Windows color (decimal): -6753854 or 12775832. OLE color: 12775832.
HSL color Cylindrical-coordinate representation of color #98F1C2: hue angle of 148.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1C2 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 194 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.05 |
| HSL | 148.31º | 0.76% | 0.77% | - |
| HSV(B) | 148.31º | 0.37% | 0.95% | - |
| XYZ | 54.14 | 73.48 | 62.37 | - |
| YUV | 209.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 194 | 0.37 | 0 | 0.20 | 0.05 | 148.31 | 0.76 | 0.77 |
| Hex | 98 | F1 | C2 | 25 | 0 | 14 | 5 | 94 | 4C | 4D |
| Octal | 230 | 361 | 302 | 45 | 0 | 24 | 5 | 224 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11000010 | 100101 | 0 | 10100 | 101 | 10010100 | 1001100 | 1001101 |
Color Harmonies of #98F1C2
Complementary color
Monochromatic Colors of #98F1C2
Black with #98F1C2
Text Example
Text Example
White with #98F1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1C2; }
p { color: rgb(152,241,194); }
H1.HeaderClassName
{
color: #98F1C2;
}
.AnyTagClassName
{
color: #98F1C2;
}
</style>
background-color css
<style>
a { background-color: #98F1C2; }
a { background-color: rgb(152,241,194); }
div.DivClassName
{
background-color: #98F1C2;
}
.BgClassName
{
background-color: #98F1C2;
}
</style>
border-color css
<style>
span { border-color: #98F1C2; }
span { border-color: rgb(152,241,194); }
td.TdClassName
{
border-color: #98F1C2;
}
.TagClassName
{
border-color: #98F1C2;
}
</style>