Shades of Magic Mint #98EECA
Tints of Magic Mint #98EECA
RGB
CMYK
RGB Variations
Color information
#98EECA (or 0x98EECA) is known color: Magic Mint. HEX triplet: 98, EE and CA. RGB value is (152,238,202). Sum of RGB (Red+Green+Blue) = 152+238+202=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #98EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EECA is #671135. Grayscale: #D0D0D0. Windows color (decimal): -6754614 or 13299352. OLE color: 13299352.
HSL color Cylindrical-coordinate representation of color #98EECA: hue angle of 154.88º 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 #98EECA is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 202 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.07 |
| HSL | 154.88º | 0.72% | 0.76% | - |
| HSV(B) | 154.88º | 0.36% | 0.93% | - |
| XYZ | 54.18 | 72.09 | 66.94 | - |
| YUV | 208.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 202 | 0.36 | 0 | 0.15 | 0.07 | 154.88 | 0.72 | 0.76 |
| Hex | 98 | EE | CA | 24 | 0 | F | 7 | 9B | 48 | 4C |
| Octal | 230 | 356 | 312 | 44 | 0 | 17 | 7 | 233 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11001010 | 100100 | 0 | 1111 | 111 | 10011011 | 1001000 | 1001100 |
Color Harmonies of #98EECA
Complementary color
Monochromatic Colors of #98EECA
Black with #98EECA
Text Example
Text Example
White with #98EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EECA; }
p { color: rgb(152,238,202); }
H1.HeaderClassName
{
color: #98EECA;
}
.AnyTagClassName
{
color: #98EECA;
}
</style>
background-color css
<style>
a { background-color: #98EECA; }
a { background-color: rgb(152,238,202); }
div.DivClassName
{
background-color: #98EECA;
}
.BgClassName
{
background-color: #98EECA;
}
</style>
border-color css
<style>
span { border-color: #98EECA; }
span { border-color: rgb(152,238,202); }
td.TdClassName
{
border-color: #98EECA;
}
.TagClassName
{
border-color: #98EECA;
}
</style>