Shades of Magic Mint #98EEC0
Tints of Magic Mint #98EEC0
RGB
CMYK
RGB Variations
Color information
#98EEC0 (or 0x98EEC0) is known color: Magic Mint. HEX triplet: 98, EE and C0. RGB value is (152,238,192). Sum of RGB (Red+Green+Blue) = 152+238+192=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEC0 is #67113F. Grayscale: #CFCFCF. Windows color (decimal): -6754624 or 12643992. OLE color: 12643992.
HSL color Cylindrical-coordinate representation of color #98EEC0: hue angle of 147.91º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEC0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 192 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.07 |
| HSL | 147.91º | 0.72% | 0.76% | - |
| HSV(B) | 147.91º | 0.36% | 0.93% | - |
| XYZ | 53.04 | 71.63 | 60.9 | - |
| YUV | 207.04 | 119.51 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 192 | 0.36 | 0 | 0.19 | 0.07 | 147.91 | 0.72 | 0.76 |
| Hex | 98 | EE | C0 | 24 | 0 | 13 | 7 | 94 | 48 | 4C |
| Octal | 230 | 356 | 300 | 44 | 0 | 23 | 7 | 224 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11000000 | 100100 | 0 | 10011 | 111 | 10010100 | 1001000 | 1001100 |
Color Harmonies of #98EEC0
Complementary color
Monochromatic Colors of #98EEC0
Black with #98EEC0
Text Example
Text Example
White with #98EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEC0; }
p { color: rgb(152,238,192); }
H1.HeaderClassName
{
color: #98EEC0;
}
.AnyTagClassName
{
color: #98EEC0;
}
</style>
background-color css
<style>
a { background-color: #98EEC0; }
a { background-color: rgb(152,238,192); }
div.DivClassName
{
background-color: #98EEC0;
}
.BgClassName
{
background-color: #98EEC0;
}
</style>
border-color css
<style>
span { border-color: #98EEC0; }
span { border-color: rgb(152,238,192); }
td.TdClassName
{
border-color: #98EEC0;
}
.TagClassName
{
border-color: #98EEC0;
}
</style>