Shades of Magic Mint #9CFBDC
Tints of Magic Mint #9CFBDC
RGB
CMYK
RGB Variations
Color information
#9CFBDC (or 0x9CFBDC) is known color: Magic Mint. HEX triplet: 9C, FB and DC. RGB value is (156,251,220). Sum of RGB (Red+Green+Blue) = 156+251+220=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBDC is #630423. Grayscale: #DBDBDB. Windows color (decimal): -6489124 or 14482332. OLE color: 14482332.
HSL color Cylindrical-coordinate representation of color #9CFBDC: hue angle of 160.42º 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 #9CFBDC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 220 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.42º | 0.92% | 0.8% | - |
| HSV(B) | 160.42º | 0.38% | 0.98% | - |
| XYZ | 61.13 | 81.23 | 80.17 | - |
| YUV | 219.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 220 | 0.38 | 0 | 0.12 | 0.02 | 160.42 | 0.92 | 0.8 |
| Hex | 9C | FB | DC | 26 | 0 | C | 2 | A0 | 5C | 50 |
| Octal | 234 | 373 | 334 | 46 | 0 | 14 | 2 | 240 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11011100 | 100110 | 0 | 1100 | 10 | 10100000 | 1011100 | 1010000 |
Color Harmonies of #9CFBDC
Complementary color
Monochromatic Colors of #9CFBDC
Black with #9CFBDC
Text Example
Text Example
White with #9CFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBDC; }
p { color: rgb(156,251,220); }
H1.HeaderClassName
{
color: #9CFBDC;
}
.AnyTagClassName
{
color: #9CFBDC;
}
</style>
background-color css
<style>
a { background-color: #9CFBDC; }
a { background-color: rgb(156,251,220); }
div.DivClassName
{
background-color: #9CFBDC;
}
.BgClassName
{
background-color: #9CFBDC;
}
</style>
border-color css
<style>
span { border-color: #9CFBDC; }
span { border-color: rgb(156,251,220); }
td.TdClassName
{
border-color: #9CFBDC;
}
.TagClassName
{
border-color: #9CFBDC;
}
</style>