Shades of Magic Mint #9BFAC4
Tints of Magic Mint #9BFAC4
RGB
CMYK
RGB Variations
Color information
#9BFAC4 (or 0x9BFAC4) is known color: Magic Mint. HEX triplet: 9B, FA and C4. RGB value is (155,250,196). Sum of RGB (Red+Green+Blue) = 155+250+196=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAC4 is #64053B. Grayscale: #D7D7D7. Windows color (decimal): -6554940 or 12909211. OLE color: 12909211.
HSL color Cylindrical-coordinate representation of color #9BFAC4: hue angle of 145.89º 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 #9BFAC4 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 196 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.02 |
| HSL | 145.89º | 0.9% | 0.79% | - |
| HSV(B) | 145.89º | 0.38% | 0.98% | - |
| XYZ | 57.67 | 79.33 | 64.5 | - |
| YUV | 215.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 196 | 0.38 | 0 | 0.22 | 0.02 | 145.89 | 0.9 | 0.79 |
| Hex | 9B | FA | C4 | 26 | 0 | 16 | 2 | 92 | 5A | 4F |
| Octal | 233 | 372 | 304 | 46 | 0 | 26 | 2 | 222 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11000100 | 100110 | 0 | 10110 | 10 | 10010010 | 1011010 | 1001111 |
Color Harmonies of #9BFAC4
Complementary color
Monochromatic Colors of #9BFAC4
Black with #9BFAC4
Text Example
Text Example
White with #9BFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAC4; }
p { color: rgb(155,250,196); }
H1.HeaderClassName
{
color: #9BFAC4;
}
.AnyTagClassName
{
color: #9BFAC4;
}
</style>
background-color css
<style>
a { background-color: #9BFAC4; }
a { background-color: rgb(155,250,196); }
div.DivClassName
{
background-color: #9BFAC4;
}
.BgClassName
{
background-color: #9BFAC4;
}
</style>
border-color css
<style>
span { border-color: #9BFAC4; }
span { border-color: rgb(155,250,196); }
td.TdClassName
{
border-color: #9BFAC4;
}
.TagClassName
{
border-color: #9BFAC4;
}
</style>