Shades of Magic Mint #9CFADE
Tints of Magic Mint #9CFADE
RGB
CMYK
RGB Variations
Color information
#9CFADE (or 0x9CFADE) is known color: Magic Mint. HEX triplet: 9C, FA and DE. RGB value is (156,250,222). Sum of RGB (Red+Green+Blue) = 156+250+222=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFADE is #630521. Grayscale: #DADADA. Windows color (decimal): -6489378 or 14613148. OLE color: 14613148.
HSL color Cylindrical-coordinate representation of color #9CFADE: hue angle of 162.13º 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 #9CFADE is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 222 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.02 |
| HSL | 162.13º | 0.9% | 0.8% | - |
| HSV(B) | 162.13º | 0.38% | 0.98% | - |
| XYZ | 61.08 | 80.71 | 81.47 | - |
| YUV | 218.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 222 | 0.38 | 0 | 0.11 | 0.02 | 162.13 | 0.9 | 0.8 |
| Hex | 9C | FA | DE | 26 | 0 | B | 2 | A2 | 5A | 50 |
| Octal | 234 | 372 | 336 | 46 | 0 | 13 | 2 | 242 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11011110 | 100110 | 0 | 1011 | 10 | 10100010 | 1011010 | 1010000 |
Color Harmonies of #9CFADE
Complementary color
Monochromatic Colors of #9CFADE
Black with #9CFADE
Text Example
Text Example
White with #9CFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFADE; }
p { color: rgb(156,250,222); }
H1.HeaderClassName
{
color: #9CFADE;
}
.AnyTagClassName
{
color: #9CFADE;
}
</style>
background-color css
<style>
a { background-color: #9CFADE; }
a { background-color: rgb(156,250,222); }
div.DivClassName
{
background-color: #9CFADE;
}
.BgClassName
{
background-color: #9CFADE;
}
</style>
border-color css
<style>
span { border-color: #9CFADE; }
span { border-color: rgb(156,250,222); }
td.TdClassName
{
border-color: #9CFADE;
}
.TagClassName
{
border-color: #9CFADE;
}
</style>