Shades of Magic Mint #9BFABC
Tints of Magic Mint #9BFABC
RGB
CMYK
RGB Variations
Color information
#9BFABC (or 0x9BFABC) is known color: Magic Mint. HEX triplet: 9B, FA and BC. RGB value is (155,250,188). Sum of RGB (Red+Green+Blue) = 155+250+188=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFABC is #640543. Grayscale: #D6D6D6. Windows color (decimal): -6554948 or 12384923. OLE color: 12384923.
HSL color Cylindrical-coordinate representation of color #9BFABC: hue angle of 140.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFABC is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 188 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 140.84º | 0.9% | 0.79% | - |
| HSV(B) | 140.84º | 0.38% | 0.98% | - |
| XYZ | 56.78 | 78.97 | 59.83 | - |
| YUV | 214.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 188 | 0.38 | 0 | 0.25 | 0.02 | 140.84 | 0.9 | 0.79 |
| Hex | 9B | FA | BC | 26 | 0 | 19 | 2 | 8D | 5A | 4F |
| Octal | 233 | 372 | 274 | 46 | 0 | 31 | 2 | 215 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10111100 | 100110 | 0 | 11001 | 10 | 10001101 | 1011010 | 1001111 |
Color Harmonies of #9BFABC
Complementary color
Monochromatic Colors of #9BFABC
Black with #9BFABC
Text Example
Text Example
White with #9BFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFABC; }
p { color: rgb(155,250,188); }
H1.HeaderClassName
{
color: #9BFABC;
}
.AnyTagClassName
{
color: #9BFABC;
}
</style>
background-color css
<style>
a { background-color: #9BFABC; }
a { background-color: rgb(155,250,188); }
div.DivClassName
{
background-color: #9BFABC;
}
.BgClassName
{
background-color: #9BFABC;
}
</style>
border-color css
<style>
span { border-color: #9BFABC; }
span { border-color: rgb(155,250,188); }
td.TdClassName
{
border-color: #9BFABC;
}
.TagClassName
{
border-color: #9BFABC;
}
</style>