Shades of Magic Mint #9DFDDF
Tints of Magic Mint #9DFDDF
RGB
CMYK
RGB Variations
Color information
#9DFDDF (or 0x9DFDDF) is known color: Magic Mint. HEX triplet: 9D, FD and DF. RGB value is (157,253,223). Sum of RGB (Red+Green+Blue) = 157+253+223=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDDF is #620220. Grayscale: #DCDCDC. Windows color (decimal): -6423073 or 14679453. OLE color: 14679453.
HSL color Cylindrical-coordinate representation of color #9DFDDF: hue angle of 161.25º 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 #9DFDDF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 223 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.01 |
| HSL | 161.25º | 0.96% | 0.8% | - |
| HSV(B) | 161.25º | 0.38% | 0.99% | - |
| XYZ | 62.35 | 82.75 | 82.5 | - |
| YUV | 220.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 223 | 0.38 | 0 | 0.12 | 0.01 | 161.25 | 0.96 | 0.8 |
| Hex | 9D | FD | DF | 26 | 0 | C | 1 | A1 | 60 | 50 |
| Octal | 235 | 375 | 337 | 46 | 0 | 14 | 1 | 241 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11011111 | 100110 | 0 | 1100 | 1 | 10100001 | 1100000 | 1010000 |
Color Harmonies of #9DFDDF
Complementary color
Monochromatic Colors of #9DFDDF
Black with #9DFDDF
Text Example
Text Example
White with #9DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDDF; }
p { color: rgb(157,253,223); }
H1.HeaderClassName
{
color: #9DFDDF;
}
.AnyTagClassName
{
color: #9DFDDF;
}
</style>
background-color css
<style>
a { background-color: #9DFDDF; }
a { background-color: rgb(157,253,223); }
div.DivClassName
{
background-color: #9DFDDF;
}
.BgClassName
{
background-color: #9DFDDF;
}
</style>
border-color css
<style>
span { border-color: #9DFDDF; }
span { border-color: rgb(157,253,223); }
td.TdClassName
{
border-color: #9DFDDF;
}
.TagClassName
{
border-color: #9DFDDF;
}
</style>