Shades of Magic Mint #98E5C5
Tints of Magic Mint #98E5C5
RGB
CMYK
RGB Variations
Color information
#98E5C5 (or 0x98E5C5) is known color: Magic Mint. HEX triplet: 98, E5 and C5. RGB value is (152,229,197). Sum of RGB (Red+Green+Blue) = 152+229+197=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E5C5 is #671A3A. Grayscale: #CACACA. Windows color (decimal): -6756923 or 12969368. OLE color: 12969368.
HSL color Cylindrical-coordinate representation of color #98E5C5: hue angle of 155.06º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5C5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 197 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.10 |
| HSL | 155.06º | 0.6% | 0.75% | - |
| HSV(B) | 155.06º | 0.34% | 0.9% | - |
| XYZ | 51.05 | 66.75 | 63.02 | - |
| YUV | 202.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 197 | 0.34 | 0 | 0.14 | 0.10 | 155.06 | 0.6 | 0.75 |
| Hex | 98 | E5 | C5 | 22 | 0 | E | A | 9B | 3C | 4B |
| Octal | 230 | 345 | 305 | 42 | 0 | 16 | 12 | 233 | 74 | 113 |
| Binary | 10011000 | 11100101 | 11000101 | 100010 | 0 | 1110 | 1010 | 10011011 | 111100 | 1001011 |
Color Harmonies of #98E5C5
Complementary color
Monochromatic Colors of #98E5C5
Black with #98E5C5
Text Example
Text Example
White with #98E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5C5; }
p { color: rgb(152,229,197); }
H1.HeaderClassName
{
color: #98E5C5;
}
.AnyTagClassName
{
color: #98E5C5;
}
</style>
background-color css
<style>
a { background-color: #98E5C5; }
a { background-color: rgb(152,229,197); }
div.DivClassName
{
background-color: #98E5C5;
}
.BgClassName
{
background-color: #98E5C5;
}
</style>
border-color css
<style>
span { border-color: #98E5C5; }
span { border-color: rgb(152,229,197); }
td.TdClassName
{
border-color: #98E5C5;
}
.TagClassName
{
border-color: #98E5C5;
}
</style>