Shades of Magic Mint #9FF5C3
Tints of Magic Mint #9FF5C3
RGB
CMYK
RGB Variations
Color information
#9FF5C3 (or 0x9FF5C3) is known color: Magic Mint. HEX triplet: 9F, F5 and C3. RGB value is (159,245,195). Sum of RGB (Red+Green+Blue) = 159+245+195=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #9FF5C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF5C3 is #600A3C. Grayscale: #D5D5D5. Windows color (decimal): -6294077 or 12842399. OLE color: 12842399.
HSL color Cylindrical-coordinate representation of color #9FF5C3: hue angle of 145.12º degrees, saturation: 0.81, 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 #9FF5C3 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 245 | 195 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.04 |
| HSL | 145.12º | 0.81% | 0.79% | - |
| HSV(B) | 145.12º | 0.35% | 0.96% | - |
| XYZ | 56.8 | 76.62 | 63.42 | - |
| YUV | 213.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 195 | 0.35 | 0 | 0.20 | 0.04 | 145.12 | 0.81 | 0.79 |
| Hex | 9F | F5 | C3 | 23 | 0 | 14 | 4 | 91 | 51 | 4F |
| Octal | 237 | 365 | 303 | 43 | 0 | 24 | 4 | 221 | 121 | 117 |
| Binary | 10011111 | 11110101 | 11000011 | 100011 | 0 | 10100 | 100 | 10010001 | 1010001 | 1001111 |
Color Harmonies of #9FF5C3
Complementary color
Monochromatic Colors of #9FF5C3
Black with #9FF5C3
Text Example
Text Example
White with #9FF5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF5C3; }
p { color: rgb(159,245,195); }
H1.HeaderClassName
{
color: #9FF5C3;
}
.AnyTagClassName
{
color: #9FF5C3;
}
</style>
background-color css
<style>
a { background-color: #9FF5C3; }
a { background-color: rgb(159,245,195); }
div.DivClassName
{
background-color: #9FF5C3;
}
.BgClassName
{
background-color: #9FF5C3;
}
</style>
border-color css
<style>
span { border-color: #9FF5C3; }
span { border-color: rgb(159,245,195); }
td.TdClassName
{
border-color: #9FF5C3;
}
.TagClassName
{
border-color: #9FF5C3;
}
</style>