Shades of Magic Mint #9CFAD0
Tints of Magic Mint #9CFAD0
RGB
CMYK
RGB Variations
Color information
#9CFAD0 (or 0x9CFAD0) is known color: Magic Mint. HEX triplet: 9C, FA and D0. RGB value is (156,250,208). Sum of RGB (Red+Green+Blue) = 156+250+208=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFAD0 is #63052F. Grayscale: #D9D9D9. Windows color (decimal): -6489392 or 13695644. OLE color: 13695644.
HSL color Cylindrical-coordinate representation of color #9CFAD0: hue angle of 153.19º 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 #9CFAD0 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 208 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.02 |
| HSL | 153.19º | 0.9% | 0.8% | - |
| HSV(B) | 153.19º | 0.38% | 0.98% | - |
| XYZ | 59.28 | 79.99 | 71.99 | - |
| YUV | 217.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 208 | 0.38 | 0 | 0.17 | 0.02 | 153.19 | 0.9 | 0.8 |
| Hex | 9C | FA | D0 | 26 | 0 | 11 | 2 | 99 | 5A | 50 |
| Octal | 234 | 372 | 320 | 46 | 0 | 21 | 2 | 231 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11010000 | 100110 | 0 | 10001 | 10 | 10011001 | 1011010 | 1010000 |
Color Harmonies of #9CFAD0
Complementary color
Monochromatic Colors of #9CFAD0
Black with #9CFAD0
Text Example
Text Example
White with #9CFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAD0; }
p { color: rgb(156,250,208); }
H1.HeaderClassName
{
color: #9CFAD0;
}
.AnyTagClassName
{
color: #9CFAD0;
}
</style>
background-color css
<style>
a { background-color: #9CFAD0; }
a { background-color: rgb(156,250,208); }
div.DivClassName
{
background-color: #9CFAD0;
}
.BgClassName
{
background-color: #9CFAD0;
}
</style>
border-color css
<style>
span { border-color: #9CFAD0; }
span { border-color: rgb(156,250,208); }
td.TdClassName
{
border-color: #9CFAD0;
}
.TagClassName
{
border-color: #9CFAD0;
}
</style>