Shades of Magic Mint #9FFDCA
Tints of Magic Mint #9FFDCA
RGB
CMYK
RGB Variations
Color information
#9FFDCA (or 0x9FFDCA) is known color: Magic Mint. HEX triplet: 9F, FD and CA. RGB value is (159,253,202). Sum of RGB (Red+Green+Blue) = 159+253+202=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDCA is #600235. Grayscale: #DBDBDB. Windows color (decimal): -6292022 or 13303199. OLE color: 13303199.
HSL color Cylindrical-coordinate representation of color #9FFDCA: hue angle of 147.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDCA is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 202 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.01 |
| HSL | 147.45º | 0.96% | 0.81% | - |
| HSV(B) | 147.45º | 0.37% | 0.99% | - |
| XYZ | 60.08 | 81.89 | 68.52 | - |
| YUV | 219.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 202 | 0.37 | 0 | 0.20 | 0.01 | 147.45 | 0.96 | 0.81 |
| Hex | 9F | FD | CA | 25 | 0 | 14 | 1 | 93 | 60 | 51 |
| Octal | 237 | 375 | 312 | 45 | 0 | 24 | 1 | 223 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11001010 | 100101 | 0 | 10100 | 1 | 10010011 | 1100000 | 1010001 |
Color Harmonies of #9FFDCA
Complementary color
Monochromatic Colors of #9FFDCA
Black with #9FFDCA
Text Example
Text Example
White with #9FFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDCA; }
p { color: rgb(159,253,202); }
H1.HeaderClassName
{
color: #9FFDCA;
}
.AnyTagClassName
{
color: #9FFDCA;
}
</style>
background-color css
<style>
a { background-color: #9FFDCA; }
a { background-color: rgb(159,253,202); }
div.DivClassName
{
background-color: #9FFDCA;
}
.BgClassName
{
background-color: #9FFDCA;
}
</style>
border-color css
<style>
span { border-color: #9FFDCA; }
span { border-color: rgb(159,253,202); }
td.TdClassName
{
border-color: #9FFDCA;
}
.TagClassName
{
border-color: #9FFDCA;
}
</style>