Shades of Magic Mint #9CFDDD
Tints of Magic Mint #9CFDDD
RGB
CMYK
RGB Variations
Color information
#9CFDDD (or 0x9CFDDD) is known color: Magic Mint. HEX triplet: 9C, FD and DD. RGB value is (156,253,221). Sum of RGB (Red+Green+Blue) = 156+253+221=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDDD is #630222. Grayscale: #DCDCDC. Windows color (decimal): -6488611 or 14548380. OLE color: 14548380.
HSL color Cylindrical-coordinate representation of color #9CFDDD: hue angle of 160.21º degrees, saturation: 0.96, 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 #9CFDDD is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 221 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 160.21º | 0.96% | 0.8% | - |
| HSV(B) | 160.21º | 0.38% | 0.99% | - |
| XYZ | 61.89 | 82.54 | 81.08 | - |
| YUV | 220.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 221 | 0.38 | 0 | 0.13 | 0.01 | 160.21 | 0.96 | 0.8 |
| Hex | 9C | FD | DD | 26 | 0 | D | 1 | A0 | 60 | 50 |
| Octal | 234 | 375 | 335 | 46 | 0 | 15 | 1 | 240 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11011101 | 100110 | 0 | 1101 | 1 | 10100000 | 1100000 | 1010000 |
Color Harmonies of #9CFDDD
Complementary color
Monochromatic Colors of #9CFDDD
Black with #9CFDDD
Text Example
Text Example
White with #9CFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDDD; }
p { color: rgb(156,253,221); }
H1.HeaderClassName
{
color: #9CFDDD;
}
.AnyTagClassName
{
color: #9CFDDD;
}
</style>
background-color css
<style>
a { background-color: #9CFDDD; }
a { background-color: rgb(156,253,221); }
div.DivClassName
{
background-color: #9CFDDD;
}
.BgClassName
{
background-color: #9CFDDD;
}
</style>
border-color css
<style>
span { border-color: #9CFDDD; }
span { border-color: rgb(156,253,221); }
td.TdClassName
{
border-color: #9CFDDD;
}
.TagClassName
{
border-color: #9CFDDD;
}
</style>