Shades of Magic Mint #9BFEC7
Tints of Magic Mint #9BFEC7
RGB
CMYK
RGB Variations
Color information
#9BFEC7 (or 0x9BFEC7) is known color: Magic Mint. HEX triplet: 9B, FE and C7. RGB value is (155,254,199). Sum of RGB (Red+Green+Blue) = 155+254+199=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEC7 is #640138. Grayscale: #DADADA. Windows color (decimal): -6553913 or 13106843. OLE color: 13106843.
HSL color Cylindrical-coordinate representation of color #9BFEC7: hue angle of 146.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEC7 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 199 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.00 |
| HSL | 146.67º | 0.98% | 0.8% | - |
| HSV(B) | 146.67º | 0.39% | 1% | - |
| XYZ | 59.27 | 81.98 | 66.73 | - |
| YUV | 218.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 199 | 0.39 | 0 | 0.22 | 0.00 | 146.67 | 0.98 | 0.8 |
| Hex | 9B | FE | C7 | 27 | 0 | 16 | 0 | 93 | 62 | 50 |
| Octal | 233 | 376 | 307 | 47 | 0 | 26 | 0 | 223 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11000111 | 100111 | 0 | 10110 | 0 | 10010011 | 1100010 | 1010000 |
Color Harmonies of #9BFEC7
Complementary color
Monochromatic Colors of #9BFEC7
Black with #9BFEC7
Text Example
Text Example
White with #9BFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEC7; }
p { color: rgb(155,254,199); }
H1.HeaderClassName
{
color: #9BFEC7;
}
.AnyTagClassName
{
color: #9BFEC7;
}
</style>
background-color css
<style>
a { background-color: #9BFEC7; }
a { background-color: rgb(155,254,199); }
div.DivClassName
{
background-color: #9BFEC7;
}
.BgClassName
{
background-color: #9BFEC7;
}
</style>
border-color css
<style>
span { border-color: #9BFEC7; }
span { border-color: rgb(155,254,199); }
td.TdClassName
{
border-color: #9BFEC7;
}
.TagClassName
{
border-color: #9BFEC7;
}
</style>