Shades of Magic Mint #9DFDE1
Tints of Magic Mint #9DFDE1
RGB
CMYK
RGB Variations
Color information
#9DFDE1 (or 0x9DFDE1) is known color: Magic Mint. HEX triplet: 9D, FD and E1. RGB value is (157,253,225). Sum of RGB (Red+Green+Blue) = 157+253+225=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDE1 is #62021E. Grayscale: #DDDDDD. Windows color (decimal): -6423071 or 14810525. OLE color: 14810525.
HSL color Cylindrical-coordinate representation of color #9DFDE1: hue angle of 162.5º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDE1 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 225 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.01 |
| HSL | 162.5º | 0.96% | 0.8% | - |
| HSV(B) | 162.5º | 0.38% | 0.99% | - |
| XYZ | 62.62 | 82.85 | 83.93 | - |
| YUV | 221.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 225 | 0.38 | 0 | 0.11 | 0.01 | 162.5 | 0.96 | 0.8 |
| Hex | 9D | FD | E1 | 26 | 0 | B | 1 | A2 | 60 | 50 |
| Octal | 235 | 375 | 341 | 46 | 0 | 13 | 1 | 242 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11100001 | 100110 | 0 | 1011 | 1 | 10100010 | 1100000 | 1010000 |
Color Harmonies of #9DFDE1
Complementary color
Monochromatic Colors of #9DFDE1
Black with #9DFDE1
Text Example
Text Example
White with #9DFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDE1; }
p { color: rgb(157,253,225); }
H1.HeaderClassName
{
color: #9DFDE1;
}
.AnyTagClassName
{
color: #9DFDE1;
}
</style>
background-color css
<style>
a { background-color: #9DFDE1; }
a { background-color: rgb(157,253,225); }
div.DivClassName
{
background-color: #9DFDE1;
}
.BgClassName
{
background-color: #9DFDE1;
}
</style>
border-color css
<style>
span { border-color: #9DFDE1; }
span { border-color: rgb(157,253,225); }
td.TdClassName
{
border-color: #9DFDE1;
}
.TagClassName
{
border-color: #9DFDE1;
}
</style>