Shades of Magic Mint #9CFBCD
Tints of Magic Mint #9CFBCD
RGB
CMYK
RGB Variations
Color information
#9CFBCD (or 0x9CFBCD) is known color: Magic Mint. HEX triplet: 9C, FB and CD. RGB value is (156,251,205). Sum of RGB (Red+Green+Blue) = 156+251+205=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBCD is #630432. Grayscale: #D9D9D9. Windows color (decimal): -6489139 or 13499292. OLE color: 13499292.
HSL color Cylindrical-coordinate representation of color #9CFBCD: hue angle of 150.95º 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 #9CFBCD is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 205 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.02 |
| HSL | 150.95º | 0.92% | 0.8% | - |
| HSV(B) | 150.95º | 0.38% | 0.98% | - |
| XYZ | 59.23 | 80.47 | 70.17 | - |
| YUV | 217.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 205 | 0.38 | 0 | 0.18 | 0.02 | 150.95 | 0.92 | 0.8 |
| Hex | 9C | FB | CD | 26 | 0 | 12 | 2 | 97 | 5C | 50 |
| Octal | 234 | 373 | 315 | 46 | 0 | 22 | 2 | 227 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11001101 | 100110 | 0 | 10010 | 10 | 10010111 | 1011100 | 1010000 |
Color Harmonies of #9CFBCD
Complementary color
Monochromatic Colors of #9CFBCD
Black with #9CFBCD
Text Example
Text Example
White with #9CFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBCD; }
p { color: rgb(156,251,205); }
H1.HeaderClassName
{
color: #9CFBCD;
}
.AnyTagClassName
{
color: #9CFBCD;
}
</style>
background-color css
<style>
a { background-color: #9CFBCD; }
a { background-color: rgb(156,251,205); }
div.DivClassName
{
background-color: #9CFBCD;
}
.BgClassName
{
background-color: #9CFBCD;
}
</style>
border-color css
<style>
span { border-color: #9CFBCD; }
span { border-color: rgb(156,251,205); }
td.TdClassName
{
border-color: #9CFBCD;
}
.TagClassName
{
border-color: #9CFBCD;
}
</style>