Shades of Magic Mint #9FEBD0
Tints of Magic Mint #9FEBD0
RGB
CMYK
RGB Variations
Color information
#9FEBD0 (or 0x9FEBD0) is known color: Magic Mint. HEX triplet: 9F, EB and D0. RGB value is (159,235,208). Sum of RGB (Red+Green+Blue) = 159+235+208=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBD0 is #60142F. Grayscale: #D1D1D1. Windows color (decimal): -6296624 or 13691807. OLE color: 13691807.
HSL color Cylindrical-coordinate representation of color #9FEBD0: hue angle of 158.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBD0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 208 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.08 |
| HSL | 158.68º | 0.66% | 0.77% | - |
| HSV(B) | 158.68º | 0.32% | 0.92% | - |
| XYZ | 55.39 | 71.34 | 70.53 | - |
| YUV | 209.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 208 | 0.32 | 0 | 0.11 | 0.08 | 158.68 | 0.66 | 0.77 |
| Hex | 9F | EB | D0 | 20 | 0 | B | 8 | 9F | 42 | 4D |
| Octal | 237 | 353 | 320 | 40 | 0 | 13 | 10 | 237 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11010000 | 100000 | 0 | 1011 | 1000 | 10011111 | 1000010 | 1001101 |
Color Harmonies of #9FEBD0
Complementary color
Monochromatic Colors of #9FEBD0
Black with #9FEBD0
Text Example
Text Example
White with #9FEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBD0; }
p { color: rgb(159,235,208); }
H1.HeaderClassName
{
color: #9FEBD0;
}
.AnyTagClassName
{
color: #9FEBD0;
}
</style>
background-color css
<style>
a { background-color: #9FEBD0; }
a { background-color: rgb(159,235,208); }
div.DivClassName
{
background-color: #9FEBD0;
}
.BgClassName
{
background-color: #9FEBD0;
}
</style>
border-color css
<style>
span { border-color: #9FEBD0; }
span { border-color: rgb(159,235,208); }
td.TdClassName
{
border-color: #9FEBD0;
}
.TagClassName
{
border-color: #9FEBD0;
}
</style>