Shades of Magic Mint #9FFBD4
Tints of Magic Mint #9FFBD4
RGB
CMYK
RGB Variations
Color information
#9FFBD4 (or 0x9FFBD4) is known color: Magic Mint. HEX triplet: 9F, FB and D4. RGB value is (159,251,212). Sum of RGB (Red+Green+Blue) = 159+251+212=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBD4 is #60042B. Grayscale: #DBDBDB. Windows color (decimal): -6292524 or 13958047. OLE color: 13958047.
HSL color Cylindrical-coordinate representation of color #9FFBD4: hue angle of 154.57º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBD4 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 212 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.02 |
| HSL | 154.57º | 0.92% | 0.8% | - |
| HSV(B) | 154.57º | 0.37% | 0.98% | - |
| XYZ | 60.68 | 81.12 | 74.75 | - |
| YUV | 219.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 212 | 0.37 | 0 | 0.16 | 0.02 | 154.57 | 0.92 | 0.8 |
| Hex | 9F | FB | D4 | 25 | 0 | 10 | 2 | 9B | 5C | 50 |
| Octal | 237 | 373 | 324 | 45 | 0 | 20 | 2 | 233 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11010100 | 100101 | 0 | 10000 | 10 | 10011011 | 1011100 | 1010000 |
Color Harmonies of #9FFBD4
Complementary color
Monochromatic Colors of #9FFBD4
Black with #9FFBD4
Text Example
Text Example
White with #9FFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBD4; }
p { color: rgb(159,251,212); }
H1.HeaderClassName
{
color: #9FFBD4;
}
.AnyTagClassName
{
color: #9FFBD4;
}
</style>
background-color css
<style>
a { background-color: #9FFBD4; }
a { background-color: rgb(159,251,212); }
div.DivClassName
{
background-color: #9FFBD4;
}
.BgClassName
{
background-color: #9FFBD4;
}
</style>
border-color css
<style>
span { border-color: #9FFBD4; }
span { border-color: rgb(159,251,212); }
td.TdClassName
{
border-color: #9FFBD4;
}
.TagClassName
{
border-color: #9FFBD4;
}
</style>