Shades of Magic Mint #9FEBCB
Tints of Magic Mint #9FEBCB
RGB
CMYK
RGB Variations
Color information
#9FEBCB (or 0x9FEBCB) is known color: Magic Mint. HEX triplet: 9F, EB and CB. RGB value is (159,235,203). Sum of RGB (Red+Green+Blue) = 159+235+203=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBCB is #601434. Grayscale: #D0D0D0. Windows color (decimal): -6296629 or 13364127. OLE color: 13364127.
HSL color Cylindrical-coordinate representation of color #9FEBCB: hue angle of 154.74º 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 #9FEBCB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 203 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.08 |
| HSL | 154.74º | 0.66% | 0.77% | - |
| HSV(B) | 154.74º | 0.32% | 0.92% | - |
| XYZ | 54.79 | 71.1 | 67.34 | - |
| YUV | 208.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 203 | 0.32 | 0 | 0.14 | 0.08 | 154.74 | 0.66 | 0.77 |
| Hex | 9F | EB | CB | 20 | 0 | E | 8 | 9B | 42 | 4D |
| Octal | 237 | 353 | 313 | 40 | 0 | 16 | 10 | 233 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11001011 | 100000 | 0 | 1110 | 1000 | 10011011 | 1000010 | 1001101 |
Color Harmonies of #9FEBCB
Complementary color
Monochromatic Colors of #9FEBCB
Black with #9FEBCB
Text Example
Text Example
White with #9FEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBCB; }
p { color: rgb(159,235,203); }
H1.HeaderClassName
{
color: #9FEBCB;
}
.AnyTagClassName
{
color: #9FEBCB;
}
</style>
background-color css
<style>
a { background-color: #9FEBCB; }
a { background-color: rgb(159,235,203); }
div.DivClassName
{
background-color: #9FEBCB;
}
.BgClassName
{
background-color: #9FEBCB;
}
</style>
border-color css
<style>
span { border-color: #9FEBCB; }
span { border-color: rgb(159,235,203); }
td.TdClassName
{
border-color: #9FEBCB;
}
.TagClassName
{
border-color: #9FEBCB;
}
</style>