Shades of Magic Mint #9CFBCC
Tints of Magic Mint #9CFBCC
RGB
CMYK
RGB Variations
Color information
#9CFBCC (or 0x9CFBCC) is known color: Magic Mint. HEX triplet: 9C, FB and CC. RGB value is (156,251,204). Sum of RGB (Red+Green+Blue) = 156+251+204=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBCC is #630433. Grayscale: #D9D9D9. Windows color (decimal): -6489140 or 13433756. OLE color: 13433756.
HSL color Cylindrical-coordinate representation of color #9CFBCC: hue angle of 150.32º 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 #9CFBCC is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 204 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.02 |
| HSL | 150.32º | 0.92% | 0.8% | - |
| HSV(B) | 150.32º | 0.38% | 0.98% | - |
| XYZ | 59.11 | 80.42 | 69.53 | - |
| YUV | 217.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 204 | 0.38 | 0 | 0.19 | 0.02 | 150.32 | 0.92 | 0.8 |
| Hex | 9C | FB | CC | 26 | 0 | 13 | 2 | 96 | 5C | 50 |
| Octal | 234 | 373 | 314 | 46 | 0 | 23 | 2 | 226 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11001100 | 100110 | 0 | 10011 | 10 | 10010110 | 1011100 | 1010000 |
Color Harmonies of #9CFBCC
Complementary color
Monochromatic Colors of #9CFBCC
Black with #9CFBCC
Text Example
Text Example
White with #9CFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBCC; }
p { color: rgb(156,251,204); }
H1.HeaderClassName
{
color: #9CFBCC;
}
.AnyTagClassName
{
color: #9CFBCC;
}
</style>
background-color css
<style>
a { background-color: #9CFBCC; }
a { background-color: rgb(156,251,204); }
div.DivClassName
{
background-color: #9CFBCC;
}
.BgClassName
{
background-color: #9CFBCC;
}
</style>
border-color css
<style>
span { border-color: #9CFBCC; }
span { border-color: rgb(156,251,204); }
td.TdClassName
{
border-color: #9CFBCC;
}
.TagClassName
{
border-color: #9CFBCC;
}
</style>