Shades of Magic Mint #9BFAC9
Tints of Magic Mint #9BFAC9
RGB
CMYK
RGB Variations
Color information
#9BFAC9 (or 0x9BFAC9) is known color: Magic Mint. HEX triplet: 9B, FA and C9. RGB value is (155,250,201). Sum of RGB (Red+Green+Blue) = 155+250+201=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAC9 is #640536. Grayscale: #D8D8D8. Windows color (decimal): -6554935 or 13236891. OLE color: 13236891.
HSL color Cylindrical-coordinate representation of color #9BFAC9: hue angle of 149.05º 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 #9BFAC9 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 201 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.02 |
| HSL | 149.05º | 0.9% | 0.79% | - |
| HSV(B) | 149.05º | 0.38% | 0.98% | - |
| XYZ | 58.25 | 79.56 | 67.54 | - |
| YUV | 216.01 | 119.53 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 201 | 0.38 | 0 | 0.20 | 0.02 | 149.05 | 0.9 | 0.79 |
| Hex | 9B | FA | C9 | 26 | 0 | 14 | 2 | 95 | 5A | 4F |
| Octal | 233 | 372 | 311 | 46 | 0 | 24 | 2 | 225 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11001001 | 100110 | 0 | 10100 | 10 | 10010101 | 1011010 | 1001111 |
Color Harmonies of #9BFAC9
Complementary color
Monochromatic Colors of #9BFAC9
Black with #9BFAC9
Text Example
Text Example
White with #9BFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAC9; }
p { color: rgb(155,250,201); }
H1.HeaderClassName
{
color: #9BFAC9;
}
.AnyTagClassName
{
color: #9BFAC9;
}
</style>
background-color css
<style>
a { background-color: #9BFAC9; }
a { background-color: rgb(155,250,201); }
div.DivClassName
{
background-color: #9BFAC9;
}
.BgClassName
{
background-color: #9BFAC9;
}
</style>
border-color css
<style>
span { border-color: #9BFAC9; }
span { border-color: rgb(155,250,201); }
td.TdClassName
{
border-color: #9BFAC9;
}
.TagClassName
{
border-color: #9BFAC9;
}
</style>