Shades of Magic Mint #9EFFBD
Tints of Magic Mint #9EFFBD
RGB
CMYK
RGB Variations
Color information
#9EFFBD (or 0x9EFFBD) is known color: Magic Mint. HEX triplet: 9E, FF and BD. RGB value is (158,255,189). Sum of RGB (Red+Green+Blue) = 158+255+189=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFBD is #610042. Grayscale: #DADADA. Windows color (decimal): -6357059 or 12451742. OLE color: 12451742.
HSL color Cylindrical-coordinate representation of color #9EFFBD: hue angle of 139.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFBD is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 189 | - |
| CMYK | 0.38 | 0 | 0.26 | 0 |
| HSL | 139.18º | 1% | 0.81% | - |
| HSV(B) | 139.18º | 0.38% | 1% | - |
| XYZ | 59.05 | 82.46 | 60.95 | - |
| YUV | 218.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 189 | 0.38 | 0 | 0.26 | 0 | 139.18 | 1 | 0.81 |
| Hex | 9E | FF | BD | 26 | 0 | 1A | 0 | 8B | 64 | 51 |
| Octal | 236 | 377 | 275 | 46 | 0 | 32 | 0 | 213 | 144 | 121 |
| Binary | 10011110 | 11111111 | 10111101 | 100110 | 0 | 11010 | 0 | 10001011 | 1100100 | 1010001 |
Color Harmonies of #9EFFBD
Complementary color
Monochromatic Colors of #9EFFBD
Black with #9EFFBD
Text Example
Text Example
White with #9EFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFBD; }
p { color: rgb(158,255,189); }
H1.HeaderClassName
{
color: #9EFFBD;
}
.AnyTagClassName
{
color: #9EFFBD;
}
</style>
background-color css
<style>
a { background-color: #9EFFBD; }
a { background-color: rgb(158,255,189); }
div.DivClassName
{
background-color: #9EFFBD;
}
.BgClassName
{
background-color: #9EFFBD;
}
</style>
border-color css
<style>
span { border-color: #9EFFBD; }
span { border-color: rgb(158,255,189); }
td.TdClassName
{
border-color: #9EFFBD;
}
.TagClassName
{
border-color: #9EFFBD;
}
</style>