Shades of Magic Mint #9FFDD0
Tints of Magic Mint #9FFDD0
RGB
CMYK
RGB Variations
Color information
#9FFDD0 (or 0x9FFDD0) is known color: Magic Mint. HEX triplet: 9F, FD and D0. RGB value is (159,253,208). Sum of RGB (Red+Green+Blue) = 159+253+208=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDD0 is #60022F. Grayscale: #DBDBDB. Windows color (decimal): -6292016 or 13696415. OLE color: 13696415.
HSL color Cylindrical-coordinate representation of color #9FFDD0: hue angle of 151.28º 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 #9FFDD0 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 208 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.01 |
| HSL | 151.28º | 0.96% | 0.81% | - |
| HSV(B) | 151.28º | 0.37% | 0.99% | - |
| XYZ | 60.81 | 82.18 | 72.33 | - |
| YUV | 219.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 208 | 0.37 | 0 | 0.18 | 0.01 | 151.28 | 0.96 | 0.81 |
| Hex | 9F | FD | D0 | 25 | 0 | 12 | 1 | 97 | 60 | 51 |
| Octal | 237 | 375 | 320 | 45 | 0 | 22 | 1 | 227 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11010000 | 100101 | 0 | 10010 | 1 | 10010111 | 1100000 | 1010001 |
Color Harmonies of #9FFDD0
Complementary color
Monochromatic Colors of #9FFDD0
Black with #9FFDD0
Text Example
Text Example
White with #9FFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDD0; }
p { color: rgb(159,253,208); }
H1.HeaderClassName
{
color: #9FFDD0;
}
.AnyTagClassName
{
color: #9FFDD0;
}
</style>
background-color css
<style>
a { background-color: #9FFDD0; }
a { background-color: rgb(159,253,208); }
div.DivClassName
{
background-color: #9FFDD0;
}
.BgClassName
{
background-color: #9FFDD0;
}
</style>
border-color css
<style>
span { border-color: #9FFDD0; }
span { border-color: rgb(159,253,208); }
td.TdClassName
{
border-color: #9FFDD0;
}
.TagClassName
{
border-color: #9FFDD0;
}
</style>