Shades of Magic Mint #9EE5C5
Tints of Magic Mint #9EE5C5
RGB
CMYK
RGB Variations
Color information
#9EE5C5 (or 0x9EE5C5) is known color: Magic Mint. HEX triplet: 9E, E5 and C5. RGB value is (158,229,197). Sum of RGB (Red+Green+Blue) = 158+229+197=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5C5 is #611A3A. Grayscale: #CCCCCC. Windows color (decimal): -6363707 or 12969374. OLE color: 12969374.
HSL color Cylindrical-coordinate representation of color #9EE5C5: hue angle of 152.96º 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 #9EE5C5 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 197 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.10 |
| HSL | 152.96º | 0.58% | 0.76% | - |
| HSV(B) | 152.96º | 0.31% | 0.9% | - |
| XYZ | 52.2 | 67.34 | 63.07 | - |
| YUV | 204.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 197 | 0.31 | 0 | 0.14 | 0.10 | 152.96 | 0.58 | 0.76 |
| Hex | 9E | E5 | C5 | 1F | 0 | E | A | 99 | 3A | 4C |
| Octal | 236 | 345 | 305 | 37 | 0 | 16 | 12 | 231 | 72 | 114 |
| Binary | 10011110 | 11100101 | 11000101 | 11111 | 0 | 1110 | 1010 | 10011001 | 111010 | 1001100 |
Color Harmonies of #9EE5C5
Complementary color
Monochromatic Colors of #9EE5C5
Black with #9EE5C5
Text Example
Text Example
White with #9EE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5C5; }
p { color: rgb(158,229,197); }
H1.HeaderClassName
{
color: #9EE5C5;
}
.AnyTagClassName
{
color: #9EE5C5;
}
</style>
background-color css
<style>
a { background-color: #9EE5C5; }
a { background-color: rgb(158,229,197); }
div.DivClassName
{
background-color: #9EE5C5;
}
.BgClassName
{
background-color: #9EE5C5;
}
</style>
border-color css
<style>
span { border-color: #9EE5C5; }
span { border-color: rgb(158,229,197); }
td.TdClassName
{
border-color: #9EE5C5;
}
.TagClassName
{
border-color: #9EE5C5;
}
</style>