Shades of Magic Mint #98EECD
Tints of Magic Mint #98EECD
RGB
CMYK
RGB Variations
Color information
#98EECD (or 0x98EECD) is known color: Magic Mint. HEX triplet: 98, EE and CD. RGB value is (152,238,205). Sum of RGB (Red+Green+Blue) = 152+238+205=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #98EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EECD is #671132. Grayscale: #D0D0D0. Windows color (decimal): -6754611 or 13495960. OLE color: 13495960.
HSL color Cylindrical-coordinate representation of color #98EECD: hue angle of 156.98º 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 #98EECD is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 205 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.07 |
| HSL | 156.98º | 0.72% | 0.76% | - |
| HSV(B) | 156.98º | 0.36% | 0.93% | - |
| XYZ | 54.54 | 72.23 | 68.83 | - |
| YUV | 208.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 205 | 0.36 | 0 | 0.14 | 0.07 | 156.98 | 0.72 | 0.76 |
| Hex | 98 | EE | CD | 24 | 0 | E | 7 | 9D | 48 | 4C |
| Octal | 230 | 356 | 315 | 44 | 0 | 16 | 7 | 235 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11001101 | 100100 | 0 | 1110 | 111 | 10011101 | 1001000 | 1001100 |
Color Harmonies of #98EECD
Complementary color
Monochromatic Colors of #98EECD
Black with #98EECD
Text Example
Text Example
White with #98EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EECD; }
p { color: rgb(152,238,205); }
H1.HeaderClassName
{
color: #98EECD;
}
.AnyTagClassName
{
color: #98EECD;
}
</style>
background-color css
<style>
a { background-color: #98EECD; }
a { background-color: rgb(152,238,205); }
div.DivClassName
{
background-color: #98EECD;
}
.BgClassName
{
background-color: #98EECD;
}
</style>
border-color css
<style>
span { border-color: #98EECD; }
span { border-color: rgb(152,238,205); }
td.TdClassName
{
border-color: #98EECD;
}
.TagClassName
{
border-color: #98EECD;
}
</style>