Shades of Magic Mint #9CFBDA
Tints of Magic Mint #9CFBDA
RGB
CMYK
RGB Variations
Color information
#9CFBDA (or 0x9CFBDA) is known color: Magic Mint. HEX triplet: 9C, FB and DA. RGB value is (156,251,218). Sum of RGB (Red+Green+Blue) = 156+251+218=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBDA is #630425. Grayscale: #DADADA. Windows color (decimal): -6489126 or 14351260. OLE color: 14351260.
HSL color Cylindrical-coordinate representation of color #9CFBDA: hue angle of 159.16º 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 #9CFBDA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 159.16º | 0.92% | 0.8% | - |
| HSV(B) | 159.16º | 0.38% | 0.98% | - |
| XYZ | 60.86 | 81.12 | 78.78 | - |
| YUV | 218.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 218 | 0.38 | 0 | 0.13 | 0.02 | 159.16 | 0.92 | 0.8 |
| Hex | 9C | FB | DA | 26 | 0 | D | 2 | 9F | 5C | 50 |
| Octal | 234 | 373 | 332 | 46 | 0 | 15 | 2 | 237 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11011010 | 100110 | 0 | 1101 | 10 | 10011111 | 1011100 | 1010000 |
Color Harmonies of #9CFBDA
Complementary color
Monochromatic Colors of #9CFBDA
Black with #9CFBDA
Text Example
Text Example
White with #9CFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBDA; }
p { color: rgb(156,251,218); }
H1.HeaderClassName
{
color: #9CFBDA;
}
.AnyTagClassName
{
color: #9CFBDA;
}
</style>
background-color css
<style>
a { background-color: #9CFBDA; }
a { background-color: rgb(156,251,218); }
div.DivClassName
{
background-color: #9CFBDA;
}
.BgClassName
{
background-color: #9CFBDA;
}
</style>
border-color css
<style>
span { border-color: #9CFBDA; }
span { border-color: rgb(156,251,218); }
td.TdClassName
{
border-color: #9CFBDA;
}
.TagClassName
{
border-color: #9CFBDA;
}
</style>