Shades of Magic Mint #9CFADA
Tints of Magic Mint #9CFADA
RGB
CMYK
RGB Variations
Color information
#9CFADA (or 0x9CFADA) is known color: Magic Mint. HEX triplet: 9C, FA and DA. RGB value is (156,250,218). Sum of RGB (Red+Green+Blue) = 156+250+218=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFADA is #630525. Grayscale: #DADADA. Windows color (decimal): -6489382 or 14351004. OLE color: 14351004.
HSL color Cylindrical-coordinate representation of color #9CFADA: hue angle of 159.57º 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 #9CFADA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 159.57º | 0.9% | 0.8% | - |
| HSV(B) | 159.57º | 0.38% | 0.98% | - |
| XYZ | 60.55 | 80.5 | 78.68 | - |
| YUV | 218.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 218 | 0.38 | 0 | 0.13 | 0.02 | 159.57 | 0.9 | 0.8 |
| Hex | 9C | FA | DA | 26 | 0 | D | 2 | A0 | 5A | 50 |
| Octal | 234 | 372 | 332 | 46 | 0 | 15 | 2 | 240 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11011010 | 100110 | 0 | 1101 | 10 | 10100000 | 1011010 | 1010000 |
Color Harmonies of #9CFADA
Complementary color
Monochromatic Colors of #9CFADA
Black with #9CFADA
Text Example
Text Example
White with #9CFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFADA; }
p { color: rgb(156,250,218); }
H1.HeaderClassName
{
color: #9CFADA;
}
.AnyTagClassName
{
color: #9CFADA;
}
</style>
background-color css
<style>
a { background-color: #9CFADA; }
a { background-color: rgb(156,250,218); }
div.DivClassName
{
background-color: #9CFADA;
}
.BgClassName
{
background-color: #9CFADA;
}
</style>
border-color css
<style>
span { border-color: #9CFADA; }
span { border-color: rgb(156,250,218); }
td.TdClassName
{
border-color: #9CFADA;
}
.TagClassName
{
border-color: #9CFADA;
}
</style>