Shades of Magic Mint #9CFCCE
Tints of Magic Mint #9CFCCE
RGB
CMYK
RGB Variations
Color information
#9CFCCE (or 0x9CFCCE) is known color: Magic Mint. HEX triplet: 9C, FC and CE. RGB value is (156,252,206). Sum of RGB (Red+Green+Blue) = 156+252+206=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCCE is #630331. Grayscale: #DADADA. Windows color (decimal): -6488882 or 13565084. OLE color: 13565084.
HSL color Cylindrical-coordinate representation of color #9CFCCE: hue angle of 151.25º 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 #9CFCCE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 206 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.01 |
| HSL | 151.25º | 0.94% | 0.8% | - |
| HSV(B) | 151.25º | 0.38% | 0.99% | - |
| XYZ | 59.66 | 81.14 | 70.91 | - |
| YUV | 218.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 206 | 0.38 | 0 | 0.18 | 0.01 | 151.25 | 0.94 | 0.8 |
| Hex | 9C | FC | CE | 26 | 0 | 12 | 1 | 97 | 5E | 50 |
| Octal | 234 | 374 | 316 | 46 | 0 | 22 | 1 | 227 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11001110 | 100110 | 0 | 10010 | 1 | 10010111 | 1011110 | 1010000 |
Color Harmonies of #9CFCCE
Complementary color
Monochromatic Colors of #9CFCCE
Black with #9CFCCE
Text Example
Text Example
White with #9CFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCCE; }
p { color: rgb(156,252,206); }
H1.HeaderClassName
{
color: #9CFCCE;
}
.AnyTagClassName
{
color: #9CFCCE;
}
</style>
background-color css
<style>
a { background-color: #9CFCCE; }
a { background-color: rgb(156,252,206); }
div.DivClassName
{
background-color: #9CFCCE;
}
.BgClassName
{
background-color: #9CFCCE;
}
</style>
border-color css
<style>
span { border-color: #9CFCCE; }
span { border-color: rgb(156,252,206); }
td.TdClassName
{
border-color: #9CFCCE;
}
.TagClassName
{
border-color: #9CFCCE;
}
</style>