Shades of Magic Mint #9FEFC5
Tints of Magic Mint #9FEFC5
RGB
CMYK
RGB Variations
Color information
#9FEFC5 (or 0x9FEFC5) is known color: Magic Mint. HEX triplet: 9F, EF and C5. RGB value is (159,239,197). Sum of RGB (Red+Green+Blue) = 159+239+197=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC5 is #60103A. Grayscale: #D2D2D2. Windows color (decimal): -6295611 or 12971935. OLE color: 12971935.
HSL color Cylindrical-coordinate representation of color #9FEFC5: hue angle of 148.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFC5 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 197 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.06 |
| HSL | 148.5º | 0.71% | 0.78% | - |
| HSV(B) | 148.5º | 0.33% | 0.94% | - |
| XYZ | 55.24 | 73.14 | 64.03 | - |
| YUV | 210.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 197 | 0.33 | 0 | 0.18 | 0.06 | 148.5 | 0.71 | 0.78 |
| Hex | 9F | EF | C5 | 21 | 0 | 12 | 6 | 94 | 47 | 4E |
| Octal | 237 | 357 | 305 | 41 | 0 | 22 | 6 | 224 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11000101 | 100001 | 0 | 10010 | 110 | 10010100 | 1000111 | 1001110 |
Color Harmonies of #9FEFC5
Complementary color
Monochromatic Colors of #9FEFC5
Black with #9FEFC5
Text Example
Text Example
White with #9FEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFC5; }
p { color: rgb(159,239,197); }
H1.HeaderClassName
{
color: #9FEFC5;
}
.AnyTagClassName
{
color: #9FEFC5;
}
</style>
background-color css
<style>
a { background-color: #9FEFC5; }
a { background-color: rgb(159,239,197); }
div.DivClassName
{
background-color: #9FEFC5;
}
.BgClassName
{
background-color: #9FEFC5;
}
</style>
border-color css
<style>
span { border-color: #9FEFC5; }
span { border-color: rgb(159,239,197); }
td.TdClassName
{
border-color: #9FEFC5;
}
.TagClassName
{
border-color: #9FEFC5;
}
</style>