Shades of Magic Mint #9BFEC9
Tints of Magic Mint #9BFEC9
RGB
CMYK
RGB Variations
Color information
#9BFEC9 (or 0x9BFEC9) is known color: Magic Mint. HEX triplet: 9B, FE and C9. RGB value is (155,254,201). Sum of RGB (Red+Green+Blue) = 155+254+201=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEC9 is #640136. Grayscale: #DADADA. Windows color (decimal): -6553911 or 13237915. OLE color: 13237915.
HSL color Cylindrical-coordinate representation of color #9BFEC9: hue angle of 147.88º 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 #9BFEC9 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 201 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.00 |
| HSL | 147.88º | 0.98% | 0.8% | - |
| HSV(B) | 147.88º | 0.39% | 1% | - |
| XYZ | 59.5 | 82.07 | 67.96 | - |
| YUV | 218.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 201 | 0.39 | 0 | 0.21 | 0.00 | 147.88 | 0.98 | 0.8 |
| Hex | 9B | FE | C9 | 27 | 0 | 15 | 0 | 94 | 62 | 50 |
| Octal | 233 | 376 | 311 | 47 | 0 | 25 | 0 | 224 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11001001 | 100111 | 0 | 10101 | 0 | 10010100 | 1100010 | 1010000 |
Color Harmonies of #9BFEC9
Complementary color
Monochromatic Colors of #9BFEC9
Black with #9BFEC9
Text Example
Text Example
White with #9BFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEC9; }
p { color: rgb(155,254,201); }
H1.HeaderClassName
{
color: #9BFEC9;
}
.AnyTagClassName
{
color: #9BFEC9;
}
</style>
background-color css
<style>
a { background-color: #9BFEC9; }
a { background-color: rgb(155,254,201); }
div.DivClassName
{
background-color: #9BFEC9;
}
.BgClassName
{
background-color: #9BFEC9;
}
</style>
border-color css
<style>
span { border-color: #9BFEC9; }
span { border-color: rgb(155,254,201); }
td.TdClassName
{
border-color: #9BFEC9;
}
.TagClassName
{
border-color: #9BFEC9;
}
</style>