Shades of Magic Mint #9FFECF
Tints of Magic Mint #9FFECF
RGB
CMYK
RGB Variations
Color information
#9FFECF (or 0x9FFECF) is known color: Magic Mint. HEX triplet: 9F, FE and CF. RGB value is (159,254,207). Sum of RGB (Red+Green+Blue) = 159+254+207=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFECF is #600130. Grayscale: #DCDCDC. Windows color (decimal): -6291761 or 13631135. OLE color: 13631135.
HSL color Cylindrical-coordinate representation of color #9FFECF: hue angle of 150.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFECF is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 207 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.00 |
| HSL | 150.32º | 0.98% | 0.81% | - |
| HSV(B) | 150.32º | 0.37% | 1% | - |
| XYZ | 61 | 82.76 | 71.79 | - |
| YUV | 220.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 207 | 0.37 | 0 | 0.19 | 0.00 | 150.32 | 0.98 | 0.81 |
| Hex | 9F | FE | CF | 25 | 0 | 13 | 0 | 96 | 62 | 51 |
| Octal | 237 | 376 | 317 | 45 | 0 | 23 | 0 | 226 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11001111 | 100101 | 0 | 10011 | 0 | 10010110 | 1100010 | 1010001 |
Color Harmonies of #9FFECF
Complementary color
Monochromatic Colors of #9FFECF
Black with #9FFECF
Text Example
Text Example
White with #9FFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFECF; }
p { color: rgb(159,254,207); }
H1.HeaderClassName
{
color: #9FFECF;
}
.AnyTagClassName
{
color: #9FFECF;
}
</style>
background-color css
<style>
a { background-color: #9FFECF; }
a { background-color: rgb(159,254,207); }
div.DivClassName
{
background-color: #9FFECF;
}
.BgClassName
{
background-color: #9FFECF;
}
</style>
border-color css
<style>
span { border-color: #9FFECF; }
span { border-color: rgb(159,254,207); }
td.TdClassName
{
border-color: #9FFECF;
}
.TagClassName
{
border-color: #9FFECF;
}
</style>