Shades of Magic Mint #9FE8CB
Tints of Magic Mint #9FE8CB
RGB
CMYK
RGB Variations
Color information
#9FE8CB (or 0x9FE8CB) is known color: Magic Mint. HEX triplet: 9F, E8 and CB. RGB value is (159,232,203). Sum of RGB (Red+Green+Blue) = 159+232+203=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8CB is #601734. Grayscale: #CECECE. Windows color (decimal): -6297397 or 13363359. OLE color: 13363359.
HSL color Cylindrical-coordinate representation of color #9FE8CB: hue angle of 156.16º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8CB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 203 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 156.16º | 0.61% | 0.77% | - |
| HSV(B) | 156.16º | 0.31% | 0.91% | - |
| XYZ | 53.93 | 69.4 | 67.05 | - |
| YUV | 206.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 203 | 0.31 | 0 | 0.12 | 0.09 | 156.16 | 0.61 | 0.77 |
| Hex | 9F | E8 | CB | 1F | 0 | C | 9 | 9C | 3D | 4D |
| Octal | 237 | 350 | 313 | 37 | 0 | 14 | 11 | 234 | 75 | 115 |
| Binary | 10011111 | 11101000 | 11001011 | 11111 | 0 | 1100 | 1001 | 10011100 | 111101 | 1001101 |
Color Harmonies of #9FE8CB
Complementary color
Monochromatic Colors of #9FE8CB
Black with #9FE8CB
Text Example
Text Example
White with #9FE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8CB; }
p { color: rgb(159,232,203); }
H1.HeaderClassName
{
color: #9FE8CB;
}
.AnyTagClassName
{
color: #9FE8CB;
}
</style>
background-color css
<style>
a { background-color: #9FE8CB; }
a { background-color: rgb(159,232,203); }
div.DivClassName
{
background-color: #9FE8CB;
}
.BgClassName
{
background-color: #9FE8CB;
}
</style>
border-color css
<style>
span { border-color: #9FE8CB; }
span { border-color: rgb(159,232,203); }
td.TdClassName
{
border-color: #9FE8CB;
}
.TagClassName
{
border-color: #9FE8CB;
}
</style>