Shades of Magic Mint #9EEDBD
Tints of Magic Mint #9EEDBD
RGB
CMYK
RGB Variations
Color information
#9EEDBD (or 0x9EEDBD) is known color: Magic Mint. HEX triplet: 9E, ED and BD. RGB value is (158,237,189). Sum of RGB (Red+Green+Blue) = 158+237+189=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDBD is #611242. Grayscale: #D0D0D0. Windows color (decimal): -6361667 or 12447134. OLE color: 12447134.
HSL color Cylindrical-coordinate representation of color #9EEDBD: hue angle of 143.54º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDBD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 189 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 143.54º | 0.69% | 0.77% | - |
| HSV(B) | 143.54º | 0.33% | 0.93% | - |
| XYZ | 53.57 | 71.51 | 59.12 | - |
| YUV | 207.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 189 | 0.33 | 0 | 0.20 | 0.07 | 143.54 | 0.69 | 0.77 |
| Hex | 9E | ED | BD | 21 | 0 | 14 | 7 | 90 | 45 | 4D |
| Octal | 236 | 355 | 275 | 41 | 0 | 24 | 7 | 220 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10111101 | 100001 | 0 | 10100 | 111 | 10010000 | 1000101 | 1001101 |
Color Harmonies of #9EEDBD
Complementary color
Monochromatic Colors of #9EEDBD
Black with #9EEDBD
Text Example
Text Example
White with #9EEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDBD; }
p { color: rgb(158,237,189); }
H1.HeaderClassName
{
color: #9EEDBD;
}
.AnyTagClassName
{
color: #9EEDBD;
}
</style>
background-color css
<style>
a { background-color: #9EEDBD; }
a { background-color: rgb(158,237,189); }
div.DivClassName
{
background-color: #9EEDBD;
}
.BgClassName
{
background-color: #9EEDBD;
}
</style>
border-color css
<style>
span { border-color: #9EEDBD; }
span { border-color: rgb(158,237,189); }
td.TdClassName
{
border-color: #9EEDBD;
}
.TagClassName
{
border-color: #9EEDBD;
}
</style>