Shades of Magic Mint #98FBD4
Tints of Magic Mint #98FBD4
RGB
CMYK
RGB Variations
Color information
#98FBD4 (or 0x98FBD4) is known color: Magic Mint. HEX triplet: 98, FB and D4. RGB value is (152,251,212). Sum of RGB (Red+Green+Blue) = 152+251+212=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FBD4 is #67042B. Grayscale: #D9D9D9. Windows color (decimal): -6751276 or 13958040. OLE color: 13958040.
HSL color Cylindrical-coordinate representation of color #98FBD4: hue angle of 156.36º 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 #98FBD4 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 212 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.02 |
| HSL | 156.36º | 0.93% | 0.79% | - |
| HSV(B) | 156.36º | 0.39% | 0.98% | - |
| XYZ | 59.33 | 80.42 | 74.68 | - |
| YUV | 216.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 212 | 0.39 | 0 | 0.16 | 0.02 | 156.36 | 0.93 | 0.79 |
| Hex | 98 | FB | D4 | 27 | 0 | 10 | 2 | 9C | 5D | 4F |
| Octal | 230 | 373 | 324 | 47 | 0 | 20 | 2 | 234 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11010100 | 100111 | 0 | 10000 | 10 | 10011100 | 1011101 | 1001111 |
Color Harmonies of #98FBD4
Complementary color
Monochromatic Colors of #98FBD4
Black with #98FBD4
Text Example
Text Example
White with #98FBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBD4; }
p { color: rgb(152,251,212); }
H1.HeaderClassName
{
color: #98FBD4;
}
.AnyTagClassName
{
color: #98FBD4;
}
</style>
background-color css
<style>
a { background-color: #98FBD4; }
a { background-color: rgb(152,251,212); }
div.DivClassName
{
background-color: #98FBD4;
}
.BgClassName
{
background-color: #98FBD4;
}
</style>
border-color css
<style>
span { border-color: #98FBD4; }
span { border-color: rgb(152,251,212); }
td.TdClassName
{
border-color: #98FBD4;
}
.TagClassName
{
border-color: #98FBD4;
}
</style>