Shades of Magic Mint #9FE7CB
Tints of Magic Mint #9FE7CB
RGB
CMYK
RGB Variations
Color information
#9FE7CB (or 0x9FE7CB) is known color: Magic Mint. HEX triplet: 9F, E7 and CB. RGB value is (159,231,203). Sum of RGB (Red+Green+Blue) = 159+231+203=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7CB is #601834. Grayscale: #CECECE. Windows color (decimal): -6297653 or 13363103. OLE color: 13363103.
HSL color Cylindrical-coordinate representation of color #9FE7CB: hue angle of 156.67º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE7CB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 203 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 156.67º | 0.6% | 0.76% | - |
| HSV(B) | 156.67º | 0.31% | 0.91% | - |
| XYZ | 53.65 | 68.83 | 66.96 | - |
| YUV | 206.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 203 | 0.31 | 0 | 0.12 | 0.09 | 156.67 | 0.6 | 0.76 |
| Hex | 9F | E7 | CB | 1F | 0 | C | 9 | 9D | 3C | 4C |
| Octal | 237 | 347 | 313 | 37 | 0 | 14 | 11 | 235 | 74 | 114 |
| Binary | 10011111 | 11100111 | 11001011 | 11111 | 0 | 1100 | 1001 | 10011101 | 111100 | 1001100 |
Color Harmonies of #9FE7CB
Complementary color
Monochromatic Colors of #9FE7CB
Black with #9FE7CB
Text Example
Text Example
White with #9FE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7CB; }
p { color: rgb(159,231,203); }
H1.HeaderClassName
{
color: #9FE7CB;
}
.AnyTagClassName
{
color: #9FE7CB;
}
</style>
background-color css
<style>
a { background-color: #9FE7CB; }
a { background-color: rgb(159,231,203); }
div.DivClassName
{
background-color: #9FE7CB;
}
.BgClassName
{
background-color: #9FE7CB;
}
</style>
border-color css
<style>
span { border-color: #9FE7CB; }
span { border-color: rgb(159,231,203); }
td.TdClassName
{
border-color: #9FE7CB;
}
.TagClassName
{
border-color: #9FE7CB;
}
</style>