Shades of Magic Mint #98EAC6
Tints of Magic Mint #98EAC6
RGB
CMYK
RGB Variations
Color information
#98EAC6 (or 0x98EAC6) is known color: Magic Mint. HEX triplet: 98, EA and C6. RGB value is (152,234,198). Sum of RGB (Red+Green+Blue) = 152+234+198=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAC6 is #671539. Grayscale: #CDCDCD. Windows color (decimal): -6755642 or 13036184. OLE color: 13036184.
HSL color Cylindrical-coordinate representation of color #98EAC6: hue angle of 153.66º 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 #98EAC6 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 198 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.08 |
| HSL | 153.66º | 0.66% | 0.76% | - |
| HSV(B) | 153.66º | 0.35% | 0.92% | - |
| XYZ | 52.56 | 69.6 | 64.09 | - |
| YUV | 205.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 198 | 0.35 | 0 | 0.15 | 0.08 | 153.66 | 0.66 | 0.76 |
| Hex | 98 | EA | C6 | 23 | 0 | F | 8 | 9A | 42 | 4C |
| Octal | 230 | 352 | 306 | 43 | 0 | 17 | 10 | 232 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11000110 | 100011 | 0 | 1111 | 1000 | 10011010 | 1000010 | 1001100 |
Color Harmonies of #98EAC6
Complementary color
Monochromatic Colors of #98EAC6
Black with #98EAC6
Text Example
Text Example
White with #98EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAC6; }
p { color: rgb(152,234,198); }
H1.HeaderClassName
{
color: #98EAC6;
}
.AnyTagClassName
{
color: #98EAC6;
}
</style>
background-color css
<style>
a { background-color: #98EAC6; }
a { background-color: rgb(152,234,198); }
div.DivClassName
{
background-color: #98EAC6;
}
.BgClassName
{
background-color: #98EAC6;
}
</style>
border-color css
<style>
span { border-color: #98EAC6; }
span { border-color: rgb(152,234,198); }
td.TdClassName
{
border-color: #98EAC6;
}
.TagClassName
{
border-color: #98EAC6;
}
</style>