Shades of Magic Mint #9FECCB
Tints of Magic Mint #9FECCB
RGB
CMYK
RGB Variations
Color information
#9FECCB (or 0x9FECCB) is known color: Magic Mint. HEX triplet: 9F, EC and CB. RGB value is (159,236,203). Sum of RGB (Red+Green+Blue) = 159+236+203=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECCB is #601334. Grayscale: #D1D1D1. Windows color (decimal): -6296373 or 13364383. OLE color: 13364383.
HSL color Cylindrical-coordinate representation of color #9FECCB: hue angle of 154.29º 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 #9FECCB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 203 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.07 |
| HSL | 154.29º | 0.67% | 0.77% | - |
| HSV(B) | 154.29º | 0.33% | 0.93% | - |
| XYZ | 55.07 | 71.67 | 67.43 | - |
| YUV | 209.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 203 | 0.33 | 0 | 0.14 | 0.07 | 154.29 | 0.67 | 0.77 |
| Hex | 9F | EC | CB | 21 | 0 | E | 7 | 9A | 43 | 4D |
| Octal | 237 | 354 | 313 | 41 | 0 | 16 | 7 | 232 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11001011 | 100001 | 0 | 1110 | 111 | 10011010 | 1000011 | 1001101 |
Color Harmonies of #9FECCB
Complementary color
Monochromatic Colors of #9FECCB
Black with #9FECCB
Text Example
Text Example
White with #9FECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECCB; }
p { color: rgb(159,236,203); }
H1.HeaderClassName
{
color: #9FECCB;
}
.AnyTagClassName
{
color: #9FECCB;
}
</style>
background-color css
<style>
a { background-color: #9FECCB; }
a { background-color: rgb(159,236,203); }
div.DivClassName
{
background-color: #9FECCB;
}
.BgClassName
{
background-color: #9FECCB;
}
</style>
border-color css
<style>
span { border-color: #9FECCB; }
span { border-color: rgb(159,236,203); }
td.TdClassName
{
border-color: #9FECCB;
}
.TagClassName
{
border-color: #9FECCB;
}
</style>