Shades of Magic Mint #98FCDB
Tints of Magic Mint #98FCDB
RGB
CMYK
RGB Variations
Color information
#98FCDB (or 0x98FCDB) is known color: Magic Mint. HEX triplet: 98, FC and DB. RGB value is (152,252,219). Sum of RGB (Red+Green+Blue) = 152+252+219=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCDB is #670324. Grayscale: #DADADA. Windows color (decimal): -6751013 or 14417048. OLE color: 14417048.
HSL color Cylindrical-coordinate representation of color #98FCDB: hue angle of 160.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCDB is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 219 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.01 |
| HSL | 160.2º | 0.94% | 0.79% | - |
| HSV(B) | 160.2º | 0.4% | 0.99% | - |
| XYZ | 60.55 | 81.41 | 79.54 | - |
| YUV | 218.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 219 | 0.40 | 0 | 0.13 | 0.01 | 160.2 | 0.94 | 0.79 |
| Hex | 98 | FC | DB | 28 | 0 | D | 1 | A0 | 5E | 4F |
| Octal | 230 | 374 | 333 | 50 | 0 | 15 | 1 | 240 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11011011 | 101000 | 0 | 1101 | 1 | 10100000 | 1011110 | 1001111 |
Color Harmonies of #98FCDB
Complementary color
Monochromatic Colors of #98FCDB
Black with #98FCDB
Text Example
Text Example
White with #98FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCDB; }
p { color: rgb(152,252,219); }
H1.HeaderClassName
{
color: #98FCDB;
}
.AnyTagClassName
{
color: #98FCDB;
}
</style>
background-color css
<style>
a { background-color: #98FCDB; }
a { background-color: rgb(152,252,219); }
div.DivClassName
{
background-color: #98FCDB;
}
.BgClassName
{
background-color: #98FCDB;
}
</style>
border-color css
<style>
span { border-color: #98FCDB; }
span { border-color: rgb(152,252,219); }
td.TdClassName
{
border-color: #98FCDB;
}
.TagClassName
{
border-color: #98FCDB;
}
</style>