Shades of Magic Mint #98EBC6
Tints of Magic Mint #98EBC6
RGB
CMYK
RGB Variations
Color information
#98EBC6 (or 0x98EBC6) is known color: Magic Mint. HEX triplet: 98, EB and C6. RGB value is (152,235,198). Sum of RGB (Red+Green+Blue) = 152+235+198=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBC6 is #671439. Grayscale: #CECECE. Windows color (decimal): -6755386 or 13036440. OLE color: 13036440.
HSL color Cylindrical-coordinate representation of color #98EBC6: hue angle of 153.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBC6 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 198 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.08 |
| HSL | 153.25º | 0.67% | 0.76% | - |
| HSV(B) | 153.25º | 0.35% | 0.92% | - |
| XYZ | 52.85 | 70.17 | 64.18 | - |
| YUV | 205.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 198 | 0.35 | 0 | 0.16 | 0.08 | 153.25 | 0.67 | 0.76 |
| Hex | 98 | EB | C6 | 23 | 0 | 10 | 8 | 99 | 43 | 4C |
| Octal | 230 | 353 | 306 | 43 | 0 | 20 | 10 | 231 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11000110 | 100011 | 0 | 10000 | 1000 | 10011001 | 1000011 | 1001100 |
Color Harmonies of #98EBC6
Complementary color
Monochromatic Colors of #98EBC6
Black with #98EBC6
Text Example
Text Example
White with #98EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBC6; }
p { color: rgb(152,235,198); }
H1.HeaderClassName
{
color: #98EBC6;
}
.AnyTagClassName
{
color: #98EBC6;
}
</style>
background-color css
<style>
a { background-color: #98EBC6; }
a { background-color: rgb(152,235,198); }
div.DivClassName
{
background-color: #98EBC6;
}
.BgClassName
{
background-color: #98EBC6;
}
</style>
border-color css
<style>
span { border-color: #98EBC6; }
span { border-color: rgb(152,235,198); }
td.TdClassName
{
border-color: #98EBC6;
}
.TagClassName
{
border-color: #98EBC6;
}
</style>