Shades of Magic Mint #98EBD0
Tints of Magic Mint #98EBD0
RGB
CMYK
RGB Variations
Color information
#98EBD0 (or 0x98EBD0) is known color: Magic Mint. HEX triplet: 98, EB and D0. RGB value is (152,235,208). Sum of RGB (Red+Green+Blue) = 152+235+208=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBD0 is #67142F. Grayscale: #CFCFCF. Windows color (decimal): -6755376 or 13691800. OLE color: 13691800.
HSL color Cylindrical-coordinate representation of color #98EBD0: hue angle of 160.48º 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 #98EBD0 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 208 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.08 |
| HSL | 160.48º | 0.67% | 0.76% | - |
| HSV(B) | 160.48º | 0.35% | 0.92% | - |
| XYZ | 54.04 | 70.65 | 70.46 | - |
| YUV | 207.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 208 | 0.35 | 0 | 0.11 | 0.08 | 160.48 | 0.67 | 0.76 |
| Hex | 98 | EB | D0 | 23 | 0 | B | 8 | A0 | 43 | 4C |
| Octal | 230 | 353 | 320 | 43 | 0 | 13 | 10 | 240 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11010000 | 100011 | 0 | 1011 | 1000 | 10100000 | 1000011 | 1001100 |
Color Harmonies of #98EBD0
Complementary color
Monochromatic Colors of #98EBD0
Black with #98EBD0
Text Example
Text Example
White with #98EBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBD0; }
p { color: rgb(152,235,208); }
H1.HeaderClassName
{
color: #98EBD0;
}
.AnyTagClassName
{
color: #98EBD0;
}
</style>
background-color css
<style>
a { background-color: #98EBD0; }
a { background-color: rgb(152,235,208); }
div.DivClassName
{
background-color: #98EBD0;
}
.BgClassName
{
background-color: #98EBD0;
}
</style>
border-color css
<style>
span { border-color: #98EBD0; }
span { border-color: rgb(152,235,208); }
td.TdClassName
{
border-color: #98EBD0;
}
.TagClassName
{
border-color: #98EBD0;
}
</style>