Shades of Magic Mint #9CFADC
Tints of Magic Mint #9CFADC
RGB
CMYK
RGB Variations
Color information
#9CFADC (or 0x9CFADC) is known color: Magic Mint. HEX triplet: 9C, FA and DC. RGB value is (156,250,220). Sum of RGB (Red+Green+Blue) = 156+250+220=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFADC is #630523. Grayscale: #DADADA. Windows color (decimal): -6489380 or 14482076. OLE color: 14482076.
HSL color Cylindrical-coordinate representation of color #9CFADC: hue angle of 160.85º degrees, saturation: 0.9, 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 #9CFADC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 220 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.85º | 0.9% | 0.8% | - |
| HSV(B) | 160.85º | 0.38% | 0.98% | - |
| XYZ | 60.81 | 80.61 | 80.06 | - |
| YUV | 218.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 220 | 0.38 | 0 | 0.12 | 0.02 | 160.85 | 0.9 | 0.8 |
| Hex | 9C | FA | DC | 26 | 0 | C | 2 | A1 | 5A | 50 |
| Octal | 234 | 372 | 334 | 46 | 0 | 14 | 2 | 241 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11011100 | 100110 | 0 | 1100 | 10 | 10100001 | 1011010 | 1010000 |
Color Harmonies of #9CFADC
Complementary color
Monochromatic Colors of #9CFADC
Black with #9CFADC
Text Example
Text Example
White with #9CFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFADC; }
p { color: rgb(156,250,220); }
H1.HeaderClassName
{
color: #9CFADC;
}
.AnyTagClassName
{
color: #9CFADC;
}
</style>
background-color css
<style>
a { background-color: #9CFADC; }
a { background-color: rgb(156,250,220); }
div.DivClassName
{
background-color: #9CFADC;
}
.BgClassName
{
background-color: #9CFADC;
}
</style>
border-color css
<style>
span { border-color: #9CFADC; }
span { border-color: rgb(156,250,220); }
td.TdClassName
{
border-color: #9CFADC;
}
.TagClassName
{
border-color: #9CFADC;
}
</style>