Shades of Magic Mint #9DFDCB
Tints of Magic Mint #9DFDCB
RGB
CMYK
RGB Variations
Color information
#9DFDCB (or 0x9DFDCB) is known color: Magic Mint. HEX triplet: 9D, FD and CB. RGB value is (157,253,203). Sum of RGB (Red+Green+Blue) = 157+253+203=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDCB is #620234. Grayscale: #DADADA. Windows color (decimal): -6423093 or 13368733. OLE color: 13368733.
HSL color Cylindrical-coordinate representation of color #9DFDCB: hue angle of 148.75º 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 #9DFDCB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 203 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.01 |
| HSL | 148.75º | 0.96% | 0.8% | - |
| HSV(B) | 148.75º | 0.38% | 0.99% | - |
| XYZ | 59.81 | 81.73 | 69.12 | - |
| YUV | 218.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 203 | 0.38 | 0 | 0.20 | 0.01 | 148.75 | 0.96 | 0.8 |
| Hex | 9D | FD | CB | 26 | 0 | 14 | 1 | 95 | 60 | 50 |
| Octal | 235 | 375 | 313 | 46 | 0 | 24 | 1 | 225 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11001011 | 100110 | 0 | 10100 | 1 | 10010101 | 1100000 | 1010000 |
Color Harmonies of #9DFDCB
Complementary color
Monochromatic Colors of #9DFDCB
Black with #9DFDCB
Text Example
Text Example
White with #9DFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDCB; }
p { color: rgb(157,253,203); }
H1.HeaderClassName
{
color: #9DFDCB;
}
.AnyTagClassName
{
color: #9DFDCB;
}
</style>
background-color css
<style>
a { background-color: #9DFDCB; }
a { background-color: rgb(157,253,203); }
div.DivClassName
{
background-color: #9DFDCB;
}
.BgClassName
{
background-color: #9DFDCB;
}
</style>
border-color css
<style>
span { border-color: #9DFDCB; }
span { border-color: rgb(157,253,203); }
td.TdClassName
{
border-color: #9DFDCB;
}
.TagClassName
{
border-color: #9DFDCB;
}
</style>