Shades of Magic Mint #9CEDCD
Tints of Magic Mint #9CEDCD
RGB
CMYK
RGB Variations
Color information
#9CEDCD (or 0x9CEDCD) is known color: Magic Mint. HEX triplet: 9C, ED and CD. RGB value is (156,237,205). Sum of RGB (Red+Green+Blue) = 156+237+205=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCD is #631232. Grayscale: #D1D1D1. Windows color (decimal): -6492723 or 13495708. OLE color: 13495708.
HSL color Cylindrical-coordinate representation of color #9CEDCD: hue angle of 156.3º 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 #9CEDCD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 205 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 156.3º | 0.69% | 0.77% | - |
| HSV(B) | 156.3º | 0.34% | 0.93% | - |
| XYZ | 55.01 | 72.04 | 68.76 | - |
| YUV | 209.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 205 | 0.34 | 0 | 0.14 | 0.07 | 156.3 | 0.69 | 0.77 |
| Hex | 9C | ED | CD | 22 | 0 | E | 7 | 9C | 45 | 4D |
| Octal | 234 | 355 | 315 | 42 | 0 | 16 | 7 | 234 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11001101 | 100010 | 0 | 1110 | 111 | 10011100 | 1000101 | 1001101 |
Color Harmonies of #9CEDCD
Complementary color
Monochromatic Colors of #9CEDCD
Black with #9CEDCD
Text Example
Text Example
White with #9CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDCD; }
p { color: rgb(156,237,205); }
H1.HeaderClassName
{
color: #9CEDCD;
}
.AnyTagClassName
{
color: #9CEDCD;
}
</style>
background-color css
<style>
a { background-color: #9CEDCD; }
a { background-color: rgb(156,237,205); }
div.DivClassName
{
background-color: #9CEDCD;
}
.BgClassName
{
background-color: #9CEDCD;
}
</style>
border-color css
<style>
span { border-color: #9CEDCD; }
span { border-color: rgb(156,237,205); }
td.TdClassName
{
border-color: #9CEDCD;
}
.TagClassName
{
border-color: #9CEDCD;
}
</style>