Shades of Magic Mint #9CECBF
Tints of Magic Mint #9CECBF
RGB
CMYK
RGB Variations
Color information
#9CECBF (or 0x9CECBF) is known color: Magic Mint. HEX triplet: 9C, EC and BF. RGB value is (156,236,191). Sum of RGB (Red+Green+Blue) = 156+236+191=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECBF is #631340. Grayscale: #CFCFCF. Windows color (decimal): -6492993 or 12577948. OLE color: 12577948.
HSL color Cylindrical-coordinate representation of color #9CECBF: hue angle of 146.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECBF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 191 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.07 |
| HSL | 146.25º | 0.68% | 0.77% | - |
| HSV(B) | 146.25º | 0.34% | 0.93% | - |
| XYZ | 53.11 | 70.82 | 60.16 | - |
| YUV | 206.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 191 | 0.34 | 0 | 0.19 | 0.07 | 146.25 | 0.68 | 0.77 |
| Hex | 9C | EC | BF | 22 | 0 | 13 | 7 | 92 | 44 | 4D |
| Octal | 234 | 354 | 277 | 42 | 0 | 23 | 7 | 222 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10111111 | 100010 | 0 | 10011 | 111 | 10010010 | 1000100 | 1001101 |
Color Harmonies of #9CECBF
Complementary color
Monochromatic Colors of #9CECBF
Black with #9CECBF
Text Example
Text Example
White with #9CECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECBF; }
p { color: rgb(156,236,191); }
H1.HeaderClassName
{
color: #9CECBF;
}
.AnyTagClassName
{
color: #9CECBF;
}
</style>
background-color css
<style>
a { background-color: #9CECBF; }
a { background-color: rgb(156,236,191); }
div.DivClassName
{
background-color: #9CECBF;
}
.BgClassName
{
background-color: #9CECBF;
}
</style>
border-color css
<style>
span { border-color: #9CECBF; }
span { border-color: rgb(156,236,191); }
td.TdClassName
{
border-color: #9CECBF;
}
.TagClassName
{
border-color: #9CECBF;
}
</style>