Shades of Magic Mint #9FF9C5
Tints of Magic Mint #9FF9C5
RGB
CMYK
RGB Variations
Color information
#9FF9C5 (or 0x9FF9C5) is known color: Magic Mint. HEX triplet: 9F, F9 and C5. RGB value is (159,249,197). Sum of RGB (Red+Green+Blue) = 159+249+197=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF9C5 is #60063A. Grayscale: #D8D8D8. Windows color (decimal): -6293051 or 12974495. OLE color: 12974495.
HSL color Cylindrical-coordinate representation of color #9FF9C5: hue angle of 145.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF9C5 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 249 | 197 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.02 |
| HSL | 145.33º | 0.88% | 0.8% | - |
| HSV(B) | 145.33º | 0.36% | 0.98% | - |
| XYZ | 58.25 | 79.15 | 65.03 | - |
| YUV | 216.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 249 | 197 | 0.36 | 0 | 0.21 | 0.02 | 145.33 | 0.88 | 0.8 |
| Hex | 9F | F9 | C5 | 24 | 0 | 15 | 2 | 91 | 58 | 50 |
| Octal | 237 | 371 | 305 | 44 | 0 | 25 | 2 | 221 | 130 | 120 |
| Binary | 10011111 | 11111001 | 11000101 | 100100 | 0 | 10101 | 10 | 10010001 | 1011000 | 1010000 |
Color Harmonies of #9FF9C5
Complementary color
Monochromatic Colors of #9FF9C5
Black with #9FF9C5
Text Example
Text Example
White with #9FF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF9C5; }
p { color: rgb(159,249,197); }
H1.HeaderClassName
{
color: #9FF9C5;
}
.AnyTagClassName
{
color: #9FF9C5;
}
</style>
background-color css
<style>
a { background-color: #9FF9C5; }
a { background-color: rgb(159,249,197); }
div.DivClassName
{
background-color: #9FF9C5;
}
.BgClassName
{
background-color: #9FF9C5;
}
</style>
border-color css
<style>
span { border-color: #9FF9C5; }
span { border-color: rgb(159,249,197); }
td.TdClassName
{
border-color: #9FF9C5;
}
.TagClassName
{
border-color: #9FF9C5;
}
</style>