Shades of Magic Mint #9EF9BC
Tints of Magic Mint #9EF9BC
RGB
CMYK
RGB Variations
Color information
#9EF9BC (or 0x9EF9BC) is known color: Magic Mint. HEX triplet: 9E, F9 and BC. RGB value is (158,249,188). Sum of RGB (Red+Green+Blue) = 158+249+188=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9BC is #610643. Grayscale: #D6D6D6. Windows color (decimal): -6358596 or 12384670. OLE color: 12384670.
HSL color Cylindrical-coordinate representation of color #9EF9BC: hue angle of 139.78º degrees, saturation: 0.88, 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 #9EF9BC is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 188 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.02 |
| HSL | 139.78º | 0.88% | 0.8% | - |
| HSV(B) | 139.78º | 0.37% | 0.98% | - |
| XYZ | 57.05 | 78.65 | 59.75 | - |
| YUV | 214.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 188 | 0.37 | 0 | 0.24 | 0.02 | 139.78 | 0.88 | 0.8 |
| Hex | 9E | F9 | BC | 25 | 0 | 18 | 2 | 8C | 58 | 50 |
| Octal | 236 | 371 | 274 | 45 | 0 | 30 | 2 | 214 | 130 | 120 |
| Binary | 10011110 | 11111001 | 10111100 | 100101 | 0 | 11000 | 10 | 10001100 | 1011000 | 1010000 |
Color Harmonies of #9EF9BC
Complementary color
Monochromatic Colors of #9EF9BC
Black with #9EF9BC
Text Example
Text Example
White with #9EF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9BC; }
p { color: rgb(158,249,188); }
H1.HeaderClassName
{
color: #9EF9BC;
}
.AnyTagClassName
{
color: #9EF9BC;
}
</style>
background-color css
<style>
a { background-color: #9EF9BC; }
a { background-color: rgb(158,249,188); }
div.DivClassName
{
background-color: #9EF9BC;
}
.BgClassName
{
background-color: #9EF9BC;
}
</style>
border-color css
<style>
span { border-color: #9EF9BC; }
span { border-color: rgb(158,249,188); }
td.TdClassName
{
border-color: #9EF9BC;
}
.TagClassName
{
border-color: #9EF9BC;
}
</style>