Shades of Magic Mint #9FECD2
Tints of Magic Mint #9FECD2
RGB
CMYK
RGB Variations
Color information
#9FECD2 (or 0x9FECD2) is known color: Magic Mint. HEX triplet: 9F, EC and D2. RGB value is (159,236,210). Sum of RGB (Red+Green+Blue) = 159+236+210=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD2 is #60132D. Grayscale: #D2D2D2. Windows color (decimal): -6296366 or 13823135. OLE color: 13823135.
HSL color Cylindrical-coordinate representation of color #9FECD2: hue angle of 159.74º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECD2 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 210 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.07 |
| HSL | 159.74º | 0.67% | 0.77% | - |
| HSV(B) | 159.74º | 0.33% | 0.93% | - |
| XYZ | 55.93 | 72.01 | 71.93 | - |
| YUV | 210.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 210 | 0.33 | 0 | 0.11 | 0.07 | 159.74 | 0.67 | 0.77 |
| Hex | 9F | EC | D2 | 21 | 0 | B | 7 | A0 | 43 | 4D |
| Octal | 237 | 354 | 322 | 41 | 0 | 13 | 7 | 240 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11010010 | 100001 | 0 | 1011 | 111 | 10100000 | 1000011 | 1001101 |
Color Harmonies of #9FECD2
Complementary color
Monochromatic Colors of #9FECD2
Black with #9FECD2
Text Example
Text Example
White with #9FECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECD2; }
p { color: rgb(159,236,210); }
H1.HeaderClassName
{
color: #9FECD2;
}
.AnyTagClassName
{
color: #9FECD2;
}
</style>
background-color css
<style>
a { background-color: #9FECD2; }
a { background-color: rgb(159,236,210); }
div.DivClassName
{
background-color: #9FECD2;
}
.BgClassName
{
background-color: #9FECD2;
}
</style>
border-color css
<style>
span { border-color: #9FECD2; }
span { border-color: rgb(159,236,210); }
td.TdClassName
{
border-color: #9FECD2;
}
.TagClassName
{
border-color: #9FECD2;
}
</style>