Shades of Magic Mint #9FEDBE
Tints of Magic Mint #9FEDBE
RGB
CMYK
RGB Variations
Color information
#9FEDBE (or 0x9FEDBE) is known color: Magic Mint. HEX triplet: 9F, ED and BE. RGB value is (159,237,190). Sum of RGB (Red+Green+Blue) = 159+237+190=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBE is #601241. Grayscale: #D0D0D0. Windows color (decimal): -6296130 or 12512671. OLE color: 12512671.
HSL color Cylindrical-coordinate representation of color #9FEDBE: hue angle of 143.85º degrees, saturation: 0.68, 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 #9FEDBE is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 190 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.07 |
| HSL | 143.85º | 0.68% | 0.78% | - |
| HSV(B) | 143.85º | 0.33% | 0.93% | - |
| XYZ | 53.88 | 71.66 | 59.71 | - |
| YUV | 208.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 190 | 0.33 | 0 | 0.20 | 0.07 | 143.85 | 0.68 | 0.78 |
| Hex | 9F | ED | BE | 21 | 0 | 14 | 7 | 90 | 44 | 4E |
| Octal | 237 | 355 | 276 | 41 | 0 | 24 | 7 | 220 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10111110 | 100001 | 0 | 10100 | 111 | 10010000 | 1000100 | 1001110 |
Color Harmonies of #9FEDBE
Complementary color
Monochromatic Colors of #9FEDBE
Black with #9FEDBE
Text Example
Text Example
White with #9FEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDBE; }
p { color: rgb(159,237,190); }
H1.HeaderClassName
{
color: #9FEDBE;
}
.AnyTagClassName
{
color: #9FEDBE;
}
</style>
background-color css
<style>
a { background-color: #9FEDBE; }
a { background-color: rgb(159,237,190); }
div.DivClassName
{
background-color: #9FEDBE;
}
.BgClassName
{
background-color: #9FEDBE;
}
</style>
border-color css
<style>
span { border-color: #9FEDBE; }
span { border-color: rgb(159,237,190); }
td.TdClassName
{
border-color: #9FEDBE;
}
.TagClassName
{
border-color: #9FEDBE;
}
</style>