Shades of Magic Mint #98E9CD
Tints of Magic Mint #98E9CD
RGB
CMYK
RGB Variations
Color information
#98E9CD (or 0x98E9CD) is known color: Magic Mint. HEX triplet: 98, E9 and CD. RGB value is (152,233,205). Sum of RGB (Red+Green+Blue) = 152+233+205=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9CD is #671632. Grayscale: #CDCDCD. Windows color (decimal): -6755891 or 13494680. OLE color: 13494680.
HSL color Cylindrical-coordinate representation of color #98E9CD: hue angle of 159.26º 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 #98E9CD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 233 | 205 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.09 |
| HSL | 159.26º | 0.65% | 0.75% | - |
| HSV(B) | 159.26º | 0.35% | 0.91% | - |
| XYZ | 53.11 | 69.36 | 68.35 | - |
| YUV | 205.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 233 | 205 | 0.35 | 0 | 0.12 | 0.09 | 159.26 | 0.65 | 0.75 |
| Hex | 98 | E9 | CD | 23 | 0 | C | 9 | 9F | 41 | 4B |
| Octal | 230 | 351 | 315 | 43 | 0 | 14 | 11 | 237 | 101 | 113 |
| Binary | 10011000 | 11101001 | 11001101 | 100011 | 0 | 1100 | 1001 | 10011111 | 1000001 | 1001011 |
Color Harmonies of #98E9CD
Complementary color
Monochromatic Colors of #98E9CD
Black with #98E9CD
Text Example
Text Example
White with #98E9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E9CD; }
p { color: rgb(152,233,205); }
H1.HeaderClassName
{
color: #98E9CD;
}
.AnyTagClassName
{
color: #98E9CD;
}
</style>
background-color css
<style>
a { background-color: #98E9CD; }
a { background-color: rgb(152,233,205); }
div.DivClassName
{
background-color: #98E9CD;
}
.BgClassName
{
background-color: #98E9CD;
}
</style>
border-color css
<style>
span { border-color: #98E9CD; }
span { border-color: rgb(152,233,205); }
td.TdClassName
{
border-color: #98E9CD;
}
.TagClassName
{
border-color: #98E9CD;
}
</style>