Shades of Magic Mint #98F3C6
Tints of Magic Mint #98F3C6
RGB
CMYK
RGB Variations
Color information
#98F3C6 (or 0x98F3C6) is known color: Magic Mint. HEX triplet: 98, F3 and C6. RGB value is (152,243,198). Sum of RGB (Red+Green+Blue) = 152+243+198=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #98F3C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F3C6 is #670C39. Grayscale: #D2D2D2. Windows color (decimal): -6753338 or 13038488. OLE color: 13038488.
HSL color Cylindrical-coordinate representation of color #98F3C6: hue angle of 150.33º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F3C6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 198 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.05 |
| HSL | 150.33º | 0.79% | 0.77% | - |
| HSV(B) | 150.33º | 0.37% | 0.95% | - |
| XYZ | 55.19 | 74.85 | 64.97 | - |
| YUV | 210.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 198 | 0.37 | 0 | 0.19 | 0.05 | 150.33 | 0.79 | 0.77 |
| Hex | 98 | F3 | C6 | 25 | 0 | 13 | 5 | 96 | 4F | 4D |
| Octal | 230 | 363 | 306 | 45 | 0 | 23 | 5 | 226 | 117 | 115 |
| Binary | 10011000 | 11110011 | 11000110 | 100101 | 0 | 10011 | 101 | 10010110 | 1001111 | 1001101 |
Color Harmonies of #98F3C6
Complementary color
Monochromatic Colors of #98F3C6
Black with #98F3C6
Text Example
Text Example
White with #98F3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F3C6; }
p { color: rgb(152,243,198); }
H1.HeaderClassName
{
color: #98F3C6;
}
.AnyTagClassName
{
color: #98F3C6;
}
</style>
background-color css
<style>
a { background-color: #98F3C6; }
a { background-color: rgb(152,243,198); }
div.DivClassName
{
background-color: #98F3C6;
}
.BgClassName
{
background-color: #98F3C6;
}
</style>
border-color css
<style>
span { border-color: #98F3C6; }
span { border-color: rgb(152,243,198); }
td.TdClassName
{
border-color: #98F3C6;
}
.TagClassName
{
border-color: #98F3C6;
}
</style>