Shades of Magic Mint #9CFFDD
Tints of Magic Mint #9CFFDD
RGB
CMYK
RGB Variations
Color information
#9CFFDD (or 0x9CFFDD) is known color: Magic Mint. HEX triplet: 9C, FF and DD. RGB value is (156,255,221). Sum of RGB (Red+Green+Blue) = 156+255+221=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFDD is #630022. Grayscale: #DDDDDD. Windows color (decimal): -6488099 or 14548892. OLE color: 14548892.
HSL color Cylindrical-coordinate representation of color #9CFFDD: hue angle of 159.39º 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 #9CFFDD is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 221 | - |
| CMYK | 0.39 | 0 | 0.13 | 0 |
| HSL | 159.39º | 1% | 0.81% | - |
| HSV(B) | 159.39º | 0.39% | 1% | - |
| XYZ | 62.52 | 83.81 | 81.29 | - |
| YUV | 221.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 221 | 0.39 | 0 | 0.13 | 0 | 159.39 | 1 | 0.81 |
| Hex | 9C | FF | DD | 27 | 0 | D | 0 | 9F | 64 | 51 |
| Octal | 234 | 377 | 335 | 47 | 0 | 15 | 0 | 237 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11011101 | 100111 | 0 | 1101 | 0 | 10011111 | 1100100 | 1010001 |
Color Harmonies of #9CFFDD
Complementary color
Monochromatic Colors of #9CFFDD
Black with #9CFFDD
Text Example
Text Example
White with #9CFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFDD; }
p { color: rgb(156,255,221); }
H1.HeaderClassName
{
color: #9CFFDD;
}
.AnyTagClassName
{
color: #9CFFDD;
}
</style>
background-color css
<style>
a { background-color: #9CFFDD; }
a { background-color: rgb(156,255,221); }
div.DivClassName
{
background-color: #9CFFDD;
}
.BgClassName
{
background-color: #9CFFDD;
}
</style>
border-color css
<style>
span { border-color: #9CFFDD; }
span { border-color: rgb(156,255,221); }
td.TdClassName
{
border-color: #9CFFDD;
}
.TagClassName
{
border-color: #9CFFDD;
}
</style>