Shades of Magic Mint #9CE7CB
Tints of Magic Mint #9CE7CB
RGB
CMYK
RGB Variations
Color information
#9CE7CB (or 0x9CE7CB) is known color: Magic Mint. HEX triplet: 9C, E7 and CB. RGB value is (156,231,203). Sum of RGB (Red+Green+Blue) = 156+231+203=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE7CB is #631834. Grayscale: #CDCDCD. Windows color (decimal): -6494261 or 13363100. OLE color: 13363100.
HSL color Cylindrical-coordinate representation of color #9CE7CB: hue angle of 157.6º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE7CB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 203 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.09 |
| HSL | 157.6º | 0.61% | 0.76% | - |
| HSV(B) | 157.6º | 0.32% | 0.91% | - |
| XYZ | 53.07 | 68.53 | 66.93 | - |
| YUV | 205.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 203 | 0.32 | 0 | 0.12 | 0.09 | 157.6 | 0.61 | 0.76 |
| Hex | 9C | E7 | CB | 20 | 0 | C | 9 | 9E | 3D | 4C |
| Octal | 234 | 347 | 313 | 40 | 0 | 14 | 11 | 236 | 75 | 114 |
| Binary | 10011100 | 11100111 | 11001011 | 100000 | 0 | 1100 | 1001 | 10011110 | 111101 | 1001100 |
Color Harmonies of #9CE7CB
Complementary color
Monochromatic Colors of #9CE7CB
Black with #9CE7CB
Text Example
Text Example
White with #9CE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7CB; }
p { color: rgb(156,231,203); }
H1.HeaderClassName
{
color: #9CE7CB;
}
.AnyTagClassName
{
color: #9CE7CB;
}
</style>
background-color css
<style>
a { background-color: #9CE7CB; }
a { background-color: rgb(156,231,203); }
div.DivClassName
{
background-color: #9CE7CB;
}
.BgClassName
{
background-color: #9CE7CB;
}
</style>
border-color css
<style>
span { border-color: #9CE7CB; }
span { border-color: rgb(156,231,203); }
td.TdClassName
{
border-color: #9CE7CB;
}
.TagClassName
{
border-color: #9CE7CB;
}
</style>