Shades of Magic Mint #9CFADB
Tints of Magic Mint #9CFADB
RGB
CMYK
RGB Variations
Color information
#9CFADB (or 0x9CFADB) is known color: Magic Mint. HEX triplet: 9C, FA and DB. RGB value is (156,250,219). Sum of RGB (Red+Green+Blue) = 156+250+219=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFADB is #630524. Grayscale: #DADADA. Windows color (decimal): -6489381 or 14416540. OLE color: 14416540.
HSL color Cylindrical-coordinate representation of color #9CFADB: hue angle of 160.21º 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 #9CFADB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 219 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.21º | 0.9% | 0.8% | - |
| HSV(B) | 160.21º | 0.38% | 0.98% | - |
| XYZ | 60.68 | 80.55 | 79.37 | - |
| YUV | 218.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 219 | 0.38 | 0 | 0.12 | 0.02 | 160.21 | 0.9 | 0.8 |
| Hex | 9C | FA | DB | 26 | 0 | C | 2 | A0 | 5A | 50 |
| Octal | 234 | 372 | 333 | 46 | 0 | 14 | 2 | 240 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11011011 | 100110 | 0 | 1100 | 10 | 10100000 | 1011010 | 1010000 |
Color Harmonies of #9CFADB
Complementary color
Monochromatic Colors of #9CFADB
Black with #9CFADB
Text Example
Text Example
White with #9CFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFADB; }
p { color: rgb(156,250,219); }
H1.HeaderClassName
{
color: #9CFADB;
}
.AnyTagClassName
{
color: #9CFADB;
}
</style>
background-color css
<style>
a { background-color: #9CFADB; }
a { background-color: rgb(156,250,219); }
div.DivClassName
{
background-color: #9CFADB;
}
.BgClassName
{
background-color: #9CFADB;
}
</style>
border-color css
<style>
span { border-color: #9CFADB; }
span { border-color: rgb(156,250,219); }
td.TdClassName
{
border-color: #9CFADB;
}
.TagClassName
{
border-color: #9CFADB;
}
</style>