Shades of Magic Mint #9CFBBD
Tints of Magic Mint #9CFBBD
RGB
CMYK
RGB Variations
Color information
#9CFBBD (or 0x9CFBBD) is known color: Magic Mint. HEX triplet: 9C, FB and BD. RGB value is (156,251,189). Sum of RGB (Red+Green+Blue) = 156+251+189=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBBD is #630442. Grayscale: #D7D7D7. Windows color (decimal): -6489155 or 12450716. OLE color: 12450716.
HSL color Cylindrical-coordinate representation of color #9CFBBD: hue angle of 140.84º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBBD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 189 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 140.84º | 0.92% | 0.8% | - |
| HSV(B) | 140.84º | 0.38% | 0.98% | - |
| XYZ | 57.39 | 79.74 | 60.51 | - |
| YUV | 215.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 189 | 0.38 | 0 | 0.25 | 0.02 | 140.84 | 0.92 | 0.8 |
| Hex | 9C | FB | BD | 26 | 0 | 19 | 2 | 8D | 5C | 50 |
| Octal | 234 | 373 | 275 | 46 | 0 | 31 | 2 | 215 | 134 | 120 |
| Binary | 10011100 | 11111011 | 10111101 | 100110 | 0 | 11001 | 10 | 10001101 | 1011100 | 1010000 |
Color Harmonies of #9CFBBD
Complementary color
Monochromatic Colors of #9CFBBD
Black with #9CFBBD
Text Example
Text Example
White with #9CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBBD; }
p { color: rgb(156,251,189); }
H1.HeaderClassName
{
color: #9CFBBD;
}
.AnyTagClassName
{
color: #9CFBBD;
}
</style>
background-color css
<style>
a { background-color: #9CFBBD; }
a { background-color: rgb(156,251,189); }
div.DivClassName
{
background-color: #9CFBBD;
}
.BgClassName
{
background-color: #9CFBBD;
}
</style>
border-color css
<style>
span { border-color: #9CFBBD; }
span { border-color: rgb(156,251,189); }
td.TdClassName
{
border-color: #9CFBBD;
}
.TagClassName
{
border-color: #9CFBBD;
}
</style>