Shades of Magic Mint #98FBC2
Tints of Magic Mint #98FBC2
RGB
CMYK
RGB Variations
Color information
#98FBC2 (or 0x98FBC2) is known color: Magic Mint. HEX triplet: 98, FB and C2. RGB value is (152,251,194). Sum of RGB (Red+Green+Blue) = 152+251+194=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FBC2 is #67043D. Grayscale: #D7D7D7. Windows color (decimal): -6751294 or 12778392. OLE color: 12778392.
HSL color Cylindrical-coordinate representation of color #98FBC2: hue angle of 145.45º 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 #98FBC2 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 194 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.02 |
| HSL | 145.45º | 0.93% | 0.79% | - |
| HSV(B) | 145.45º | 0.39% | 0.98% | - |
| XYZ | 57.18 | 79.56 | 63.38 | - |
| YUV | 214.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 194 | 0.39 | 0 | 0.23 | 0.02 | 145.45 | 0.93 | 0.79 |
| Hex | 98 | FB | C2 | 27 | 0 | 17 | 2 | 91 | 5D | 4F |
| Octal | 230 | 373 | 302 | 47 | 0 | 27 | 2 | 221 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11000010 | 100111 | 0 | 10111 | 10 | 10010001 | 1011101 | 1001111 |
Color Harmonies of #98FBC2
Complementary color
Monochromatic Colors of #98FBC2
Black with #98FBC2
Text Example
Text Example
White with #98FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBC2; }
p { color: rgb(152,251,194); }
H1.HeaderClassName
{
color: #98FBC2;
}
.AnyTagClassName
{
color: #98FBC2;
}
</style>
background-color css
<style>
a { background-color: #98FBC2; }
a { background-color: rgb(152,251,194); }
div.DivClassName
{
background-color: #98FBC2;
}
.BgClassName
{
background-color: #98FBC2;
}
</style>
border-color css
<style>
span { border-color: #98FBC2; }
span { border-color: rgb(152,251,194); }
td.TdClassName
{
border-color: #98FBC2;
}
.TagClassName
{
border-color: #98FBC2;
}
</style>