Shades of Magic Mint #9CEDC6
Tints of Magic Mint #9CEDC6
RGB
CMYK
RGB Variations
Color information
#9CEDC6 (or 0x9CEDC6) is known color: Magic Mint. HEX triplet: 9C, ED and C6. RGB value is (156,237,198). Sum of RGB (Red+Green+Blue) = 156+237+198=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDC6 is #631239. Grayscale: #D0D0D0. Windows color (decimal): -6492730 or 13036956. OLE color: 13036956.
HSL color Cylindrical-coordinate representation of color #9CEDC6: hue angle of 151.11º 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 #9CEDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 198 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.07 |
| HSL | 151.11º | 0.69% | 0.77% | - |
| HSV(B) | 151.11º | 0.34% | 0.93% | - |
| XYZ | 54.19 | 71.71 | 64.41 | - |
| YUV | 208.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 198 | 0.34 | 0 | 0.16 | 0.07 | 151.11 | 0.69 | 0.77 |
| Hex | 9C | ED | C6 | 22 | 0 | 10 | 7 | 97 | 45 | 4D |
| Octal | 234 | 355 | 306 | 42 | 0 | 20 | 7 | 227 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11000110 | 100010 | 0 | 10000 | 111 | 10010111 | 1000101 | 1001101 |
Color Harmonies of #9CEDC6
Complementary color
Monochromatic Colors of #9CEDC6
Black with #9CEDC6
Text Example
Text Example
White with #9CEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDC6; }
p { color: rgb(156,237,198); }
H1.HeaderClassName
{
color: #9CEDC6;
}
.AnyTagClassName
{
color: #9CEDC6;
}
</style>
background-color css
<style>
a { background-color: #9CEDC6; }
a { background-color: rgb(156,237,198); }
div.DivClassName
{
background-color: #9CEDC6;
}
.BgClassName
{
background-color: #9CEDC6;
}
</style>
border-color css
<style>
span { border-color: #9CEDC6; }
span { border-color: rgb(156,237,198); }
td.TdClassName
{
border-color: #9CEDC6;
}
.TagClassName
{
border-color: #9CEDC6;
}
</style>