Shades of Magic Mint #9CFECD
Tints of Magic Mint #9CFECD
RGB
CMYK
RGB Variations
Color information
#9CFECD (or 0x9CFECD) is known color: Magic Mint. HEX triplet: 9C, FE and CD. RGB value is (156,254,205). Sum of RGB (Red+Green+Blue) = 156+254+205=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFECD is #630132. Grayscale: #DBDBDB. Windows color (decimal): -6488371 or 13500060. OLE color: 13500060.
HSL color Cylindrical-coordinate representation of color #9CFECD: hue angle of 150º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFECD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 205 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.00 |
| HSL | 150º | 0.98% | 0.8% | - |
| HSV(B) | 150º | 0.39% | 1% | - |
| XYZ | 60.17 | 82.36 | 70.48 | - |
| YUV | 219.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 205 | 0.39 | 0 | 0.19 | 0.00 | 150 | 0.98 | 0.8 |
| Hex | 9C | FE | CD | 27 | 0 | 13 | 0 | 96 | 62 | 50 |
| Octal | 234 | 376 | 315 | 47 | 0 | 23 | 0 | 226 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11001101 | 100111 | 0 | 10011 | 0 | 10010110 | 1100010 | 1010000 |
Color Harmonies of #9CFECD
Complementary color
Monochromatic Colors of #9CFECD
Black with #9CFECD
Text Example
Text Example
White with #9CFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFECD; }
p { color: rgb(156,254,205); }
H1.HeaderClassName
{
color: #9CFECD;
}
.AnyTagClassName
{
color: #9CFECD;
}
</style>
background-color css
<style>
a { background-color: #9CFECD; }
a { background-color: rgb(156,254,205); }
div.DivClassName
{
background-color: #9CFECD;
}
.BgClassName
{
background-color: #9CFECD;
}
</style>
border-color css
<style>
span { border-color: #9CFECD; }
span { border-color: rgb(156,254,205); }
td.TdClassName
{
border-color: #9CFECD;
}
.TagClassName
{
border-color: #9CFECD;
}
</style>