Shades of Magic Mint #9FFDD3
Tints of Magic Mint #9FFDD3
RGB
CMYK
RGB Variations
Color information
#9FFDD3 (or 0x9FFDD3) is known color: Magic Mint. HEX triplet: 9F, FD and D3. RGB value is (159,253,211). Sum of RGB (Red+Green+Blue) = 159+253+211=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDD3 is #60022C. Grayscale: #DCDCDC. Windows color (decimal): -6292013 or 13893023. OLE color: 13893023.
HSL color Cylindrical-coordinate representation of color #9FFDD3: hue angle of 153.19º 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 #9FFDD3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 211 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.01 |
| HSL | 153.19º | 0.96% | 0.81% | - |
| HSV(B) | 153.19º | 0.37% | 0.99% | - |
| XYZ | 61.18 | 82.32 | 74.29 | - |
| YUV | 220.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 211 | 0.37 | 0 | 0.17 | 0.01 | 153.19 | 0.96 | 0.81 |
| Hex | 9F | FD | D3 | 25 | 0 | 11 | 1 | 99 | 60 | 51 |
| Octal | 237 | 375 | 323 | 45 | 0 | 21 | 1 | 231 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11010011 | 100101 | 0 | 10001 | 1 | 10011001 | 1100000 | 1010001 |
Color Harmonies of #9FFDD3
Complementary color
Monochromatic Colors of #9FFDD3
Black with #9FFDD3
Text Example
Text Example
White with #9FFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDD3; }
p { color: rgb(159,253,211); }
H1.HeaderClassName
{
color: #9FFDD3;
}
.AnyTagClassName
{
color: #9FFDD3;
}
</style>
background-color css
<style>
a { background-color: #9FFDD3; }
a { background-color: rgb(159,253,211); }
div.DivClassName
{
background-color: #9FFDD3;
}
.BgClassName
{
background-color: #9FFDD3;
}
</style>
border-color css
<style>
span { border-color: #9FFDD3; }
span { border-color: rgb(159,253,211); }
td.TdClassName
{
border-color: #9FFDD3;
}
.TagClassName
{
border-color: #9FFDD3;
}
</style>