Shades of Magic Mint #9EF2DD
Tints of Magic Mint #9EF2DD
RGB
CMYK
RGB Variations
Color information
#9EF2DD (or 0x9EF2DD) is known color: Magic Mint. HEX triplet: 9E, F2 and DD. RGB value is (158,242,221). Sum of RGB (Red+Green+Blue) = 158+242+221=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2DD is #610D22. Grayscale: #D6D6D6. Windows color (decimal): -6360355 or 14545566. OLE color: 14545566.
HSL color Cylindrical-coordinate representation of color #9EF2DD: hue angle of 165º 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 #9EF2DD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 221 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.05 |
| HSL | 165º | 0.76% | 0.78% | - |
| HSV(B) | 165º | 0.35% | 0.95% | - |
| XYZ | 58.9 | 75.99 | 79.97 | - |
| YUV | 214.49 | 131.67 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 221 | 0.35 | 0 | 0.09 | 0.05 | 165 | 0.76 | 0.78 |
| Hex | 9E | F2 | DD | 23 | 0 | 9 | 5 | A5 | 4C | 4E |
| Octal | 236 | 362 | 335 | 43 | 0 | 11 | 5 | 245 | 114 | 116 |
| Binary | 10011110 | 11110010 | 11011101 | 100011 | 0 | 1001 | 101 | 10100101 | 1001100 | 1001110 |
Color Harmonies of #9EF2DD
Complementary color
Monochromatic Colors of #9EF2DD
Black with #9EF2DD
Text Example
Text Example
White with #9EF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2DD; }
p { color: rgb(158,242,221); }
H1.HeaderClassName
{
color: #9EF2DD;
}
.AnyTagClassName
{
color: #9EF2DD;
}
</style>
background-color css
<style>
a { background-color: #9EF2DD; }
a { background-color: rgb(158,242,221); }
div.DivClassName
{
background-color: #9EF2DD;
}
.BgClassName
{
background-color: #9EF2DD;
}
</style>
border-color css
<style>
span { border-color: #9EF2DD; }
span { border-color: rgb(158,242,221); }
td.TdClassName
{
border-color: #9EF2DD;
}
.TagClassName
{
border-color: #9EF2DD;
}
</style>