Shades of Magic Mint #9FECC4
Tints of Magic Mint #9FECC4
RGB
CMYK
RGB Variations
Color information
#9FECC4 (or 0x9FECC4) is known color: Magic Mint. HEX triplet: 9F, EC and C4. RGB value is (159,236,196). Sum of RGB (Red+Green+Blue) = 159+236+196=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC4 is #60133B. Grayscale: #D0D0D0. Windows color (decimal): -6296380 or 12905631. OLE color: 12905631.
HSL color Cylindrical-coordinate representation of color #9FECC4: hue angle of 148.83º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECC4 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 196 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.07 |
| HSL | 148.83º | 0.67% | 0.77% | - |
| HSV(B) | 148.83º | 0.33% | 0.93% | - |
| XYZ | 54.26 | 71.35 | 63.14 | - |
| YUV | 208.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 196 | 0.33 | 0 | 0.17 | 0.07 | 148.83 | 0.67 | 0.77 |
| Hex | 9F | EC | C4 | 21 | 0 | 11 | 7 | 95 | 43 | 4D |
| Octal | 237 | 354 | 304 | 41 | 0 | 21 | 7 | 225 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11000100 | 100001 | 0 | 10001 | 111 | 10010101 | 1000011 | 1001101 |
Color Harmonies of #9FECC4
Complementary color
Monochromatic Colors of #9FECC4
Black with #9FECC4
Text Example
Text Example
White with #9FECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECC4; }
p { color: rgb(159,236,196); }
H1.HeaderClassName
{
color: #9FECC4;
}
.AnyTagClassName
{
color: #9FECC4;
}
</style>
background-color css
<style>
a { background-color: #9FECC4; }
a { background-color: rgb(159,236,196); }
div.DivClassName
{
background-color: #9FECC4;
}
.BgClassName
{
background-color: #9FECC4;
}
</style>
border-color css
<style>
span { border-color: #9FECC4; }
span { border-color: rgb(159,236,196); }
td.TdClassName
{
border-color: #9FECC4;
}
.TagClassName
{
border-color: #9FECC4;
}
</style>