Shades of Magic Mint #9CFBD7
Tints of Magic Mint #9CFBD7
RGB
CMYK
RGB Variations
Color information
#9CFBD7 (or 0x9CFBD7) is known color: Magic Mint. HEX triplet: 9C, FB and D7. RGB value is (156,251,215). Sum of RGB (Red+Green+Blue) = 156+251+215=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBD7 is #630428. Grayscale: #DADADA. Windows color (decimal): -6489129 or 14154652. OLE color: 14154652.
HSL color Cylindrical-coordinate representation of color #9CFBD7: hue angle of 157.26º 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 #9CFBD7 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 215 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.02 |
| HSL | 157.26º | 0.92% | 0.8% | - |
| HSV(B) | 157.26º | 0.38% | 0.98% | - |
| XYZ | 60.47 | 80.97 | 76.73 | - |
| YUV | 218.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 215 | 0.38 | 0 | 0.14 | 0.02 | 157.26 | 0.92 | 0.8 |
| Hex | 9C | FB | D7 | 26 | 0 | E | 2 | 9D | 5C | 50 |
| Octal | 234 | 373 | 327 | 46 | 0 | 16 | 2 | 235 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11010111 | 100110 | 0 | 1110 | 10 | 10011101 | 1011100 | 1010000 |
Color Harmonies of #9CFBD7
Complementary color
Monochromatic Colors of #9CFBD7
Black with #9CFBD7
Text Example
Text Example
White with #9CFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBD7; }
p { color: rgb(156,251,215); }
H1.HeaderClassName
{
color: #9CFBD7;
}
.AnyTagClassName
{
color: #9CFBD7;
}
</style>
background-color css
<style>
a { background-color: #9CFBD7; }
a { background-color: rgb(156,251,215); }
div.DivClassName
{
background-color: #9CFBD7;
}
.BgClassName
{
background-color: #9CFBD7;
}
</style>
border-color css
<style>
span { border-color: #9CFBD7; }
span { border-color: rgb(156,251,215); }
td.TdClassName
{
border-color: #9CFBD7;
}
.TagClassName
{
border-color: #9CFBD7;
}
</style>