Shades of Magic Mint #9CFCDA
Tints of Magic Mint #9CFCDA
RGB
CMYK
RGB Variations
Color information
#9CFCDA (or 0x9CFCDA) is known color: Magic Mint. HEX triplet: 9C, FC and DA. RGB value is (156,252,218). Sum of RGB (Red+Green+Blue) = 156+252+218=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCDA is #630325. Grayscale: #DBDBDB. Windows color (decimal): -6488870 or 14351516. OLE color: 14351516.
HSL color Cylindrical-coordinate representation of color #9CFCDA: hue angle of 158.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCDA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 158.75º | 0.94% | 0.8% | - |
| HSV(B) | 158.75º | 0.38% | 0.99% | - |
| XYZ | 61.18 | 81.75 | 78.88 | - |
| YUV | 219.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 218 | 0.38 | 0 | 0.13 | 0.01 | 158.75 | 0.94 | 0.8 |
| Hex | 9C | FC | DA | 26 | 0 | D | 1 | 9F | 5E | 50 |
| Octal | 234 | 374 | 332 | 46 | 0 | 15 | 1 | 237 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11011010 | 100110 | 0 | 1101 | 1 | 10011111 | 1011110 | 1010000 |
Color Harmonies of #9CFCDA
Complementary color
Monochromatic Colors of #9CFCDA
Black with #9CFCDA
Text Example
Text Example
White with #9CFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCDA; }
p { color: rgb(156,252,218); }
H1.HeaderClassName
{
color: #9CFCDA;
}
.AnyTagClassName
{
color: #9CFCDA;
}
</style>
background-color css
<style>
a { background-color: #9CFCDA; }
a { background-color: rgb(156,252,218); }
div.DivClassName
{
background-color: #9CFCDA;
}
.BgClassName
{
background-color: #9CFCDA;
}
</style>
border-color css
<style>
span { border-color: #9CFCDA; }
span { border-color: rgb(156,252,218); }
td.TdClassName
{
border-color: #9CFCDA;
}
.TagClassName
{
border-color: #9CFCDA;
}
</style>