Shades of Magic Mint #9FF2BE
Tints of Magic Mint #9FF2BE
RGB
CMYK
RGB Variations
Color information
#9FF2BE (or 0x9FF2BE) is known color: Magic Mint. HEX triplet: 9F, F2 and BE. RGB value is (159,242,190). Sum of RGB (Red+Green+Blue) = 159+242+190=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2BE is #600D41. Grayscale: #D3D3D3. Windows color (decimal): -6294850 or 12513951. OLE color: 12513951.
HSL color Cylindrical-coordinate representation of color #9FF2BE: hue angle of 142.41º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2BE is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 190 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.05 |
| HSL | 142.41º | 0.76% | 0.79% | - |
| HSV(B) | 142.41º | 0.34% | 0.95% | - |
| XYZ | 55.34 | 74.59 | 60.2 | - |
| YUV | 211.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 190 | 0.34 | 0 | 0.21 | 0.05 | 142.41 | 0.76 | 0.79 |
| Hex | 9F | F2 | BE | 22 | 0 | 15 | 5 | 8E | 4C | 4F |
| Octal | 237 | 362 | 276 | 42 | 0 | 25 | 5 | 216 | 114 | 117 |
| Binary | 10011111 | 11110010 | 10111110 | 100010 | 0 | 10101 | 101 | 10001110 | 1001100 | 1001111 |
Color Harmonies of #9FF2BE
Complementary color
Monochromatic Colors of #9FF2BE
Black with #9FF2BE
Text Example
Text Example
White with #9FF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2BE; }
p { color: rgb(159,242,190); }
H1.HeaderClassName
{
color: #9FF2BE;
}
.AnyTagClassName
{
color: #9FF2BE;
}
</style>
background-color css
<style>
a { background-color: #9FF2BE; }
a { background-color: rgb(159,242,190); }
div.DivClassName
{
background-color: #9FF2BE;
}
.BgClassName
{
background-color: #9FF2BE;
}
</style>
border-color css
<style>
span { border-color: #9FF2BE; }
span { border-color: rgb(159,242,190); }
td.TdClassName
{
border-color: #9FF2BE;
}
.TagClassName
{
border-color: #9FF2BE;
}
</style>