Shades of Magic Mint #9FEFC6
Tints of Magic Mint #9FEFC6
RGB
CMYK
RGB Variations
Color information
#9FEFC6 (or 0x9FEFC6) is known color: Magic Mint. HEX triplet: 9F, EF and C6. RGB value is (159,239,198). Sum of RGB (Red+Green+Blue) = 159+239+198=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC6 is #601039. Grayscale: #D2D2D2. Windows color (decimal): -6295610 or 13037471. OLE color: 13037471.
HSL color Cylindrical-coordinate representation of color #9FEFC6: hue angle of 149.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 #9FEFC6 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 198 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.06 |
| HSL | 149.25º | 0.71% | 0.78% | - |
| HSV(B) | 149.25º | 0.33% | 0.94% | - |
| XYZ | 55.36 | 73.18 | 64.63 | - |
| YUV | 210.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 198 | 0.33 | 0 | 0.17 | 0.06 | 149.25 | 0.71 | 0.78 |
| Hex | 9F | EF | C6 | 21 | 0 | 11 | 6 | 95 | 47 | 4E |
| Octal | 237 | 357 | 306 | 41 | 0 | 21 | 6 | 225 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11000110 | 100001 | 0 | 10001 | 110 | 10010101 | 1000111 | 1001110 |
Color Harmonies of #9FEFC6
Complementary color
Monochromatic Colors of #9FEFC6
Black with #9FEFC6
Text Example
Text Example
White with #9FEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFC6; }
p { color: rgb(159,239,198); }
H1.HeaderClassName
{
color: #9FEFC6;
}
.AnyTagClassName
{
color: #9FEFC6;
}
</style>
background-color css
<style>
a { background-color: #9FEFC6; }
a { background-color: rgb(159,239,198); }
div.DivClassName
{
background-color: #9FEFC6;
}
.BgClassName
{
background-color: #9FEFC6;
}
</style>
border-color css
<style>
span { border-color: #9FEFC6; }
span { border-color: rgb(159,239,198); }
td.TdClassName
{
border-color: #9FEFC6;
}
.TagClassName
{
border-color: #9FEFC6;
}
</style>