Shades of Magic Mint #98E7CB
Tints of Magic Mint #98E7CB
RGB
CMYK
RGB Variations
Color information
#98E7CB (or 0x98E7CB) is known color: Magic Mint. HEX triplet: 98, E7 and CB. RGB value is (152,231,203). Sum of RGB (Red+Green+Blue) = 152+231+203=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #98E7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E7CB is #671834. Grayscale: #CCCCCC. Windows color (decimal): -6756405 or 13363096. OLE color: 13363096.
HSL color Cylindrical-coordinate representation of color #98E7CB: hue angle of 158.73º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E7CB is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 231 | 203 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.09 |
| HSL | 158.73º | 0.62% | 0.75% | - |
| HSV(B) | 158.73º | 0.34% | 0.91% | - |
| XYZ | 52.3 | 68.14 | 66.9 | - |
| YUV | 204.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 231 | 203 | 0.34 | 0 | 0.12 | 0.09 | 158.73 | 0.62 | 0.75 |
| Hex | 98 | E7 | CB | 22 | 0 | C | 9 | 9F | 3E | 4B |
| Octal | 230 | 347 | 313 | 42 | 0 | 14 | 11 | 237 | 76 | 113 |
| Binary | 10011000 | 11100111 | 11001011 | 100010 | 0 | 1100 | 1001 | 10011111 | 111110 | 1001011 |
Color Harmonies of #98E7CB
Complementary color
Monochromatic Colors of #98E7CB
Black with #98E7CB
Text Example
Text Example
White with #98E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E7CB; }
p { color: rgb(152,231,203); }
H1.HeaderClassName
{
color: #98E7CB;
}
.AnyTagClassName
{
color: #98E7CB;
}
</style>
background-color css
<style>
a { background-color: #98E7CB; }
a { background-color: rgb(152,231,203); }
div.DivClassName
{
background-color: #98E7CB;
}
.BgClassName
{
background-color: #98E7CB;
}
</style>
border-color css
<style>
span { border-color: #98E7CB; }
span { border-color: rgb(152,231,203); }
td.TdClassName
{
border-color: #98E7CB;
}
.TagClassName
{
border-color: #98E7CB;
}
</style>