Shades of Magic Mint #9CFFCD
Tints of Magic Mint #9CFFCD
RGB
CMYK
RGB Variations
Color information
#9CFFCD (or 0x9CFFCD) is known color: Magic Mint. HEX triplet: 9C, FF and CD. RGB value is (156,255,205). Sum of RGB (Red+Green+Blue) = 156+255+205=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFCD is #630032. Grayscale: #DBDBDB. Windows color (decimal): -6488115 or 13500316. OLE color: 13500316.
HSL color Cylindrical-coordinate representation of color #9CFFCD: hue angle of 149.7º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFCD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 205 | - |
| CMYK | 0.39 | 0 | 0.20 | 0 |
| HSL | 149.7º | 1% | 0.81% | - |
| HSV(B) | 149.7º | 0.39% | 1% | - |
| XYZ | 60.49 | 83 | 70.59 | - |
| YUV | 219.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 205 | 0.39 | 0 | 0.20 | 0 | 149.7 | 1 | 0.81 |
| Hex | 9C | FF | CD | 27 | 0 | 14 | 0 | 96 | 64 | 51 |
| Octal | 234 | 377 | 315 | 47 | 0 | 24 | 0 | 226 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11001101 | 100111 | 0 | 10100 | 0 | 10010110 | 1100100 | 1010001 |
Color Harmonies of #9CFFCD
Complementary color
Monochromatic Colors of #9CFFCD
Black with #9CFFCD
Text Example
Text Example
White with #9CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFCD; }
p { color: rgb(156,255,205); }
H1.HeaderClassName
{
color: #9CFFCD;
}
.AnyTagClassName
{
color: #9CFFCD;
}
</style>
background-color css
<style>
a { background-color: #9CFFCD; }
a { background-color: rgb(156,255,205); }
div.DivClassName
{
background-color: #9CFFCD;
}
.BgClassName
{
background-color: #9CFFCD;
}
</style>
border-color css
<style>
span { border-color: #9CFFCD; }
span { border-color: rgb(156,255,205); }
td.TdClassName
{
border-color: #9CFFCD;
}
.TagClassName
{
border-color: #9CFFCD;
}
</style>