Shades of Magic Mint #9EF2CC
Tints of Magic Mint #9EF2CC
RGB
CMYK
RGB Variations
Color information
#9EF2CC (or 0x9EF2CC) is known color: Magic Mint. HEX triplet: 9E, F2 and CC. RGB value is (158,242,204). Sum of RGB (Red+Green+Blue) = 158+242+204=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2CC is #610D33. Grayscale: #D4D4D4. Windows color (decimal): -6360372 or 13431454. OLE color: 13431454.
HSL color Cylindrical-coordinate representation of color #9EF2CC: hue angle of 152.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2CC is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 204 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.05 |
| HSL | 152.86º | 0.76% | 0.78% | - |
| HSV(B) | 152.86º | 0.35% | 0.95% | - |
| XYZ | 56.75 | 75.13 | 68.64 | - |
| YUV | 212.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 204 | 0.35 | 0 | 0.16 | 0.05 | 152.86 | 0.76 | 0.78 |
| Hex | 9E | F2 | CC | 23 | 0 | 10 | 5 | 99 | 4C | 4E |
| Octal | 236 | 362 | 314 | 43 | 0 | 20 | 5 | 231 | 114 | 116 |
| Binary | 10011110 | 11110010 | 11001100 | 100011 | 0 | 10000 | 101 | 10011001 | 1001100 | 1001110 |
Color Harmonies of #9EF2CC
Complementary color
Monochromatic Colors of #9EF2CC
Black with #9EF2CC
Text Example
Text Example
White with #9EF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2CC; }
p { color: rgb(158,242,204); }
H1.HeaderClassName
{
color: #9EF2CC;
}
.AnyTagClassName
{
color: #9EF2CC;
}
</style>
background-color css
<style>
a { background-color: #9EF2CC; }
a { background-color: rgb(158,242,204); }
div.DivClassName
{
background-color: #9EF2CC;
}
.BgClassName
{
background-color: #9EF2CC;
}
</style>
border-color css
<style>
span { border-color: #9EF2CC; }
span { border-color: rgb(158,242,204); }
td.TdClassName
{
border-color: #9EF2CC;
}
.TagClassName
{
border-color: #9EF2CC;
}
</style>