Shades of Magic Mint #98EECF
Tints of Magic Mint #98EECF
RGB
CMYK
RGB Variations
Color information
#98EECF (or 0x98EECF) is known color: Magic Mint. HEX triplet: 98, EE and CF. RGB value is (152,238,207). Sum of RGB (Red+Green+Blue) = 152+238+207=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #98EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EECF is #671130. Grayscale: #D0D0D0. Windows color (decimal): -6754609 or 13627032. OLE color: 13627032.
HSL color Cylindrical-coordinate representation of color #98EECF: hue angle of 158.37º 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 #98EECF is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 207 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.07 |
| HSL | 158.37º | 0.72% | 0.76% | - |
| HSV(B) | 158.37º | 0.36% | 0.93% | - |
| XYZ | 54.79 | 72.33 | 70.1 | - |
| YUV | 208.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 207 | 0.36 | 0 | 0.13 | 0.07 | 158.37 | 0.72 | 0.76 |
| Hex | 98 | EE | CF | 24 | 0 | D | 7 | 9E | 48 | 4C |
| Octal | 230 | 356 | 317 | 44 | 0 | 15 | 7 | 236 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11001111 | 100100 | 0 | 1101 | 111 | 10011110 | 1001000 | 1001100 |
Color Harmonies of #98EECF
Complementary color
Monochromatic Colors of #98EECF
Black with #98EECF
Text Example
Text Example
White with #98EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EECF; }
p { color: rgb(152,238,207); }
H1.HeaderClassName
{
color: #98EECF;
}
.AnyTagClassName
{
color: #98EECF;
}
</style>
background-color css
<style>
a { background-color: #98EECF; }
a { background-color: rgb(152,238,207); }
div.DivClassName
{
background-color: #98EECF;
}
.BgClassName
{
background-color: #98EECF;
}
</style>
border-color css
<style>
span { border-color: #98EECF; }
span { border-color: rgb(152,238,207); }
td.TdClassName
{
border-color: #98EECF;
}
.TagClassName
{
border-color: #98EECF;
}
</style>