Shades of Magic Mint #9DFDBD
Tints of Magic Mint #9DFDBD
RGB
CMYK
RGB Variations
Color information
#9DFDBD (or 0x9DFDBD) is known color: Magic Mint. HEX triplet: 9D, FD and BD. RGB value is (157,253,189). Sum of RGB (Red+Green+Blue) = 157+253+189=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDBD is #620242. Grayscale: #D9D9D9. Windows color (decimal): -6423107 or 12451229. OLE color: 12451229.
HSL color Cylindrical-coordinate representation of color #9DFDBD: hue angle of 140º 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 #9DFDBD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 157 | 253 | 189 | - |
CMYK | 0.38 | 0 | 0.25 | 0.01 |
HSL | 140º | 0.96% | 0.8% | - |
HSV(B) | 140º | 0.38% | 0.99% | - |
XYZ | 58.22 | 81.09 | 60.73 | - |
YUV | 217 | 112.2 | 85.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 253 | 189 | 0.38 | 0 | 0.25 | 0.01 | 140 | 0.96 | 0.8 |
Hex | 9D | FD | BD | 26 | 0 | 19 | 1 | 8C | 60 | 50 |
Octal | 235 | 375 | 275 | 46 | 0 | 31 | 1 | 214 | 140 | 120 |
Binary | 10011101 | 11111101 | 10111101 | 100110 | 0 | 11001 | 1 | 10001100 | 1100000 | 1010000 |
Color Harmonies of #9DFDBD
Complementary color
Monochromatic Colors of #9DFDBD
Black with #9DFDBD
Text Example
Text Example
White with #9DFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDBD; }
p { color: rgb(157,253,189); }
H1.HeaderClassName
{
color: #9DFDBD;
}
.AnyTagClassName
{
color: #9DFDBD;
}
</style>
background-color css
<style>
a { background-color: #9DFDBD; }
a { background-color: rgb(157,253,189); }
div.DivClassName
{
background-color: #9DFDBD;
}
.BgClassName
{
background-color: #9DFDBD;
}
</style>
border-color css
<style>
span { border-color: #9DFDBD; }
span { border-color: rgb(157,253,189); }
td.TdClassName
{
border-color: #9DFDBD;
}
.TagClassName
{
border-color: #9DFDBD;
}
</style>