Shades of Magic Mint #9FEFC2
Tints of Magic Mint #9FEFC2
RGB
CMYK
RGB Variations
Color information
#9FEFC2 (or 0x9FEFC2) is known color: Magic Mint. HEX triplet: 9F, EF and C2. RGB value is (159,239,194). Sum of RGB (Red+Green+Blue) = 159+239+194=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC2 is #60103D. Grayscale: #D2D2D2. Windows color (decimal): -6295614 or 12775327. OLE color: 12775327.
HSL color Cylindrical-coordinate representation of color #9FEFC2: hue angle of 146.25º 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 #9FEFC2 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 194 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.06 |
| HSL | 146.25º | 0.71% | 0.78% | - |
| HSV(B) | 146.25º | 0.33% | 0.94% | - |
| XYZ | 54.9 | 73 | 62.24 | - |
| YUV | 209.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 194 | 0.33 | 0 | 0.19 | 0.06 | 146.25 | 0.71 | 0.78 |
| Hex | 9F | EF | C2 | 21 | 0 | 13 | 6 | 92 | 47 | 4E |
| Octal | 237 | 357 | 302 | 41 | 0 | 23 | 6 | 222 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11000010 | 100001 | 0 | 10011 | 110 | 10010010 | 1000111 | 1001110 |
Color Harmonies of #9FEFC2
Complementary color
Monochromatic Colors of #9FEFC2
Black with #9FEFC2
Text Example
Text Example
White with #9FEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFC2; }
p { color: rgb(159,239,194); }
H1.HeaderClassName
{
color: #9FEFC2;
}
.AnyTagClassName
{
color: #9FEFC2;
}
</style>
background-color css
<style>
a { background-color: #9FEFC2; }
a { background-color: rgb(159,239,194); }
div.DivClassName
{
background-color: #9FEFC2;
}
.BgClassName
{
background-color: #9FEFC2;
}
</style>
border-color css
<style>
span { border-color: #9FEFC2; }
span { border-color: rgb(159,239,194); }
td.TdClassName
{
border-color: #9FEFC2;
}
.TagClassName
{
border-color: #9FEFC2;
}
</style>