Shades of Magic Mint #9EE5CC
Tints of Magic Mint #9EE5CC
RGB
CMYK
RGB Variations
Color information
#9EE5CC (or 0x9EE5CC) is known color: Magic Mint. HEX triplet: 9E, E5 and CC. RGB value is (158,229,204). Sum of RGB (Red+Green+Blue) = 158+229+204=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5CC is #611A33. Grayscale: #CCCCCC. Windows color (decimal): -6363700 or 13428126. OLE color: 13428126.
HSL color Cylindrical-coordinate representation of color #9EE5CC: hue angle of 158.87º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5CC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 204 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.10 |
| HSL | 158.87º | 0.58% | 0.76% | - |
| HSV(B) | 158.87º | 0.31% | 0.9% | - |
| XYZ | 53.02 | 67.67 | 67.39 | - |
| YUV | 204.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 204 | 0.31 | 0 | 0.11 | 0.10 | 158.87 | 0.58 | 0.76 |
| Hex | 9E | E5 | CC | 1F | 0 | B | A | 9F | 3A | 4C |
| Octal | 236 | 345 | 314 | 37 | 0 | 13 | 12 | 237 | 72 | 114 |
| Binary | 10011110 | 11100101 | 11001100 | 11111 | 0 | 1011 | 1010 | 10011111 | 111010 | 1001100 |
Color Harmonies of #9EE5CC
Complementary color
Monochromatic Colors of #9EE5CC
Black with #9EE5CC
Text Example
Text Example
White with #9EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5CC; }
p { color: rgb(158,229,204); }
H1.HeaderClassName
{
color: #9EE5CC;
}
.AnyTagClassName
{
color: #9EE5CC;
}
</style>
background-color css
<style>
a { background-color: #9EE5CC; }
a { background-color: rgb(158,229,204); }
div.DivClassName
{
background-color: #9EE5CC;
}
.BgClassName
{
background-color: #9EE5CC;
}
</style>
border-color css
<style>
span { border-color: #9EE5CC; }
span { border-color: rgb(158,229,204); }
td.TdClassName
{
border-color: #9EE5CC;
}
.TagClassName
{
border-color: #9EE5CC;
}
</style>