Shades of Magic Mint #9EFBBC
Tints of Magic Mint #9EFBBC
RGB
CMYK
RGB Variations
Color information
#9EFBBC (or 0x9EFBBC) is known color: Magic Mint. HEX triplet: 9E, FB and BC. RGB value is (158,251,188). Sum of RGB (Red+Green+Blue) = 158+251+188=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBBC is #610443. Grayscale: #D8D8D8. Windows color (decimal): -6358084 or 12385182. OLE color: 12385182.
HSL color Cylindrical-coordinate representation of color #9EFBBC: hue angle of 139.35º 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 #9EFBBC is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 188 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.02 |
| HSL | 139.35º | 0.92% | 0.8% | - |
| HSV(B) | 139.35º | 0.37% | 0.98% | - |
| XYZ | 57.67 | 79.89 | 59.96 | - |
| YUV | 216.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 188 | 0.37 | 0 | 0.25 | 0.02 | 139.35 | 0.92 | 0.8 |
| Hex | 9E | FB | BC | 25 | 0 | 19 | 2 | 8B | 5C | 50 |
| Octal | 236 | 373 | 274 | 45 | 0 | 31 | 2 | 213 | 134 | 120 |
| Binary | 10011110 | 11111011 | 10111100 | 100101 | 0 | 11001 | 10 | 10001011 | 1011100 | 1010000 |
Color Harmonies of #9EFBBC
Complementary color
Monochromatic Colors of #9EFBBC
Black with #9EFBBC
Text Example
Text Example
White with #9EFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFBBC; }
p { color: rgb(158,251,188); }
H1.HeaderClassName
{
color: #9EFBBC;
}
.AnyTagClassName
{
color: #9EFBBC;
}
</style>
background-color css
<style>
a { background-color: #9EFBBC; }
a { background-color: rgb(158,251,188); }
div.DivClassName
{
background-color: #9EFBBC;
}
.BgClassName
{
background-color: #9EFBBC;
}
</style>
border-color css
<style>
span { border-color: #9EFBBC; }
span { border-color: rgb(158,251,188); }
td.TdClassName
{
border-color: #9EFBBC;
}
.TagClassName
{
border-color: #9EFBBC;
}
</style>