Shades of Magic Mint #9DFECC
Tints of Magic Mint #9DFECC
RGB
CMYK
RGB Variations
Color information
#9DFECC (or 0x9DFECC) is known color: Magic Mint. HEX triplet: 9D, FE and CC. RGB value is (157,254,204). Sum of RGB (Red+Green+Blue) = 157+254+204=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFECC is #620133. Grayscale: #DBDBDB. Windows color (decimal): -6422836 or 13434525. OLE color: 13434525.
HSL color Cylindrical-coordinate representation of color #9DFECC: hue angle of 149.07º 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 #9DFECC is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 204 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.00 |
| HSL | 149.07º | 0.98% | 0.81% | - |
| HSV(B) | 149.07º | 0.38% | 1% | - |
| XYZ | 60.25 | 82.41 | 69.86 | - |
| YUV | 219.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 204 | 0.38 | 0 | 0.20 | 0.00 | 149.07 | 0.98 | 0.81 |
| Hex | 9D | FE | CC | 26 | 0 | 14 | 0 | 95 | 62 | 51 |
| Octal | 235 | 376 | 314 | 46 | 0 | 24 | 0 | 225 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11001100 | 100110 | 0 | 10100 | 0 | 10010101 | 1100010 | 1010001 |
Color Harmonies of #9DFECC
Complementary color
Monochromatic Colors of #9DFECC
Black with #9DFECC
Text Example
Text Example
White with #9DFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFECC; }
p { color: rgb(157,254,204); }
H1.HeaderClassName
{
color: #9DFECC;
}
.AnyTagClassName
{
color: #9DFECC;
}
</style>
background-color css
<style>
a { background-color: #9DFECC; }
a { background-color: rgb(157,254,204); }
div.DivClassName
{
background-color: #9DFECC;
}
.BgClassName
{
background-color: #9DFECC;
}
</style>
border-color css
<style>
span { border-color: #9DFECC; }
span { border-color: rgb(157,254,204); }
td.TdClassName
{
border-color: #9DFECC;
}
.TagClassName
{
border-color: #9DFECC;
}
</style>