Shades of Magic Mint #9DEDD3
Tints of Magic Mint #9DEDD3
RGB
CMYK
RGB Variations
Color information
#9DEDD3 (or 0x9DEDD3) is known color: Magic Mint. HEX triplet: 9D, ED and D3. RGB value is (157,237,211). Sum of RGB (Red+Green+Blue) = 157+237+211=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDD3 is #62122C. Grayscale: #D2D2D2. Windows color (decimal): -6427181 or 13888925. OLE color: 13888925.
HSL color Cylindrical-coordinate representation of color #9DEDD3: hue angle of 160.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDD3 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 211 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.07 |
| HSL | 160.5º | 0.69% | 0.77% | - |
| HSV(B) | 160.5º | 0.34% | 0.93% | - |
| XYZ | 55.95 | 72.44 | 72.66 | - |
| YUV | 210.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 211 | 0.34 | 0 | 0.11 | 0.07 | 160.5 | 0.69 | 0.77 |
| Hex | 9D | ED | D3 | 22 | 0 | B | 7 | A0 | 45 | 4D |
| Octal | 235 | 355 | 323 | 42 | 0 | 13 | 7 | 240 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11010011 | 100010 | 0 | 1011 | 111 | 10100000 | 1000101 | 1001101 |
Color Harmonies of #9DEDD3
Complementary color
Monochromatic Colors of #9DEDD3
Black with #9DEDD3
Text Example
Text Example
White with #9DEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDD3; }
p { color: rgb(157,237,211); }
H1.HeaderClassName
{
color: #9DEDD3;
}
.AnyTagClassName
{
color: #9DEDD3;
}
</style>
background-color css
<style>
a { background-color: #9DEDD3; }
a { background-color: rgb(157,237,211); }
div.DivClassName
{
background-color: #9DEDD3;
}
.BgClassName
{
background-color: #9DEDD3;
}
</style>
border-color css
<style>
span { border-color: #9DEDD3; }
span { border-color: rgb(157,237,211); }
td.TdClassName
{
border-color: #9DEDD3;
}
.TagClassName
{
border-color: #9DEDD3;
}
</style>