Shades of Magic Mint #98FBC0
Tints of Magic Mint #98FBC0
RGB
CMYK
RGB Variations
Color information
#98FBC0 (or 0x98FBC0) is known color: Magic Mint. HEX triplet: 98, FB and C0. RGB value is (152,251,192). Sum of RGB (Red+Green+Blue) = 152+251+192=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FBC0 is #67043F. Grayscale: #D6D6D6. Windows color (decimal): -6751296 or 12647320. OLE color: 12647320.
HSL color Cylindrical-coordinate representation of color #98FBC0: hue angle of 144.24º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FBC0 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 192 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.02 |
| HSL | 144.24º | 0.93% | 0.79% | - |
| HSV(B) | 144.24º | 0.39% | 0.98% | - |
| XYZ | 56.96 | 79.48 | 62.21 | - |
| YUV | 214.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 192 | 0.39 | 0 | 0.24 | 0.02 | 144.24 | 0.93 | 0.79 |
| Hex | 98 | FB | C0 | 27 | 0 | 18 | 2 | 90 | 5D | 4F |
| Octal | 230 | 373 | 300 | 47 | 0 | 30 | 2 | 220 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11000000 | 100111 | 0 | 11000 | 10 | 10010000 | 1011101 | 1001111 |
Color Harmonies of #98FBC0
Complementary color
Monochromatic Colors of #98FBC0
Black with #98FBC0
Text Example
Text Example
White with #98FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBC0; }
p { color: rgb(152,251,192); }
H1.HeaderClassName
{
color: #98FBC0;
}
.AnyTagClassName
{
color: #98FBC0;
}
</style>
background-color css
<style>
a { background-color: #98FBC0; }
a { background-color: rgb(152,251,192); }
div.DivClassName
{
background-color: #98FBC0;
}
.BgClassName
{
background-color: #98FBC0;
}
</style>
border-color css
<style>
span { border-color: #98FBC0; }
span { border-color: rgb(152,251,192); }
td.TdClassName
{
border-color: #98FBC0;
}
.TagClassName
{
border-color: #98FBC0;
}
</style>