Shades of Magic Mint #9CFBC7
Tints of Magic Mint #9CFBC7
RGB
CMYK
RGB Variations
Color information
#9CFBC7 (or 0x9CFBC7) is known color: Magic Mint. HEX triplet: 9C, FB and C7. RGB value is (156,251,199). Sum of RGB (Red+Green+Blue) = 156+251+199=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBC7 is #630438. Grayscale: #D8D8D8. Windows color (decimal): -6489145 or 13106076. OLE color: 13106076.
HSL color Cylindrical-coordinate representation of color #9CFBC7: hue angle of 147.16º 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 #9CFBC7 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 199 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.02 |
| HSL | 147.16º | 0.92% | 0.8% | - |
| HSV(B) | 147.16º | 0.38% | 0.98% | - |
| XYZ | 58.52 | 80.19 | 66.43 | - |
| YUV | 216.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 199 | 0.38 | 0 | 0.21 | 0.02 | 147.16 | 0.92 | 0.8 |
| Hex | 9C | FB | C7 | 26 | 0 | 15 | 2 | 93 | 5C | 50 |
| Octal | 234 | 373 | 307 | 46 | 0 | 25 | 2 | 223 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11000111 | 100110 | 0 | 10101 | 10 | 10010011 | 1011100 | 1010000 |
Color Harmonies of #9CFBC7
Complementary color
Monochromatic Colors of #9CFBC7
Black with #9CFBC7
Text Example
Text Example
White with #9CFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBC7; }
p { color: rgb(156,251,199); }
H1.HeaderClassName
{
color: #9CFBC7;
}
.AnyTagClassName
{
color: #9CFBC7;
}
</style>
background-color css
<style>
a { background-color: #9CFBC7; }
a { background-color: rgb(156,251,199); }
div.DivClassName
{
background-color: #9CFBC7;
}
.BgClassName
{
background-color: #9CFBC7;
}
</style>
border-color css
<style>
span { border-color: #9CFBC7; }
span { border-color: rgb(156,251,199); }
td.TdClassName
{
border-color: #9CFBC7;
}
.TagClassName
{
border-color: #9CFBC7;
}
</style>