Shades of Magic Mint #9CFEBD
Tints of Magic Mint #9CFEBD
RGB
CMYK
RGB Variations
Color information
#9CFEBD (or 0x9CFEBD) is known color: Magic Mint. HEX triplet: 9C, FE and BD. RGB value is (156,254,189). Sum of RGB (Red+Green+Blue) = 156+254+189=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFEBD is #630142. Grayscale: #D9D9D9. Windows color (decimal): -6488387 or 12451484. OLE color: 12451484.
HSL color Cylindrical-coordinate representation of color #9CFEBD: hue angle of 140.2º 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 #9CFEBD is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 189 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.00 |
| HSL | 140.2º | 0.98% | 0.8% | - |
| HSV(B) | 140.2º | 0.39% | 1% | - |
| XYZ | 58.34 | 81.63 | 60.82 | - |
| YUV | 217.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 189 | 0.39 | 0 | 0.26 | 0.00 | 140.2 | 0.98 | 0.8 |
| Hex | 9C | FE | BD | 27 | 0 | 1A | 0 | 8C | 62 | 50 |
| Octal | 234 | 376 | 275 | 47 | 0 | 32 | 0 | 214 | 142 | 120 |
| Binary | 10011100 | 11111110 | 10111101 | 100111 | 0 | 11010 | 0 | 10001100 | 1100010 | 1010000 |
Color Harmonies of #9CFEBD
Complementary color
Monochromatic Colors of #9CFEBD
Black with #9CFEBD
Text Example
Text Example
White with #9CFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEBD; }
p { color: rgb(156,254,189); }
H1.HeaderClassName
{
color: #9CFEBD;
}
.AnyTagClassName
{
color: #9CFEBD;
}
</style>
background-color css
<style>
a { background-color: #9CFEBD; }
a { background-color: rgb(156,254,189); }
div.DivClassName
{
background-color: #9CFEBD;
}
.BgClassName
{
background-color: #9CFEBD;
}
</style>
border-color css
<style>
span { border-color: #9CFEBD; }
span { border-color: rgb(156,254,189); }
td.TdClassName
{
border-color: #9CFEBD;
}
.TagClassName
{
border-color: #9CFEBD;
}
</style>