Shades of Magic Mint #98ECD5
Tints of Magic Mint #98ECD5
RGB
CMYK
RGB Variations
Color information
#98ECD5 (or 0x98ECD5) is known color: Magic Mint. HEX triplet: 98, EC and D5. RGB value is (152,236,213). Sum of RGB (Red+Green+Blue) = 152+236+213=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECD5 is #67132A. Grayscale: #D0D0D0. Windows color (decimal): -6755115 or 14019736. OLE color: 14019736.
HSL color Cylindrical-coordinate representation of color #98ECD5: hue angle of 163.57º degrees, saturation: 0.69, 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 #98ECD5 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 213 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.07 |
| HSL | 163.57º | 0.69% | 0.76% | - |
| HSV(B) | 163.57º | 0.36% | 0.93% | - |
| XYZ | 54.95 | 71.47 | 73.85 | - |
| YUV | 208.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 213 | 0.36 | 0 | 0.10 | 0.07 | 163.57 | 0.69 | 0.76 |
| Hex | 98 | EC | D5 | 24 | 0 | A | 7 | A4 | 45 | 4C |
| Octal | 230 | 354 | 325 | 44 | 0 | 12 | 7 | 244 | 105 | 114 |
| Binary | 10011000 | 11101100 | 11010101 | 100100 | 0 | 1010 | 111 | 10100100 | 1000101 | 1001100 |
Color Harmonies of #98ECD5
Complementary color
Monochromatic Colors of #98ECD5
Black with #98ECD5
Text Example
Text Example
White with #98ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ECD5; }
p { color: rgb(152,236,213); }
H1.HeaderClassName
{
color: #98ECD5;
}
.AnyTagClassName
{
color: #98ECD5;
}
</style>
background-color css
<style>
a { background-color: #98ECD5; }
a { background-color: rgb(152,236,213); }
div.DivClassName
{
background-color: #98ECD5;
}
.BgClassName
{
background-color: #98ECD5;
}
</style>
border-color css
<style>
span { border-color: #98ECD5; }
span { border-color: rgb(152,236,213); }
td.TdClassName
{
border-color: #98ECD5;
}
.TagClassName
{
border-color: #98ECD5;
}
</style>