Shades of Magic Mint #98EFC2
Tints of Magic Mint #98EFC2
RGB
CMYK
RGB Variations
Color information
#98EFC2 (or 0x98EFC2) is known color: Magic Mint. HEX triplet: 98, EF and C2. RGB value is (152,239,194). Sum of RGB (Red+Green+Blue) = 152+239+194=585 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.98% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFC2 is #67103D. Grayscale: #CFCFCF. Windows color (decimal): -6754366 or 12775320. OLE color: 12775320.
HSL color Cylindrical-coordinate representation of color #98EFC2: hue angle of 148.97º 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 #98EFC2 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 194 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.06 |
| HSL | 148.97º | 0.73% | 0.77% | - |
| HSV(B) | 148.97º | 0.36% | 0.94% | - |
| XYZ | 53.55 | 72.3 | 62.17 | - |
| YUV | 207.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 194 | 0.36 | 0 | 0.19 | 0.06 | 148.97 | 0.73 | 0.77 |
| Hex | 98 | EF | C2 | 24 | 0 | 13 | 6 | 95 | 49 | 4D |
| Octal | 230 | 357 | 302 | 44 | 0 | 23 | 6 | 225 | 111 | 115 |
| Binary | 10011000 | 11101111 | 11000010 | 100100 | 0 | 10011 | 110 | 10010101 | 1001001 | 1001101 |
Color Harmonies of #98EFC2
Complementary color
Monochromatic Colors of #98EFC2
Black with #98EFC2
Text Example
Text Example
White with #98EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFC2; }
p { color: rgb(152,239,194); }
H1.HeaderClassName
{
color: #98EFC2;
}
.AnyTagClassName
{
color: #98EFC2;
}
</style>
background-color css
<style>
a { background-color: #98EFC2; }
a { background-color: rgb(152,239,194); }
div.DivClassName
{
background-color: #98EFC2;
}
.BgClassName
{
background-color: #98EFC2;
}
</style>
border-color css
<style>
span { border-color: #98EFC2; }
span { border-color: rgb(152,239,194); }
td.TdClassName
{
border-color: #98EFC2;
}
.TagClassName
{
border-color: #98EFC2;
}
</style>