Shades of Magic Mint #9EF9DD
Tints of Magic Mint #9EF9DD
RGB
CMYK
RGB Variations
Color information
#9EF9DD (or 0x9EF9DD) is known color: Magic Mint. HEX triplet: 9E, F9 and DD. RGB value is (158,249,221). Sum of RGB (Red+Green+Blue) = 158+249+221=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9DD is #610622. Grayscale: #DADADA. Windows color (decimal): -6358563 or 14547358. OLE color: 14547358.
HSL color Cylindrical-coordinate representation of color #9EF9DD: hue angle of 161.54º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9DD is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 221 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.02 |
| HSL | 161.54º | 0.88% | 0.8% | - |
| HSV(B) | 161.54º | 0.37% | 0.98% | - |
| XYZ | 61.03 | 80.24 | 80.68 | - |
| YUV | 218.6 | 129.35 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 221 | 0.37 | 0 | 0.11 | 0.02 | 161.54 | 0.88 | 0.8 |
| Hex | 9E | F9 | DD | 25 | 0 | B | 2 | A2 | 58 | 50 |
| Octal | 236 | 371 | 335 | 45 | 0 | 13 | 2 | 242 | 130 | 120 |
| Binary | 10011110 | 11111001 | 11011101 | 100101 | 0 | 1011 | 10 | 10100010 | 1011000 | 1010000 |
Color Harmonies of #9EF9DD
Complementary color
Monochromatic Colors of #9EF9DD
Black with #9EF9DD
Text Example
Text Example
White with #9EF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9DD; }
p { color: rgb(158,249,221); }
H1.HeaderClassName
{
color: #9EF9DD;
}
.AnyTagClassName
{
color: #9EF9DD;
}
</style>
background-color css
<style>
a { background-color: #9EF9DD; }
a { background-color: rgb(158,249,221); }
div.DivClassName
{
background-color: #9EF9DD;
}
.BgClassName
{
background-color: #9EF9DD;
}
</style>
border-color css
<style>
span { border-color: #9EF9DD; }
span { border-color: rgb(158,249,221); }
td.TdClassName
{
border-color: #9EF9DD;
}
.TagClassName
{
border-color: #9EF9DD;
}
</style>