Shades of Magic Mint #98F5BD
Tints of Magic Mint #98F5BD
RGB
CMYK
RGB Variations
Color information
#98F5BD (or 0x98F5BD) is known color: Magic Mint. HEX triplet: 98, F5 and BD. RGB value is (152,245,189). Sum of RGB (Red+Green+Blue) = 152+245+189=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5BD is #670A42. Grayscale: #D2D2D2. Windows color (decimal): -6752835 or 12449176. OLE color: 12449176.
HSL color Cylindrical-coordinate representation of color #98F5BD: hue angle of 143.87º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F5BD is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 245 | 189 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.04 |
| HSL | 143.87º | 0.82% | 0.78% | - |
| HSV(B) | 143.87º | 0.38% | 0.96% | - |
| XYZ | 54.79 | 75.65 | 59.86 | - |
| YUV | 210.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 245 | 189 | 0.38 | 0 | 0.23 | 0.04 | 143.87 | 0.82 | 0.78 |
| Hex | 98 | F5 | BD | 26 | 0 | 17 | 4 | 90 | 52 | 4E |
| Octal | 230 | 365 | 275 | 46 | 0 | 27 | 4 | 220 | 122 | 116 |
| Binary | 10011000 | 11110101 | 10111101 | 100110 | 0 | 10111 | 100 | 10010000 | 1010010 | 1001110 |
Color Harmonies of #98F5BD
Complementary color
Monochromatic Colors of #98F5BD
Black with #98F5BD
Text Example
Text Example
White with #98F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F5BD; }
p { color: rgb(152,245,189); }
H1.HeaderClassName
{
color: #98F5BD;
}
.AnyTagClassName
{
color: #98F5BD;
}
</style>
background-color css
<style>
a { background-color: #98F5BD; }
a { background-color: rgb(152,245,189); }
div.DivClassName
{
background-color: #98F5BD;
}
.BgClassName
{
background-color: #98F5BD;
}
</style>
border-color css
<style>
span { border-color: #98F5BD; }
span { border-color: rgb(152,245,189); }
td.TdClassName
{
border-color: #98F5BD;
}
.TagClassName
{
border-color: #98F5BD;
}
</style>