Shades of Magic Mint #9DEDC3
Tints of Magic Mint #9DEDC3
RGB
CMYK
RGB Variations
Color information
#9DEDC3 (or 0x9DEDC3) is known color: Magic Mint. HEX triplet: 9D, ED and C3. RGB value is (157,237,195). Sum of RGB (Red+Green+Blue) = 157+237+195=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC3 is #62123C. Grayscale: #D0D0D0. Windows color (decimal): -6427197 or 12840349. OLE color: 12840349.
HSL color Cylindrical-coordinate representation of color #9DEDC3: hue angle of 148.5º 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 #9DEDC3 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 195 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.07 |
| HSL | 148.5º | 0.69% | 0.77% | - |
| HSV(B) | 148.5º | 0.34% | 0.93% | - |
| XYZ | 54.04 | 71.68 | 62.62 | - |
| YUV | 208.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 195 | 0.34 | 0 | 0.18 | 0.07 | 148.5 | 0.69 | 0.77 |
| Hex | 9D | ED | C3 | 22 | 0 | 12 | 7 | 94 | 45 | 4D |
| Octal | 235 | 355 | 303 | 42 | 0 | 22 | 7 | 224 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000011 | 100010 | 0 | 10010 | 111 | 10010100 | 1000101 | 1001101 |
Color Harmonies of #9DEDC3
Complementary color
Monochromatic Colors of #9DEDC3
Black with #9DEDC3
Text Example
Text Example
White with #9DEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC3; }
p { color: rgb(157,237,195); }
H1.HeaderClassName
{
color: #9DEDC3;
}
.AnyTagClassName
{
color: #9DEDC3;
}
</style>
background-color css
<style>
a { background-color: #9DEDC3; }
a { background-color: rgb(157,237,195); }
div.DivClassName
{
background-color: #9DEDC3;
}
.BgClassName
{
background-color: #9DEDC3;
}
</style>
border-color css
<style>
span { border-color: #9DEDC3; }
span { border-color: rgb(157,237,195); }
td.TdClassName
{
border-color: #9DEDC3;
}
.TagClassName
{
border-color: #9DEDC3;
}
</style>