Shades of Magic Mint #98F9BD
Tints of Magic Mint #98F9BD
RGB
CMYK
RGB Variations
Color information
#98F9BD (or 0x98F9BD) is known color: Magic Mint. HEX triplet: 98, F9 and BD. RGB value is (152,249,189). Sum of RGB (Red+Green+Blue) = 152+249+189=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #98F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F9BD is #670642. Grayscale: #D5D5D5. Windows color (decimal): -6751811 or 12450200. OLE color: 12450200.
HSL color Cylindrical-coordinate representation of color #98F9BD: hue angle of 142.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F9BD is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 249 | 189 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.02 |
| HSL | 142.89º | 0.89% | 0.79% | - |
| HSV(B) | 142.89º | 0.39% | 0.98% | - |
| XYZ | 56.01 | 78.1 | 60.27 | - |
| YUV | 213.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 249 | 189 | 0.39 | 0 | 0.24 | 0.02 | 142.89 | 0.89 | 0.79 |
| Hex | 98 | F9 | BD | 27 | 0 | 18 | 2 | 8F | 59 | 4F |
| Octal | 230 | 371 | 275 | 47 | 0 | 30 | 2 | 217 | 131 | 117 |
| Binary | 10011000 | 11111001 | 10111101 | 100111 | 0 | 11000 | 10 | 10001111 | 1011001 | 1001111 |
Color Harmonies of #98F9BD
Complementary color
Monochromatic Colors of #98F9BD
Black with #98F9BD
Text Example
Text Example
White with #98F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F9BD; }
p { color: rgb(152,249,189); }
H1.HeaderClassName
{
color: #98F9BD;
}
.AnyTagClassName
{
color: #98F9BD;
}
</style>
background-color css
<style>
a { background-color: #98F9BD; }
a { background-color: rgb(152,249,189); }
div.DivClassName
{
background-color: #98F9BD;
}
.BgClassName
{
background-color: #98F9BD;
}
</style>
border-color css
<style>
span { border-color: #98F9BD; }
span { border-color: rgb(152,249,189); }
td.TdClassName
{
border-color: #98F9BD;
}
.TagClassName
{
border-color: #98F9BD;
}
</style>