Shades of Magic Mint #98EFC1
Tints of Magic Mint #98EFC1
RGB
CMYK
RGB Variations
Color information
#98EFC1 (or 0x98EFC1) is known color: Magic Mint. HEX triplet: 98, EF and C1. RGB value is (152,239,193). Sum of RGB (Red+Green+Blue) = 152+239+193=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFC1 is #67103E. Grayscale: #CFCFCF. Windows color (decimal): -6754367 or 12709784. OLE color: 12709784.
HSL color Cylindrical-coordinate representation of color #98EFC1: hue angle of 148.28º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFC1 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 193 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.06 |
| HSL | 148.28º | 0.73% | 0.77% | - |
| HSV(B) | 148.28º | 0.36% | 0.94% | - |
| XYZ | 53.44 | 72.26 | 61.58 | - |
| YUV | 207.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 193 | 0.36 | 0 | 0.19 | 0.06 | 148.28 | 0.73 | 0.77 |
| Hex | 98 | EF | C1 | 24 | 0 | 13 | 6 | 94 | 49 | 4D |
| Octal | 230 | 357 | 301 | 44 | 0 | 23 | 6 | 224 | 111 | 115 |
| Binary | 10011000 | 11101111 | 11000001 | 100100 | 0 | 10011 | 110 | 10010100 | 1001001 | 1001101 |
Color Harmonies of #98EFC1
Complementary color
Monochromatic Colors of #98EFC1
Black with #98EFC1
Text Example
Text Example
White with #98EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFC1; }
p { color: rgb(152,239,193); }
H1.HeaderClassName
{
color: #98EFC1;
}
.AnyTagClassName
{
color: #98EFC1;
}
</style>
background-color css
<style>
a { background-color: #98EFC1; }
a { background-color: rgb(152,239,193); }
div.DivClassName
{
background-color: #98EFC1;
}
.BgClassName
{
background-color: #98EFC1;
}
</style>
border-color css
<style>
span { border-color: #98EFC1; }
span { border-color: rgb(152,239,193); }
td.TdClassName
{
border-color: #98EFC1;
}
.TagClassName
{
border-color: #98EFC1;
}
</style>