Shades of Magic Mint #9BFFB8
Tints of Magic Mint #9BFFB8
RGB
CMYK
RGB Variations
Color information
#9BFFB8 (or 0x9BFFB8) is known color: Magic Mint. HEX triplet: 9B, FF and B8. RGB value is (155,255,184). Sum of RGB (Red+Green+Blue) = 155+255+184=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB8 is #640047. Grayscale: #D9D9D9. Windows color (decimal): -6553672 or 12124059. OLE color: 12124059.
HSL color Cylindrical-coordinate representation of color #9BFFB8: hue angle of 137.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFB8 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 184 | - |
| CMYK | 0.39 | 0 | 0.28 | 0 |
| HSL | 137.4º | 1% | 0.8% | - |
| HSV(B) | 137.4º | 0.39% | 1% | - |
| XYZ | 57.93 | 81.95 | 58.11 | - |
| YUV | 217.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 184 | 0.39 | 0 | 0.28 | 0 | 137.4 | 1 | 0.8 |
| Hex | 9B | FF | B8 | 27 | 0 | 1C | 0 | 89 | 64 | 50 |
| Octal | 233 | 377 | 270 | 47 | 0 | 34 | 0 | 211 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10111000 | 100111 | 0 | 11100 | 0 | 10001001 | 1100100 | 1010000 |
Color Harmonies of #9BFFB8
Complementary color
Monochromatic Colors of #9BFFB8
Black with #9BFFB8
Text Example
Text Example
White with #9BFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB8; }
p { color: rgb(155,255,184); }
H1.HeaderClassName
{
color: #9BFFB8;
}
.AnyTagClassName
{
color: #9BFFB8;
}
</style>
background-color css
<style>
a { background-color: #9BFFB8; }
a { background-color: rgb(155,255,184); }
div.DivClassName
{
background-color: #9BFFB8;
}
.BgClassName
{
background-color: #9BFFB8;
}
</style>
border-color css
<style>
span { border-color: #9BFFB8; }
span { border-color: rgb(155,255,184); }
td.TdClassName
{
border-color: #9BFFB8;
}
.TagClassName
{
border-color: #9BFFB8;
}
</style>