Shades of Magic Mint #98E9C5
Tints of Magic Mint #98E9C5
RGB
CMYK
RGB Variations
Color information
#98E9C5 (or 0x98E9C5) is known color: Magic Mint. HEX triplet: 98, E9 and C5. RGB value is (152,233,197). Sum of RGB (Red+Green+Blue) = 152+233+197=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9C5 is #67163A. Grayscale: #CCCCCC. Windows color (decimal): -6755899 or 12970392. OLE color: 12970392.
HSL color Cylindrical-coordinate representation of color #98E9C5: hue angle of 153.33º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98E9C5 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 233 | 197 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.09 |
| HSL | 153.33º | 0.65% | 0.75% | - |
| HSV(B) | 153.33º | 0.35% | 0.91% | - |
| XYZ | 52.17 | 68.98 | 63.39 | - |
| YUV | 204.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 233 | 197 | 0.35 | 0 | 0.15 | 0.09 | 153.33 | 0.65 | 0.75 |
| Hex | 98 | E9 | C5 | 23 | 0 | F | 9 | 99 | 41 | 4B |
| Octal | 230 | 351 | 305 | 43 | 0 | 17 | 11 | 231 | 101 | 113 |
| Binary | 10011000 | 11101001 | 11000101 | 100011 | 0 | 1111 | 1001 | 10011001 | 1000001 | 1001011 |
Color Harmonies of #98E9C5
Complementary color
Monochromatic Colors of #98E9C5
Black with #98E9C5
Text Example
Text Example
White with #98E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E9C5; }
p { color: rgb(152,233,197); }
H1.HeaderClassName
{
color: #98E9C5;
}
.AnyTagClassName
{
color: #98E9C5;
}
</style>
background-color css
<style>
a { background-color: #98E9C5; }
a { background-color: rgb(152,233,197); }
div.DivClassName
{
background-color: #98E9C5;
}
.BgClassName
{
background-color: #98E9C5;
}
</style>
border-color css
<style>
span { border-color: #98E9C5; }
span { border-color: rgb(152,233,197); }
td.TdClassName
{
border-color: #98E9C5;
}
.TagClassName
{
border-color: #98E9C5;
}
</style>