Shades of Magic Mint #9FEED3
Tints of Magic Mint #9FEED3
RGB
CMYK
RGB Variations
Color information
#9FEED3 (or 0x9FEED3) is known color: Magic Mint. HEX triplet: 9F, EE and D3. RGB value is (159,238,211). Sum of RGB (Red+Green+Blue) = 159+238+211=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEED3 is #60112C. Grayscale: #D3D3D3. Windows color (decimal): -6295853 or 13889183. OLE color: 13889183.
HSL color Cylindrical-coordinate representation of color #9FEED3: hue angle of 159.49º 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 #9FEED3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 211 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.07 |
| HSL | 159.49º | 0.7% | 0.78% | - |
| HSV(B) | 159.49º | 0.33% | 0.93% | - |
| XYZ | 56.63 | 73.22 | 72.78 | - |
| YUV | 211.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 211 | 0.33 | 0 | 0.11 | 0.07 | 159.49 | 0.7 | 0.78 |
| Hex | 9F | EE | D3 | 21 | 0 | B | 7 | 9F | 46 | 4E |
| Octal | 237 | 356 | 323 | 41 | 0 | 13 | 7 | 237 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11010011 | 100001 | 0 | 1011 | 111 | 10011111 | 1000110 | 1001110 |
Color Harmonies of #9FEED3
Complementary color
Monochromatic Colors of #9FEED3
Black with #9FEED3
Text Example
Text Example
White with #9FEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEED3; }
p { color: rgb(159,238,211); }
H1.HeaderClassName
{
color: #9FEED3;
}
.AnyTagClassName
{
color: #9FEED3;
}
</style>
background-color css
<style>
a { background-color: #9FEED3; }
a { background-color: rgb(159,238,211); }
div.DivClassName
{
background-color: #9FEED3;
}
.BgClassName
{
background-color: #9FEED3;
}
</style>
border-color css
<style>
span { border-color: #9FEED3; }
span { border-color: rgb(159,238,211); }
td.TdClassName
{
border-color: #9FEED3;
}
.TagClassName
{
border-color: #9FEED3;
}
</style>