Shades of Magic Mint #98EACC
Tints of Magic Mint #98EACC
RGB
CMYK
RGB Variations
Color information
#98EACC (or 0x98EACC) is known color: Magic Mint. HEX triplet: 98, EA and CC. RGB value is (152,234,204). Sum of RGB (Red+Green+Blue) = 152+234+204=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #98EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EACC is #671533. Grayscale: #CECECE. Windows color (decimal): -6755636 or 13429400. OLE color: 13429400.
HSL color Cylindrical-coordinate representation of color #98EACC: hue angle of 158.05º 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 #98EACC is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 204 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.08 |
| HSL | 158.05º | 0.66% | 0.76% | - |
| HSV(B) | 158.05º | 0.35% | 0.92% | - |
| XYZ | 53.27 | 69.88 | 67.81 | - |
| YUV | 206.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 204 | 0.35 | 0 | 0.13 | 0.08 | 158.05 | 0.66 | 0.76 |
| Hex | 98 | EA | CC | 23 | 0 | D | 8 | 9E | 42 | 4C |
| Octal | 230 | 352 | 314 | 43 | 0 | 15 | 10 | 236 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11001100 | 100011 | 0 | 1101 | 1000 | 10011110 | 1000010 | 1001100 |
Color Harmonies of #98EACC
Complementary color
Monochromatic Colors of #98EACC
Black with #98EACC
Text Example
Text Example
White with #98EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EACC; }
p { color: rgb(152,234,204); }
H1.HeaderClassName
{
color: #98EACC;
}
.AnyTagClassName
{
color: #98EACC;
}
</style>
background-color css
<style>
a { background-color: #98EACC; }
a { background-color: rgb(152,234,204); }
div.DivClassName
{
background-color: #98EACC;
}
.BgClassName
{
background-color: #98EACC;
}
</style>
border-color css
<style>
span { border-color: #98EACC; }
span { border-color: rgb(152,234,204); }
td.TdClassName
{
border-color: #98EACC;
}
.TagClassName
{
border-color: #98EACC;
}
</style>