Shades of Magic Mint #9CE6C3
Tints of Magic Mint #9CE6C3
RGB
CMYK
RGB Variations
Color information
#9CE6C3 (or 0x9CE6C3) is known color: Magic Mint. HEX triplet: 9C, E6 and C3. RGB value is (156,230,195). Sum of RGB (Red+Green+Blue) = 156+230+195=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE6C3 is #63193C. Grayscale: #CBCBCB. Windows color (decimal): -6494525 or 12838556. OLE color: 12838556.
HSL color Cylindrical-coordinate representation of color #9CE6C3: hue angle of 151.62º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE6C3 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 195 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.10 |
| HSL | 151.62º | 0.6% | 0.76% | - |
| HSV(B) | 151.62º | 0.32% | 0.9% | - |
| XYZ | 51.86 | 67.6 | 61.95 | - |
| YUV | 203.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 195 | 0.32 | 0 | 0.15 | 0.10 | 151.62 | 0.6 | 0.76 |
| Hex | 9C | E6 | C3 | 20 | 0 | F | A | 98 | 3C | 4C |
| Octal | 234 | 346 | 303 | 40 | 0 | 17 | 12 | 230 | 74 | 114 |
| Binary | 10011100 | 11100110 | 11000011 | 100000 | 0 | 1111 | 1010 | 10011000 | 111100 | 1001100 |
Color Harmonies of #9CE6C3
Complementary color
Monochromatic Colors of #9CE6C3
Black with #9CE6C3
Text Example
Text Example
White with #9CE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE6C3; }
p { color: rgb(156,230,195); }
H1.HeaderClassName
{
color: #9CE6C3;
}
.AnyTagClassName
{
color: #9CE6C3;
}
</style>
background-color css
<style>
a { background-color: #9CE6C3; }
a { background-color: rgb(156,230,195); }
div.DivClassName
{
background-color: #9CE6C3;
}
.BgClassName
{
background-color: #9CE6C3;
}
</style>
border-color css
<style>
span { border-color: #9CE6C3; }
span { border-color: rgb(156,230,195); }
td.TdClassName
{
border-color: #9CE6C3;
}
.TagClassName
{
border-color: #9CE6C3;
}
</style>