Shades of Magic Mint #98E7CA
Tints of Magic Mint #98E7CA
RGB
CMYK
RGB Variations
Color information
#98E7CA (or 0x98E7CA) is known color: Magic Mint. HEX triplet: 98, E7 and CA. RGB value is (152,231,202). Sum of RGB (Red+Green+Blue) = 152+231+202=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E7CA is #671835. Grayscale: #CCCCCC. Windows color (decimal): -6756406 or 13297560. OLE color: 13297560.
HSL color Cylindrical-coordinate representation of color #98E7CA: hue angle of 157.97º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7CA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 231 | 202 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.09 |
| HSL | 157.97º | 0.62% | 0.75% | - |
| HSV(B) | 157.97º | 0.34% | 0.91% | - |
| XYZ | 52.19 | 68.09 | 66.27 | - |
| YUV | 204.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 231 | 202 | 0.34 | 0 | 0.13 | 0.09 | 157.97 | 0.62 | 0.75 |
| Hex | 98 | E7 | CA | 22 | 0 | D | 9 | 9E | 3E | 4B |
| Octal | 230 | 347 | 312 | 42 | 0 | 15 | 11 | 236 | 76 | 113 |
| Binary | 10011000 | 11100111 | 11001010 | 100010 | 0 | 1101 | 1001 | 10011110 | 111110 | 1001011 |
Color Harmonies of #98E7CA
Complementary color
Monochromatic Colors of #98E7CA
Black with #98E7CA
Text Example
Text Example
White with #98E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E7CA; }
p { color: rgb(152,231,202); }
H1.HeaderClassName
{
color: #98E7CA;
}
.AnyTagClassName
{
color: #98E7CA;
}
</style>
background-color css
<style>
a { background-color: #98E7CA; }
a { background-color: rgb(152,231,202); }
div.DivClassName
{
background-color: #98E7CA;
}
.BgClassName
{
background-color: #98E7CA;
}
</style>
border-color css
<style>
span { border-color: #98E7CA; }
span { border-color: rgb(152,231,202); }
td.TdClassName
{
border-color: #98E7CA;
}
.TagClassName
{
border-color: #98E7CA;
}
</style>