Shades of Magic Mint #9DFFE1
Tints of Magic Mint #9DFFE1
RGB
CMYK
RGB Variations
Color information
#9DFFE1 (or 0x9DFFE1) is known color: Magic Mint. HEX triplet: 9D, FF and E1. RGB value is (157,255,225). Sum of RGB (Red+Green+Blue) = 157+255+225=637 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.65% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFE1 is #62001E. Grayscale: #DEDEDE. Windows color (decimal): -6422559 or 14811037. OLE color: 14811037.
HSL color Cylindrical-coordinate representation of color #9DFFE1: hue angle of 161.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFE1 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 225 | - |
| CMYK | 0.38 | 0 | 0.12 | 0 |
| HSL | 161.63º | 1% | 0.81% | - |
| HSV(B) | 161.63º | 0.38% | 1% | - |
| XYZ | 63.26 | 84.12 | 84.14 | - |
| YUV | 222.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 225 | 0.38 | 0 | 0.12 | 0 | 161.63 | 1 | 0.81 |
| Hex | 9D | FF | E1 | 26 | 0 | C | 0 | A2 | 64 | 51 |
| Octal | 235 | 377 | 341 | 46 | 0 | 14 | 0 | 242 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11100001 | 100110 | 0 | 1100 | 0 | 10100010 | 1100100 | 1010001 |
Color Harmonies of #9DFFE1
Complementary color
Monochromatic Colors of #9DFFE1
Black with #9DFFE1
Text Example
Text Example
White with #9DFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFE1; }
p { color: rgb(157,255,225); }
H1.HeaderClassName
{
color: #9DFFE1;
}
.AnyTagClassName
{
color: #9DFFE1;
}
</style>
background-color css
<style>
a { background-color: #9DFFE1; }
a { background-color: rgb(157,255,225); }
div.DivClassName
{
background-color: #9DFFE1;
}
.BgClassName
{
background-color: #9DFFE1;
}
</style>
border-color css
<style>
span { border-color: #9DFFE1; }
span { border-color: rgb(157,255,225); }
td.TdClassName
{
border-color: #9DFFE1;
}
.TagClassName
{
border-color: #9DFFE1;
}
</style>