Shades of Magic Mint #9CE5CD
Tints of Magic Mint #9CE5CD
RGB
CMYK
RGB Variations
Color information
#9CE5CD (or 0x9CE5CD) is known color: Magic Mint. HEX triplet: 9C, E5 and CD. RGB value is (156,229,205). Sum of RGB (Red+Green+Blue) = 156+229+205=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5CD is #631A32. Grayscale: #CCCCCC. Windows color (decimal): -6494771 or 13493660. OLE color: 13493660.
HSL color Cylindrical-coordinate representation of color #9CE5CD: hue angle of 160.27º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5CD is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 205 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.10 |
| HSL | 160.27º | 0.58% | 0.75% | - |
| HSV(B) | 160.27º | 0.32% | 0.9% | - |
| XYZ | 52.75 | 67.51 | 68.01 | - |
| YUV | 204.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 205 | 0.32 | 0 | 0.10 | 0.10 | 160.27 | 0.58 | 0.75 |
| Hex | 9C | E5 | CD | 20 | 0 | A | A | A0 | 3A | 4B |
| Octal | 234 | 345 | 315 | 40 | 0 | 12 | 12 | 240 | 72 | 113 |
| Binary | 10011100 | 11100101 | 11001101 | 100000 | 0 | 1010 | 1010 | 10100000 | 111010 | 1001011 |
Color Harmonies of #9CE5CD
Complementary color
Monochromatic Colors of #9CE5CD
Black with #9CE5CD
Text Example
Text Example
White with #9CE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE5CD; }
p { color: rgb(156,229,205); }
H1.HeaderClassName
{
color: #9CE5CD;
}
.AnyTagClassName
{
color: #9CE5CD;
}
</style>
background-color css
<style>
a { background-color: #9CE5CD; }
a { background-color: rgb(156,229,205); }
div.DivClassName
{
background-color: #9CE5CD;
}
.BgClassName
{
background-color: #9CE5CD;
}
</style>
border-color css
<style>
span { border-color: #9CE5CD; }
span { border-color: rgb(156,229,205); }
td.TdClassName
{
border-color: #9CE5CD;
}
.TagClassName
{
border-color: #9CE5CD;
}
</style>