Shades of Magic Mint #9DEDC4
Tints of Magic Mint #9DEDC4
RGB
CMYK
RGB Variations
Color information
#9DEDC4 (or 0x9DEDC4) is known color: Magic Mint. HEX triplet: 9D, ED and C4. RGB value is (157,237,196). Sum of RGB (Red+Green+Blue) = 157+237+196=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC4 is #62123B. Grayscale: #D0D0D0. Windows color (decimal): -6427196 or 12905885. OLE color: 12905885.
HSL color Cylindrical-coordinate representation of color #9DEDC4: hue angle of 149.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDC4 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 196 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.07 |
| HSL | 149.25º | 0.69% | 0.77% | - |
| HSV(B) | 149.25º | 0.34% | 0.93% | - |
| XYZ | 54.15 | 71.72 | 63.21 | - |
| YUV | 208.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 196 | 0.34 | 0 | 0.17 | 0.07 | 149.25 | 0.69 | 0.77 |
| Hex | 9D | ED | C4 | 22 | 0 | 11 | 7 | 95 | 45 | 4D |
| Octal | 235 | 355 | 304 | 42 | 0 | 21 | 7 | 225 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000100 | 100010 | 0 | 10001 | 111 | 10010101 | 1000101 | 1001101 |
Color Harmonies of #9DEDC4
Complementary color
Monochromatic Colors of #9DEDC4
Black with #9DEDC4
Text Example
Text Example
White with #9DEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC4; }
p { color: rgb(157,237,196); }
H1.HeaderClassName
{
color: #9DEDC4;
}
.AnyTagClassName
{
color: #9DEDC4;
}
</style>
background-color css
<style>
a { background-color: #9DEDC4; }
a { background-color: rgb(157,237,196); }
div.DivClassName
{
background-color: #9DEDC4;
}
.BgClassName
{
background-color: #9DEDC4;
}
</style>
border-color css
<style>
span { border-color: #9DEDC4; }
span { border-color: rgb(157,237,196); }
td.TdClassName
{
border-color: #9DEDC4;
}
.TagClassName
{
border-color: #9DEDC4;
}
</style>