Shades of Magic Mint #9DFCBB
Tints of Magic Mint #9DFCBB
RGB
CMYK
RGB Variations
Color information
#9DFCBB (or 0x9DFCBB) is known color: Magic Mint. HEX triplet: 9D, FC and BB. RGB value is (157,252,187). Sum of RGB (Red+Green+Blue) = 157+252+187=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCBB is #620344. Grayscale: #D8D8D8. Windows color (decimal): -6423365 or 12319901. OLE color: 12319901.
HSL color Cylindrical-coordinate representation of color #9DFCBB: hue angle of 138.95º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFCBB is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 187 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.01 |
| HSL | 138.95º | 0.94% | 0.8% | - |
| HSV(B) | 138.95º | 0.38% | 0.99% | - |
| XYZ | 57.68 | 80.38 | 59.49 | - |
| YUV | 216.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 187 | 0.38 | 0 | 0.26 | 0.01 | 138.95 | 0.94 | 0.8 |
| Hex | 9D | FC | BB | 26 | 0 | 1A | 1 | 8B | 5E | 50 |
| Octal | 235 | 374 | 273 | 46 | 0 | 32 | 1 | 213 | 136 | 120 |
| Binary | 10011101 | 11111100 | 10111011 | 100110 | 0 | 11010 | 1 | 10001011 | 1011110 | 1010000 |
Color Harmonies of #9DFCBB
Complementary color
Monochromatic Colors of #9DFCBB
Black with #9DFCBB
Text Example
Text Example
White with #9DFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFCBB; }
p { color: rgb(157,252,187); }
H1.HeaderClassName
{
color: #9DFCBB;
}
.AnyTagClassName
{
color: #9DFCBB;
}
</style>
background-color css
<style>
a { background-color: #9DFCBB; }
a { background-color: rgb(157,252,187); }
div.DivClassName
{
background-color: #9DFCBB;
}
.BgClassName
{
background-color: #9DFCBB;
}
</style>
border-color css
<style>
span { border-color: #9DFCBB; }
span { border-color: rgb(157,252,187); }
td.TdClassName
{
border-color: #9DFCBB;
}
.TagClassName
{
border-color: #9DFCBB;
}
</style>