Shades of Magic Mint #9FF3BF
Tints of Magic Mint #9FF3BF
RGB
CMYK
RGB Variations
Color information
#9FF3BF (or 0x9FF3BF) is known color: Magic Mint. HEX triplet: 9F, F3 and BF. RGB value is (159,243,191). Sum of RGB (Red+Green+Blue) = 159+243+191=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3BF is #600C40. Grayscale: #D4D4D4. Windows color (decimal): -6294593 or 12579743. OLE color: 12579743.
HSL color Cylindrical-coordinate representation of color #9FF3BF: hue angle of 142.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3BF is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 191 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.05 |
| HSL | 142.86º | 0.78% | 0.79% | - |
| HSV(B) | 142.86º | 0.35% | 0.95% | - |
| XYZ | 55.75 | 75.23 | 60.87 | - |
| YUV | 211.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 191 | 0.35 | 0 | 0.21 | 0.05 | 142.86 | 0.78 | 0.79 |
| Hex | 9F | F3 | BF | 23 | 0 | 15 | 5 | 8F | 4E | 4F |
| Octal | 237 | 363 | 277 | 43 | 0 | 25 | 5 | 217 | 116 | 117 |
| Binary | 10011111 | 11110011 | 10111111 | 100011 | 0 | 10101 | 101 | 10001111 | 1001110 | 1001111 |
Color Harmonies of #9FF3BF
Complementary color
Monochromatic Colors of #9FF3BF
Black with #9FF3BF
Text Example
Text Example
White with #9FF3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3BF; }
p { color: rgb(159,243,191); }
H1.HeaderClassName
{
color: #9FF3BF;
}
.AnyTagClassName
{
color: #9FF3BF;
}
</style>
background-color css
<style>
a { background-color: #9FF3BF; }
a { background-color: rgb(159,243,191); }
div.DivClassName
{
background-color: #9FF3BF;
}
.BgClassName
{
background-color: #9FF3BF;
}
</style>
border-color css
<style>
span { border-color: #9FF3BF; }
span { border-color: rgb(159,243,191); }
td.TdClassName
{
border-color: #9FF3BF;
}
.TagClassName
{
border-color: #9FF3BF;
}
</style>