Shades of Magic Mint #9BFEBE
Tints of Magic Mint #9BFEBE
RGB
CMYK
RGB Variations
Color information
#9BFEBE (or 0x9BFEBE) is known color: Magic Mint. HEX triplet: 9B, FE and BE. RGB value is (155,254,190). Sum of RGB (Red+Green+Blue) = 155+254+190=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBE is #640141. Grayscale: #D9D9D9. Windows color (decimal): -6553922 or 12517019. OLE color: 12517019.
HSL color Cylindrical-coordinate representation of color #9BFEBE: hue angle of 141.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEBE is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 190 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.00 |
| HSL | 141.21º | 0.98% | 0.8% | - |
| HSV(B) | 141.21º | 0.39% | 1% | - |
| XYZ | 58.25 | 81.57 | 61.39 | - |
| YUV | 217.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 190 | 0.39 | 0 | 0.25 | 0.00 | 141.21 | 0.98 | 0.8 |
| Hex | 9B | FE | BE | 27 | 0 | 19 | 0 | 8D | 62 | 50 |
| Octal | 233 | 376 | 276 | 47 | 0 | 31 | 0 | 215 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10111110 | 100111 | 0 | 11001 | 0 | 10001101 | 1100010 | 1010000 |
Color Harmonies of #9BFEBE
Complementary color
Monochromatic Colors of #9BFEBE
Black with #9BFEBE
Text Example
Text Example
White with #9BFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEBE; }
p { color: rgb(155,254,190); }
H1.HeaderClassName
{
color: #9BFEBE;
}
.AnyTagClassName
{
color: #9BFEBE;
}
</style>
background-color css
<style>
a { background-color: #9BFEBE; }
a { background-color: rgb(155,254,190); }
div.DivClassName
{
background-color: #9BFEBE;
}
.BgClassName
{
background-color: #9BFEBE;
}
</style>
border-color css
<style>
span { border-color: #9BFEBE; }
span { border-color: rgb(155,254,190); }
td.TdClassName
{
border-color: #9BFEBE;
}
.TagClassName
{
border-color: #9BFEBE;
}
</style>