Shades of Magic Mint #9FF6DE
Tints of Magic Mint #9FF6DE
RGB
CMYK
RGB Variations
Color information
#9FF6DE (or 0x9FF6DE) is known color: Magic Mint. HEX triplet: 9F, F6 and DE. RGB value is (159,246,222). Sum of RGB (Red+Green+Blue) = 159+246+222=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF6DE is #600921. Grayscale: #D9D9D9. Windows color (decimal): -6293794 or 14612127. OLE color: 14612127.
HSL color Cylindrical-coordinate representation of color #9FF6DE: hue angle of 163.45º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF6DE is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 222 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.04 |
| HSL | 163.45º | 0.83% | 0.79% | - |
| HSV(B) | 163.45º | 0.35% | 0.96% | - |
| XYZ | 60.44 | 78.56 | 81.08 | - |
| YUV | 217.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 222 | 0.35 | 0 | 0.10 | 0.04 | 163.45 | 0.83 | 0.79 |
| Hex | 9F | F6 | DE | 23 | 0 | A | 4 | A3 | 53 | 4F |
| Octal | 237 | 366 | 336 | 43 | 0 | 12 | 4 | 243 | 123 | 117 |
| Binary | 10011111 | 11110110 | 11011110 | 100011 | 0 | 1010 | 100 | 10100011 | 1010011 | 1001111 |
Color Harmonies of #9FF6DE
Complementary color
Monochromatic Colors of #9FF6DE
Black with #9FF6DE
Text Example
Text Example
White with #9FF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF6DE; }
p { color: rgb(159,246,222); }
H1.HeaderClassName
{
color: #9FF6DE;
}
.AnyTagClassName
{
color: #9FF6DE;
}
</style>
background-color css
<style>
a { background-color: #9FF6DE; }
a { background-color: rgb(159,246,222); }
div.DivClassName
{
background-color: #9FF6DE;
}
.BgClassName
{
background-color: #9FF6DE;
}
</style>
border-color css
<style>
span { border-color: #9FF6DE; }
span { border-color: rgb(159,246,222); }
td.TdClassName
{
border-color: #9FF6DE;
}
.TagClassName
{
border-color: #9FF6DE;
}
</style>