Shades of Magic Mint #9DEFC5
Tints of Magic Mint #9DEFC5
RGB
CMYK
RGB Variations
Color information
#9DEFC5 (or 0x9DEFC5) is known color: Magic Mint. HEX triplet: 9D, EF and C5. RGB value is (157,239,197). Sum of RGB (Red+Green+Blue) = 157+239+197=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFC5 is #62103A. Grayscale: #D1D1D1. Windows color (decimal): -6426683 or 12971933. OLE color: 12971933.
HSL color Cylindrical-coordinate representation of color #9DEFC5: hue angle of 149.27º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFC5 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 197 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.06 |
| HSL | 149.27º | 0.72% | 0.78% | - |
| HSV(B) | 149.27º | 0.34% | 0.94% | - |
| XYZ | 54.85 | 72.93 | 64.01 | - |
| YUV | 209.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 197 | 0.34 | 0 | 0.18 | 0.06 | 149.27 | 0.72 | 0.78 |
| Hex | 9D | EF | C5 | 22 | 0 | 12 | 6 | 95 | 48 | 4E |
| Octal | 235 | 357 | 305 | 42 | 0 | 22 | 6 | 225 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11000101 | 100010 | 0 | 10010 | 110 | 10010101 | 1001000 | 1001110 |
Color Harmonies of #9DEFC5
Complementary color
Monochromatic Colors of #9DEFC5
Black with #9DEFC5
Text Example
Text Example
White with #9DEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFC5; }
p { color: rgb(157,239,197); }
H1.HeaderClassName
{
color: #9DEFC5;
}
.AnyTagClassName
{
color: #9DEFC5;
}
</style>
background-color css
<style>
a { background-color: #9DEFC5; }
a { background-color: rgb(157,239,197); }
div.DivClassName
{
background-color: #9DEFC5;
}
.BgClassName
{
background-color: #9DEFC5;
}
</style>
border-color css
<style>
span { border-color: #9DEFC5; }
span { border-color: rgb(157,239,197); }
td.TdClassName
{
border-color: #9DEFC5;
}
.TagClassName
{
border-color: #9DEFC5;
}
</style>