Shades of Magic Mint #9FEEBD
Tints of Magic Mint #9FEEBD
RGB
CMYK
RGB Variations
Color information
#9FEEBD (or 0x9FEEBD) is known color: Magic Mint. HEX triplet: 9F, EE and BD. RGB value is (159,238,189). Sum of RGB (Red+Green+Blue) = 159+238+189=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEBD is #601142. Grayscale: #D0D0D0. Windows color (decimal): -6295875 or 12447391. OLE color: 12447391.
HSL color Cylindrical-coordinate representation of color #9FEEBD: hue angle of 142.78º 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 #9FEEBD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 189 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 142.78º | 0.7% | 0.78% | - |
| HSV(B) | 142.78º | 0.33% | 0.93% | - |
| XYZ | 54.06 | 72.19 | 59.23 | - |
| YUV | 208.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 189 | 0.33 | 0 | 0.21 | 0.07 | 142.78 | 0.7 | 0.78 |
| Hex | 9F | EE | BD | 21 | 0 | 15 | 7 | 8F | 46 | 4E |
| Octal | 237 | 356 | 275 | 41 | 0 | 25 | 7 | 217 | 106 | 116 |
| Binary | 10011111 | 11101110 | 10111101 | 100001 | 0 | 10101 | 111 | 10001111 | 1000110 | 1001110 |
Color Harmonies of #9FEEBD
Complementary color
Monochromatic Colors of #9FEEBD
Black with #9FEEBD
Text Example
Text Example
White with #9FEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEBD; }
p { color: rgb(159,238,189); }
H1.HeaderClassName
{
color: #9FEEBD;
}
.AnyTagClassName
{
color: #9FEEBD;
}
</style>
background-color css
<style>
a { background-color: #9FEEBD; }
a { background-color: rgb(159,238,189); }
div.DivClassName
{
background-color: #9FEEBD;
}
.BgClassName
{
background-color: #9FEEBD;
}
</style>
border-color css
<style>
span { border-color: #9FEEBD; }
span { border-color: rgb(159,238,189); }
td.TdClassName
{
border-color: #9FEEBD;
}
.TagClassName
{
border-color: #9FEEBD;
}
</style>