Shades of Magic Mint #98F6D3
Tints of Magic Mint #98F6D3
RGB
CMYK
RGB Variations
Color information
#98F6D3 (or 0x98F6D3) is known color: Magic Mint. HEX triplet: 98, F6 and D3. RGB value is (152,246,211). Sum of RGB (Red+Green+Blue) = 152+246+211=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #98F6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F6D3 is #67092C. Grayscale: #D5D5D5. Windows color (decimal): -6752557 or 13891224. OLE color: 13891224.
HSL color Cylindrical-coordinate representation of color #98F6D3: hue angle of 157.66º degrees, saturation: 0.84, 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 #98F6D3 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 246 | 211 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.04 |
| HSL | 157.66º | 0.84% | 0.78% | - |
| HSV(B) | 157.66º | 0.38% | 0.96% | - |
| XYZ | 57.66 | 77.29 | 73.51 | - |
| YUV | 213.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 246 | 211 | 0.38 | 0 | 0.14 | 0.04 | 157.66 | 0.84 | 0.78 |
| Hex | 98 | F6 | D3 | 26 | 0 | E | 4 | 9E | 54 | 4E |
| Octal | 230 | 366 | 323 | 46 | 0 | 16 | 4 | 236 | 124 | 116 |
| Binary | 10011000 | 11110110 | 11010011 | 100110 | 0 | 1110 | 100 | 10011110 | 1010100 | 1001110 |
Color Harmonies of #98F6D3
Complementary color
Monochromatic Colors of #98F6D3
Black with #98F6D3
Text Example
Text Example
White with #98F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F6D3; }
p { color: rgb(152,246,211); }
H1.HeaderClassName
{
color: #98F6D3;
}
.AnyTagClassName
{
color: #98F6D3;
}
</style>
background-color css
<style>
a { background-color: #98F6D3; }
a { background-color: rgb(152,246,211); }
div.DivClassName
{
background-color: #98F6D3;
}
.BgClassName
{
background-color: #98F6D3;
}
</style>
border-color css
<style>
span { border-color: #98F6D3; }
span { border-color: rgb(152,246,211); }
td.TdClassName
{
border-color: #98F6D3;
}
.TagClassName
{
border-color: #98F6D3;
}
</style>