Shades of Magic Mint #9DFDD1
Tints of Magic Mint #9DFDD1
RGB
CMYK
RGB Variations
Color information
#9DFDD1 (or 0x9DFDD1) is known color: Magic Mint. HEX triplet: 9D, FD and D1. RGB value is (157,253,209). Sum of RGB (Red+Green+Blue) = 157+253+209=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDD1 is #62022E. Grayscale: #DBDBDB. Windows color (decimal): -6423087 or 13761949. OLE color: 13761949.
HSL color Cylindrical-coordinate representation of color #9DFDD1: hue angle of 152.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 #9DFDD1 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 209 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.01 |
| HSL | 152.5º | 0.96% | 0.8% | - |
| HSV(B) | 152.5º | 0.38% | 0.99% | - |
| XYZ | 60.54 | 82.02 | 72.96 | - |
| YUV | 219.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 209 | 0.38 | 0 | 0.17 | 0.01 | 152.5 | 0.96 | 0.8 |
| Hex | 9D | FD | D1 | 26 | 0 | 11 | 1 | 98 | 60 | 50 |
| Octal | 235 | 375 | 321 | 46 | 0 | 21 | 1 | 230 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11010001 | 100110 | 0 | 10001 | 1 | 10011000 | 1100000 | 1010000 |
Color Harmonies of #9DFDD1
Complementary color
Monochromatic Colors of #9DFDD1
Black with #9DFDD1
Text Example
Text Example
White with #9DFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDD1; }
p { color: rgb(157,253,209); }
H1.HeaderClassName
{
color: #9DFDD1;
}
.AnyTagClassName
{
color: #9DFDD1;
}
</style>
background-color css
<style>
a { background-color: #9DFDD1; }
a { background-color: rgb(157,253,209); }
div.DivClassName
{
background-color: #9DFDD1;
}
.BgClassName
{
background-color: #9DFDD1;
}
</style>
border-color css
<style>
span { border-color: #9DFDD1; }
span { border-color: rgb(157,253,209); }
td.TdClassName
{
border-color: #9DFDD1;
}
.TagClassName
{
border-color: #9DFDD1;
}
</style>