Shades of Magic Mint #9DFECB
Tints of Magic Mint #9DFECB
RGB
CMYK
RGB Variations
Color information
#9DFECB (or 0x9DFECB) is known color: Magic Mint. HEX triplet: 9D, FE and CB. RGB value is (157,254,203). Sum of RGB (Red+Green+Blue) = 157+254+203=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFECB is #620134. Grayscale: #DBDBDB. Windows color (decimal): -6422837 or 13368989. OLE color: 13368989.
HSL color Cylindrical-coordinate representation of color #9DFECB: hue angle of 148.45º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFECB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 203 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.00 |
| HSL | 148.45º | 0.98% | 0.81% | - |
| HSV(B) | 148.45º | 0.38% | 1% | - |
| XYZ | 60.13 | 82.36 | 69.23 | - |
| YUV | 219.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 203 | 0.38 | 0 | 0.20 | 0.00 | 148.45 | 0.98 | 0.81 |
| Hex | 9D | FE | CB | 26 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 235 | 376 | 313 | 46 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11001011 | 100110 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #9DFECB
Complementary color
Monochromatic Colors of #9DFECB
Black with #9DFECB
Text Example
Text Example
White with #9DFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFECB; }
p { color: rgb(157,254,203); }
H1.HeaderClassName
{
color: #9DFECB;
}
.AnyTagClassName
{
color: #9DFECB;
}
</style>
background-color css
<style>
a { background-color: #9DFECB; }
a { background-color: rgb(157,254,203); }
div.DivClassName
{
background-color: #9DFECB;
}
.BgClassName
{
background-color: #9DFECB;
}
</style>
border-color css
<style>
span { border-color: #9DFECB; }
span { border-color: rgb(157,254,203); }
td.TdClassName
{
border-color: #9DFECB;
}
.TagClassName
{
border-color: #9DFECB;
}
</style>