Shades of Magic Mint #9DFFE2
Tints of Magic Mint #9DFFE2
RGB
CMYK
RGB Variations
Color information
#9DFFE2 (or 0x9DFFE2) is known color: Magic Mint. HEX triplet: 9D, FF and E2. RGB value is (157,255,226). Sum of RGB (Red+Green+Blue) = 157+255+226=638 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.61% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFE2 is #62001D. Grayscale: #DEDEDE. Windows color (decimal): -6422558 or 14876573. OLE color: 14876573.
HSL color Cylindrical-coordinate representation of color #9DFFE2: hue angle of 162.24º 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 #9DFFE2 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 226 | - |
| CMYK | 0.38 | 0 | 0.11 | 0 |
| HSL | 162.24º | 1% | 0.81% | - |
| HSV(B) | 162.24º | 0.38% | 1% | - |
| XYZ | 63.39 | 84.18 | 84.86 | - |
| YUV | 222.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 226 | 0.38 | 0 | 0.11 | 0 | 162.24 | 1 | 0.81 |
| Hex | 9D | FF | E2 | 26 | 0 | B | 0 | A2 | 64 | 51 |
| Octal | 235 | 377 | 342 | 46 | 0 | 13 | 0 | 242 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11100010 | 100110 | 0 | 1011 | 0 | 10100010 | 1100100 | 1010001 |
Color Harmonies of #9DFFE2
Complementary color
Monochromatic Colors of #9DFFE2
Black with #9DFFE2
Text Example
Text Example
White with #9DFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFE2; }
p { color: rgb(157,255,226); }
H1.HeaderClassName
{
color: #9DFFE2;
}
.AnyTagClassName
{
color: #9DFFE2;
}
</style>
background-color css
<style>
a { background-color: #9DFFE2; }
a { background-color: rgb(157,255,226); }
div.DivClassName
{
background-color: #9DFFE2;
}
.BgClassName
{
background-color: #9DFFE2;
}
</style>
border-color css
<style>
span { border-color: #9DFFE2; }
span { border-color: rgb(157,255,226); }
td.TdClassName
{
border-color: #9DFFE2;
}
.TagClassName
{
border-color: #9DFFE2;
}
</style>