Shades of Magic Mint #9FEED5
Tints of Magic Mint #9FEED5
RGB
CMYK
RGB Variations
Color information
#9FEED5 (or 0x9FEED5) is known color: Magic Mint. HEX triplet: 9F, EE and D5. RGB value is (159,238,213). Sum of RGB (Red+Green+Blue) = 159+238+213=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEED5 is #60112A. Grayscale: #D3D3D3. Windows color (decimal): -6295851 or 14020255. OLE color: 14020255.
HSL color Cylindrical-coordinate representation of color #9FEED5: hue angle of 161.01º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEED5 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 213 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.07 |
| HSL | 161.01º | 0.7% | 0.78% | - |
| HSV(B) | 161.01º | 0.33% | 0.93% | - |
| XYZ | 56.88 | 73.32 | 74.11 | - |
| YUV | 211.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 213 | 0.33 | 0 | 0.11 | 0.07 | 161.01 | 0.7 | 0.78 |
| Hex | 9F | EE | D5 | 21 | 0 | B | 7 | A1 | 46 | 4E |
| Octal | 237 | 356 | 325 | 41 | 0 | 13 | 7 | 241 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11010101 | 100001 | 0 | 1011 | 111 | 10100001 | 1000110 | 1001110 |
Color Harmonies of #9FEED5
Complementary color
Monochromatic Colors of #9FEED5
Black with #9FEED5
Text Example
Text Example
White with #9FEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEED5; }
p { color: rgb(159,238,213); }
H1.HeaderClassName
{
color: #9FEED5;
}
.AnyTagClassName
{
color: #9FEED5;
}
</style>
background-color css
<style>
a { background-color: #9FEED5; }
a { background-color: rgb(159,238,213); }
div.DivClassName
{
background-color: #9FEED5;
}
.BgClassName
{
background-color: #9FEED5;
}
</style>
border-color css
<style>
span { border-color: #9FEED5; }
span { border-color: rgb(159,238,213); }
td.TdClassName
{
border-color: #9FEED5;
}
.TagClassName
{
border-color: #9FEED5;
}
</style>