Shades of Magic Mint #9BFAC0
Tints of Magic Mint #9BFAC0
RGB
CMYK
RGB Variations
Color information
#9BFAC0 (or 0x9BFAC0) is known color: Magic Mint. HEX triplet: 9B, FA and C0. RGB value is (155,250,192). Sum of RGB (Red+Green+Blue) = 155+250+192=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAC0 is #64053F. Grayscale: #D7D7D7. Windows color (decimal): -6554944 or 12647067. OLE color: 12647067.
HSL color Cylindrical-coordinate representation of color #9BFAC0: hue angle of 143.37º 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 #9BFAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 192 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.02 |
| HSL | 143.37º | 0.9% | 0.79% | - |
| HSV(B) | 143.37º | 0.38% | 0.98% | - |
| XYZ | 57.22 | 79.15 | 62.13 | - |
| YUV | 214.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 192 | 0.38 | 0 | 0.23 | 0.02 | 143.37 | 0.9 | 0.79 |
| Hex | 9B | FA | C0 | 26 | 0 | 17 | 2 | 8F | 5A | 4F |
| Octal | 233 | 372 | 300 | 46 | 0 | 27 | 2 | 217 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11000000 | 100110 | 0 | 10111 | 10 | 10001111 | 1011010 | 1001111 |
Color Harmonies of #9BFAC0
Complementary color
Monochromatic Colors of #9BFAC0
Black with #9BFAC0
Text Example
Text Example
White with #9BFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAC0; }
p { color: rgb(155,250,192); }
H1.HeaderClassName
{
color: #9BFAC0;
}
.AnyTagClassName
{
color: #9BFAC0;
}
</style>
background-color css
<style>
a { background-color: #9BFAC0; }
a { background-color: rgb(155,250,192); }
div.DivClassName
{
background-color: #9BFAC0;
}
.BgClassName
{
background-color: #9BFAC0;
}
</style>
border-color css
<style>
span { border-color: #9BFAC0; }
span { border-color: rgb(155,250,192); }
td.TdClassName
{
border-color: #9BFAC0;
}
.TagClassName
{
border-color: #9BFAC0;
}
</style>