Shades of Magic Mint #9CEACD
Tints of Magic Mint #9CEACD
RGB
CMYK
RGB Variations
Color information
#9CEACD (or 0x9CEACD) is known color: Magic Mint. HEX triplet: 9C, EA and CD. RGB value is (156,234,205). Sum of RGB (Red+Green+Blue) = 156+234+205=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEACD is #631532. Grayscale: #CFCFCF. Windows color (decimal): -6493491 or 13494940. OLE color: 13494940.
HSL color Cylindrical-coordinate representation of color #9CEACD: hue angle of 157.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEACD is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 205 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.08 |
| HSL | 157.69º | 0.65% | 0.76% | - |
| HSV(B) | 157.69º | 0.33% | 0.92% | - |
| XYZ | 54.15 | 70.32 | 68.48 | - |
| YUV | 207.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 205 | 0.33 | 0 | 0.12 | 0.08 | 157.69 | 0.65 | 0.76 |
| Hex | 9C | EA | CD | 21 | 0 | C | 8 | 9E | 41 | 4C |
| Octal | 234 | 352 | 315 | 41 | 0 | 14 | 10 | 236 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11001101 | 100001 | 0 | 1100 | 1000 | 10011110 | 1000001 | 1001100 |
Color Harmonies of #9CEACD
Complementary color
Monochromatic Colors of #9CEACD
Black with #9CEACD
Text Example
Text Example
White with #9CEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEACD; }
p { color: rgb(156,234,205); }
H1.HeaderClassName
{
color: #9CEACD;
}
.AnyTagClassName
{
color: #9CEACD;
}
</style>
background-color css
<style>
a { background-color: #9CEACD; }
a { background-color: rgb(156,234,205); }
div.DivClassName
{
background-color: #9CEACD;
}
.BgClassName
{
background-color: #9CEACD;
}
</style>
border-color css
<style>
span { border-color: #9CEACD; }
span { border-color: rgb(156,234,205); }
td.TdClassName
{
border-color: #9CEACD;
}
.TagClassName
{
border-color: #9CEACD;
}
</style>