Shades of Magic Mint #9BFBB8
Tints of Magic Mint #9BFBB8
RGB
CMYK
RGB Variations
Color information
#9BFBB8 (or 0x9BFBB8) is known color: Magic Mint. HEX triplet: 9B, FB and B8. RGB value is (155,251,184). Sum of RGB (Red+Green+Blue) = 155+251+184=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBB8 is #640447. Grayscale: #D6D6D6. Windows color (decimal): -6554696 or 12123035. OLE color: 12123035.
HSL color Cylindrical-coordinate representation of color #9BFBB8: hue angle of 138.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBB8 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 184 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.02 |
| HSL | 138.13º | 0.92% | 0.8% | - |
| HSV(B) | 138.13º | 0.38% | 0.98% | - |
| XYZ | 56.67 | 79.42 | 57.69 | - |
| YUV | 214.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 184 | 0.38 | 0 | 0.27 | 0.02 | 138.13 | 0.92 | 0.8 |
| Hex | 9B | FB | B8 | 26 | 0 | 1B | 2 | 8A | 5C | 50 |
| Octal | 233 | 373 | 270 | 46 | 0 | 33 | 2 | 212 | 134 | 120 |
| Binary | 10011011 | 11111011 | 10111000 | 100110 | 0 | 11011 | 10 | 10001010 | 1011100 | 1010000 |
Color Harmonies of #9BFBB8
Complementary color
Monochromatic Colors of #9BFBB8
Black with #9BFBB8
Text Example
Text Example
White with #9BFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBB8; }
p { color: rgb(155,251,184); }
H1.HeaderClassName
{
color: #9BFBB8;
}
.AnyTagClassName
{
color: #9BFBB8;
}
</style>
background-color css
<style>
a { background-color: #9BFBB8; }
a { background-color: rgb(155,251,184); }
div.DivClassName
{
background-color: #9BFBB8;
}
.BgClassName
{
background-color: #9BFBB8;
}
</style>
border-color css
<style>
span { border-color: #9BFBB8; }
span { border-color: rgb(155,251,184); }
td.TdClassName
{
border-color: #9BFBB8;
}
.TagClassName
{
border-color: #9BFBB8;
}
</style>