Shades of Magic Mint #9FFFCB
Tints of Magic Mint #9FFFCB
RGB
CMYK
RGB Variations
Color information
#9FFFCB (or 0x9FFFCB) is known color: Magic Mint. HEX triplet: 9F, FF and CB. RGB value is (159,255,203). Sum of RGB (Red+Green+Blue) = 159+255+203=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFCB is #600034. Grayscale: #DCDCDC. Windows color (decimal): -6291509 or 13369247. OLE color: 13369247.
HSL color Cylindrical-coordinate representation of color #9FFFCB: hue angle of 147.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFCB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 203 | - |
| CMYK | 0.38 | 0 | 0.20 | 0 |
| HSL | 147.5º | 1% | 0.81% | - |
| HSV(B) | 147.5º | 0.38% | 1% | - |
| XYZ | 60.84 | 83.2 | 69.35 | - |
| YUV | 220.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 203 | 0.38 | 0 | 0.20 | 0 | 147.5 | 1 | 0.81 |
| Hex | 9F | FF | CB | 26 | 0 | 14 | 0 | 94 | 64 | 51 |
| Octal | 237 | 377 | 313 | 46 | 0 | 24 | 0 | 224 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11001011 | 100110 | 0 | 10100 | 0 | 10010100 | 1100100 | 1010001 |
Color Harmonies of #9FFFCB
Complementary color
Monochromatic Colors of #9FFFCB
Black with #9FFFCB
Text Example
Text Example
White with #9FFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFCB; }
p { color: rgb(159,255,203); }
H1.HeaderClassName
{
color: #9FFFCB;
}
.AnyTagClassName
{
color: #9FFFCB;
}
</style>
background-color css
<style>
a { background-color: #9FFFCB; }
a { background-color: rgb(159,255,203); }
div.DivClassName
{
background-color: #9FFFCB;
}
.BgClassName
{
background-color: #9FFFCB;
}
</style>
border-color css
<style>
span { border-color: #9FFFCB; }
span { border-color: rgb(159,255,203); }
td.TdClassName
{
border-color: #9FFFCB;
}
.TagClassName
{
border-color: #9FFFCB;
}
</style>