Shades of Magic Mint #98EAC8
Tints of Magic Mint #98EAC8
RGB
CMYK
RGB Variations
Color information
#98EAC8 (or 0x98EAC8) is known color: Magic Mint. HEX triplet: 98, EA and C8. RGB value is (152,234,200). Sum of RGB (Red+Green+Blue) = 152+234+200=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAC8 is #671537. Grayscale: #CDCDCD. Windows color (decimal): -6755640 or 13167256. OLE color: 13167256.
HSL color Cylindrical-coordinate representation of color #98EAC8: hue angle of 155.12º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EAC8 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 200 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.08 |
| HSL | 155.12º | 0.66% | 0.76% | - |
| HSV(B) | 155.12º | 0.35% | 0.92% | - |
| XYZ | 52.8 | 69.69 | 65.31 | - |
| YUV | 205.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 200 | 0.35 | 0 | 0.15 | 0.08 | 155.12 | 0.66 | 0.76 |
| Hex | 98 | EA | C8 | 23 | 0 | F | 8 | 9B | 42 | 4C |
| Octal | 230 | 352 | 310 | 43 | 0 | 17 | 10 | 233 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11001000 | 100011 | 0 | 1111 | 1000 | 10011011 | 1000010 | 1001100 |
Color Harmonies of #98EAC8
Complementary color
Monochromatic Colors of #98EAC8
Black with #98EAC8
Text Example
Text Example
White with #98EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAC8; }
p { color: rgb(152,234,200); }
H1.HeaderClassName
{
color: #98EAC8;
}
.AnyTagClassName
{
color: #98EAC8;
}
</style>
background-color css
<style>
a { background-color: #98EAC8; }
a { background-color: rgb(152,234,200); }
div.DivClassName
{
background-color: #98EAC8;
}
.BgClassName
{
background-color: #98EAC8;
}
</style>
border-color css
<style>
span { border-color: #98EAC8; }
span { border-color: rgb(152,234,200); }
td.TdClassName
{
border-color: #98EAC8;
}
.TagClassName
{
border-color: #98EAC8;
}
</style>