Shades of Magic Mint #9CFBD9
Tints of Magic Mint #9CFBD9
RGB
CMYK
RGB Variations
Color information
#9CFBD9 (or 0x9CFBD9) is known color: Magic Mint. HEX triplet: 9C, FB and D9. RGB value is (156,251,217). Sum of RGB (Red+Green+Blue) = 156+251+217=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBD9 is #630426. Grayscale: #DADADA. Windows color (decimal): -6489127 or 14285724. OLE color: 14285724.
HSL color Cylindrical-coordinate representation of color #9CFBD9: hue angle of 158.53º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBD9 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 217 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.02 |
| HSL | 158.53º | 0.92% | 0.8% | - |
| HSV(B) | 158.53º | 0.38% | 0.98% | - |
| XYZ | 60.73 | 81.07 | 78.09 | - |
| YUV | 218.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 217 | 0.38 | 0 | 0.14 | 0.02 | 158.53 | 0.92 | 0.8 |
| Hex | 9C | FB | D9 | 26 | 0 | E | 2 | 9F | 5C | 50 |
| Octal | 234 | 373 | 331 | 46 | 0 | 16 | 2 | 237 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11011001 | 100110 | 0 | 1110 | 10 | 10011111 | 1011100 | 1010000 |
Color Harmonies of #9CFBD9
Complementary color
Monochromatic Colors of #9CFBD9
Black with #9CFBD9
Text Example
Text Example
White with #9CFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBD9; }
p { color: rgb(156,251,217); }
H1.HeaderClassName
{
color: #9CFBD9;
}
.AnyTagClassName
{
color: #9CFBD9;
}
</style>
background-color css
<style>
a { background-color: #9CFBD9; }
a { background-color: rgb(156,251,217); }
div.DivClassName
{
background-color: #9CFBD9;
}
.BgClassName
{
background-color: #9CFBD9;
}
</style>
border-color css
<style>
span { border-color: #9CFBD9; }
span { border-color: rgb(156,251,217); }
td.TdClassName
{
border-color: #9CFBD9;
}
.TagClassName
{
border-color: #9CFBD9;
}
</style>