Shades of Magic Mint #9CFDD8
Tints of Magic Mint #9CFDD8
RGB
CMYK
RGB Variations
Color information
#9CFDD8 (or 0x9CFDD8) is known color: Magic Mint. HEX triplet: 9C, FD and D8. RGB value is (156,253,216). Sum of RGB (Red+Green+Blue) = 156+253+216=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDD8 is #630227. Grayscale: #DBDBDB. Windows color (decimal): -6488616 or 14220700. OLE color: 14220700.
HSL color Cylindrical-coordinate representation of color #9CFDD8: hue angle of 157.11º 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 #9CFDD8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 216 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.01 |
| HSL | 157.11º | 0.96% | 0.8% | - |
| HSV(B) | 157.11º | 0.38% | 0.99% | - |
| XYZ | 61.23 | 82.28 | 77.62 | - |
| YUV | 219.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 216 | 0.38 | 0 | 0.15 | 0.01 | 157.11 | 0.96 | 0.8 |
| Hex | 9C | FD | D8 | 26 | 0 | F | 1 | 9D | 60 | 50 |
| Octal | 234 | 375 | 330 | 46 | 0 | 17 | 1 | 235 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11011000 | 100110 | 0 | 1111 | 1 | 10011101 | 1100000 | 1010000 |
Color Harmonies of #9CFDD8
Complementary color
Monochromatic Colors of #9CFDD8
Black with #9CFDD8
Text Example
Text Example
White with #9CFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDD8; }
p { color: rgb(156,253,216); }
H1.HeaderClassName
{
color: #9CFDD8;
}
.AnyTagClassName
{
color: #9CFDD8;
}
</style>
background-color css
<style>
a { background-color: #9CFDD8; }
a { background-color: rgb(156,253,216); }
div.DivClassName
{
background-color: #9CFDD8;
}
.BgClassName
{
background-color: #9CFDD8;
}
</style>
border-color css
<style>
span { border-color: #9CFDD8; }
span { border-color: rgb(156,253,216); }
td.TdClassName
{
border-color: #9CFDD8;
}
.TagClassName
{
border-color: #9CFDD8;
}
</style>