Shades of Magic Mint #98F1C1
Tints of Magic Mint #98F1C1
RGB
CMYK
RGB Variations
Color information
#98F1C1 (or 0x98F1C1) is known color: Magic Mint. HEX triplet: 98, F1 and C1. RGB value is (152,241,193). Sum of RGB (Red+Green+Blue) = 152+241+193=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1C1 is #670E3E. Grayscale: #D1D1D1. Windows color (decimal): -6753855 or 12710296. OLE color: 12710296.
HSL color Cylindrical-coordinate representation of color #98F1C1: hue angle of 147.64º 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 #98F1C1 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 193 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.05 |
| HSL | 147.64º | 0.76% | 0.77% | - |
| HSV(B) | 147.64º | 0.37% | 0.95% | - |
| XYZ | 54.03 | 73.44 | 61.78 | - |
| YUV | 208.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 193 | 0.37 | 0 | 0.20 | 0.05 | 147.64 | 0.76 | 0.77 |
| Hex | 98 | F1 | C1 | 25 | 0 | 14 | 5 | 94 | 4C | 4D |
| Octal | 230 | 361 | 301 | 45 | 0 | 24 | 5 | 224 | 114 | 115 |
| Binary | 10011000 | 11110001 | 11000001 | 100101 | 0 | 10100 | 101 | 10010100 | 1001100 | 1001101 |
Color Harmonies of #98F1C1
Complementary color
Monochromatic Colors of #98F1C1
Black with #98F1C1
Text Example
Text Example
White with #98F1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1C1; }
p { color: rgb(152,241,193); }
H1.HeaderClassName
{
color: #98F1C1;
}
.AnyTagClassName
{
color: #98F1C1;
}
</style>
background-color css
<style>
a { background-color: #98F1C1; }
a { background-color: rgb(152,241,193); }
div.DivClassName
{
background-color: #98F1C1;
}
.BgClassName
{
background-color: #98F1C1;
}
</style>
border-color css
<style>
span { border-color: #98F1C1; }
span { border-color: rgb(152,241,193); }
td.TdClassName
{
border-color: #98F1C1;
}
.TagClassName
{
border-color: #98F1C1;
}
</style>