Shades of Magic Mint #9CEDBE
Tints of Magic Mint #9CEDBE
RGB
CMYK
RGB Variations
Color information
#9CEDBE (or 0x9CEDBE) is known color: Magic Mint. HEX triplet: 9C, ED and BE. RGB value is (156,237,190). Sum of RGB (Red+Green+Blue) = 156+237+190=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDBE is #631241. Grayscale: #CFCFCF. Windows color (decimal): -6492738 or 12512668. OLE color: 12512668.
HSL color Cylindrical-coordinate representation of color #9CEDBE: hue angle of 145.19º 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 #9CEDBE is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 190 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.07 |
| HSL | 145.19º | 0.69% | 0.77% | - |
| HSV(B) | 145.19º | 0.34% | 0.93% | - |
| XYZ | 53.29 | 71.35 | 59.68 | - |
| YUV | 207.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 190 | 0.34 | 0 | 0.20 | 0.07 | 145.19 | 0.69 | 0.77 |
| Hex | 9C | ED | BE | 22 | 0 | 14 | 7 | 91 | 45 | 4D |
| Octal | 234 | 355 | 276 | 42 | 0 | 24 | 7 | 221 | 105 | 115 |
| Binary | 10011100 | 11101101 | 10111110 | 100010 | 0 | 10100 | 111 | 10010001 | 1000101 | 1001101 |
Color Harmonies of #9CEDBE
Complementary color
Monochromatic Colors of #9CEDBE
Black with #9CEDBE
Text Example
Text Example
White with #9CEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDBE; }
p { color: rgb(156,237,190); }
H1.HeaderClassName
{
color: #9CEDBE;
}
.AnyTagClassName
{
color: #9CEDBE;
}
</style>
background-color css
<style>
a { background-color: #9CEDBE; }
a { background-color: rgb(156,237,190); }
div.DivClassName
{
background-color: #9CEDBE;
}
.BgClassName
{
background-color: #9CEDBE;
}
</style>
border-color css
<style>
span { border-color: #9CEDBE; }
span { border-color: rgb(156,237,190); }
td.TdClassName
{
border-color: #9CEDBE;
}
.TagClassName
{
border-color: #9CEDBE;
}
</style>