Shades of Magic Mint #9CFBC8
Tints of Magic Mint #9CFBC8
RGB
CMYK
RGB Variations
Color information
#9CFBC8 (or 0x9CFBC8) is known color: Magic Mint. HEX triplet: 9C, FB and C8. RGB value is (156,251,200). Sum of RGB (Red+Green+Blue) = 156+251+200=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBC8 is #630437. Grayscale: #D8D8D8. Windows color (decimal): -6489144 or 13171612. OLE color: 13171612.
HSL color Cylindrical-coordinate representation of color #9CFBC8: hue angle of 147.79º 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 #9CFBC8 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 200 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.02 |
| HSL | 147.79º | 0.92% | 0.8% | - |
| HSV(B) | 147.79º | 0.38% | 0.98% | - |
| XYZ | 58.63 | 80.23 | 67.04 | - |
| YUV | 216.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 200 | 0.38 | 0 | 0.20 | 0.02 | 147.79 | 0.92 | 0.8 |
| Hex | 9C | FB | C8 | 26 | 0 | 14 | 2 | 94 | 5C | 50 |
| Octal | 234 | 373 | 310 | 46 | 0 | 24 | 2 | 224 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11001000 | 100110 | 0 | 10100 | 10 | 10010100 | 1011100 | 1010000 |
Color Harmonies of #9CFBC8
Complementary color
Monochromatic Colors of #9CFBC8
Black with #9CFBC8
Text Example
Text Example
White with #9CFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBC8; }
p { color: rgb(156,251,200); }
H1.HeaderClassName
{
color: #9CFBC8;
}
.AnyTagClassName
{
color: #9CFBC8;
}
</style>
background-color css
<style>
a { background-color: #9CFBC8; }
a { background-color: rgb(156,251,200); }
div.DivClassName
{
background-color: #9CFBC8;
}
.BgClassName
{
background-color: #9CFBC8;
}
</style>
border-color css
<style>
span { border-color: #9CFBC8; }
span { border-color: rgb(156,251,200); }
td.TdClassName
{
border-color: #9CFBC8;
}
.TagClassName
{
border-color: #9CFBC8;
}
</style>