Shades of Magic Mint #9CEAC7
Tints of Magic Mint #9CEAC7
RGB
CMYK
RGB Variations
Color information
#9CEAC7 (or 0x9CEAC7) is known color: Magic Mint. HEX triplet: 9C, EA and C7. RGB value is (156,234,199). Sum of RGB (Red+Green+Blue) = 156+234+199=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEAC7 is #631538. Grayscale: #CECECE. Windows color (decimal): -6493497 or 13101724. OLE color: 13101724.
HSL color Cylindrical-coordinate representation of color #9CEAC7: hue angle of 153.08º 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 #9CEAC7 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 199 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.08 |
| HSL | 153.08º | 0.65% | 0.76% | - |
| HSV(B) | 153.08º | 0.33% | 0.92% | - |
| XYZ | 53.44 | 70.04 | 64.73 | - |
| YUV | 206.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 199 | 0.33 | 0 | 0.15 | 0.08 | 153.08 | 0.65 | 0.76 |
| Hex | 9C | EA | C7 | 21 | 0 | F | 8 | 99 | 41 | 4C |
| Octal | 234 | 352 | 307 | 41 | 0 | 17 | 10 | 231 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11000111 | 100001 | 0 | 1111 | 1000 | 10011001 | 1000001 | 1001100 |
Color Harmonies of #9CEAC7
Complementary color
Monochromatic Colors of #9CEAC7
Black with #9CEAC7
Text Example
Text Example
White with #9CEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEAC7; }
p { color: rgb(156,234,199); }
H1.HeaderClassName
{
color: #9CEAC7;
}
.AnyTagClassName
{
color: #9CEAC7;
}
</style>
background-color css
<style>
a { background-color: #9CEAC7; }
a { background-color: rgb(156,234,199); }
div.DivClassName
{
background-color: #9CEAC7;
}
.BgClassName
{
background-color: #9CEAC7;
}
</style>
border-color css
<style>
span { border-color: #9CEAC7; }
span { border-color: rgb(156,234,199); }
td.TdClassName
{
border-color: #9CEAC7;
}
.TagClassName
{
border-color: #9CEAC7;
}
</style>