Shades of Magic Mint #9DFBCD
Tints of Magic Mint #9DFBCD
RGB
CMYK
RGB Variations
Color information
#9DFBCD (or 0x9DFBCD) is known color: Magic Mint. HEX triplet: 9D, FB and CD. RGB value is (157,251,205). Sum of RGB (Red+Green+Blue) = 157+251+205=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFBCD is #620432. Grayscale: #D9D9D9. Windows color (decimal): -6423603 or 13499293. OLE color: 13499293.
HSL color Cylindrical-coordinate representation of color #9DFBCD: hue angle of 150.64º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFBCD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 205 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.02 |
| HSL | 150.64º | 0.92% | 0.8% | - |
| HSV(B) | 150.64º | 0.37% | 0.98% | - |
| XYZ | 59.42 | 80.57 | 70.18 | - |
| YUV | 217.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 205 | 0.37 | 0 | 0.18 | 0.02 | 150.64 | 0.92 | 0.8 |
| Hex | 9D | FB | CD | 25 | 0 | 12 | 2 | 97 | 5C | 50 |
| Octal | 235 | 373 | 315 | 45 | 0 | 22 | 2 | 227 | 134 | 120 |
| Binary | 10011101 | 11111011 | 11001101 | 100101 | 0 | 10010 | 10 | 10010111 | 1011100 | 1010000 |
Color Harmonies of #9DFBCD
Complementary color
Monochromatic Colors of #9DFBCD
Black with #9DFBCD
Text Example
Text Example
White with #9DFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFBCD; }
p { color: rgb(157,251,205); }
H1.HeaderClassName
{
color: #9DFBCD;
}
.AnyTagClassName
{
color: #9DFBCD;
}
</style>
background-color css
<style>
a { background-color: #9DFBCD; }
a { background-color: rgb(157,251,205); }
div.DivClassName
{
background-color: #9DFBCD;
}
.BgClassName
{
background-color: #9DFBCD;
}
</style>
border-color css
<style>
span { border-color: #9DFBCD; }
span { border-color: rgb(157,251,205); }
td.TdClassName
{
border-color: #9DFBCD;
}
.TagClassName
{
border-color: #9DFBCD;
}
</style>