Shades of Magic Mint #98EEC8
Tints of Magic Mint #98EEC8
RGB
CMYK
RGB Variations
Color information
#98EEC8 (or 0x98EEC8) is known color: Magic Mint. HEX triplet: 98, EE and C8. RGB value is (152,238,200). Sum of RGB (Red+Green+Blue) = 152+238+200=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEC8 is #671137. Grayscale: #D0D0D0. Windows color (decimal): -6754616 or 13168280. OLE color: 13168280.
HSL color Cylindrical-coordinate representation of color #98EEC8: hue angle of 153.49º 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 #98EEC8 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 200 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.07 |
| HSL | 153.49º | 0.72% | 0.76% | - |
| HSV(B) | 153.49º | 0.36% | 0.93% | - |
| XYZ | 53.95 | 71.99 | 65.7 | - |
| YUV | 207.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 200 | 0.36 | 0 | 0.16 | 0.07 | 153.49 | 0.72 | 0.76 |
| Hex | 98 | EE | C8 | 24 | 0 | 10 | 7 | 99 | 48 | 4C |
| Octal | 230 | 356 | 310 | 44 | 0 | 20 | 7 | 231 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11001000 | 100100 | 0 | 10000 | 111 | 10011001 | 1001000 | 1001100 |
Color Harmonies of #98EEC8
Complementary color
Monochromatic Colors of #98EEC8
Black with #98EEC8
Text Example
Text Example
White with #98EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEC8; }
p { color: rgb(152,238,200); }
H1.HeaderClassName
{
color: #98EEC8;
}
.AnyTagClassName
{
color: #98EEC8;
}
</style>
background-color css
<style>
a { background-color: #98EEC8; }
a { background-color: rgb(152,238,200); }
div.DivClassName
{
background-color: #98EEC8;
}
.BgClassName
{
background-color: #98EEC8;
}
</style>
border-color css
<style>
span { border-color: #98EEC8; }
span { border-color: rgb(152,238,200); }
td.TdClassName
{
border-color: #98EEC8;
}
.TagClassName
{
border-color: #98EEC8;
}
</style>