Shades of Magic Mint #9FE7CC
Tints of Magic Mint #9FE7CC
RGB
CMYK
RGB Variations
Color information
#9FE7CC (or 0x9FE7CC) is known color: Magic Mint. HEX triplet: 9F, E7 and CC. RGB value is (159,231,204). Sum of RGB (Red+Green+Blue) = 159+231+204=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7CC is #601833. Grayscale: #CECECE. Windows color (decimal): -6297652 or 13428639. OLE color: 13428639.
HSL color Cylindrical-coordinate representation of color #9FE7CC: hue angle of 157.5º 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 #9FE7CC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 204 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 157.5º | 0.6% | 0.76% | - |
| HSV(B) | 157.5º | 0.31% | 0.91% | - |
| XYZ | 53.77 | 68.88 | 67.59 | - |
| YUV | 206.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 204 | 0.31 | 0 | 0.12 | 0.09 | 157.5 | 0.6 | 0.76 |
| Hex | 9F | E7 | CC | 1F | 0 | C | 9 | 9E | 3C | 4C |
| Octal | 237 | 347 | 314 | 37 | 0 | 14 | 11 | 236 | 74 | 114 |
| Binary | 10011111 | 11100111 | 11001100 | 11111 | 0 | 1100 | 1001 | 10011110 | 111100 | 1001100 |
Color Harmonies of #9FE7CC
Complementary color
Monochromatic Colors of #9FE7CC
Black with #9FE7CC
Text Example
Text Example
White with #9FE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7CC; }
p { color: rgb(159,231,204); }
H1.HeaderClassName
{
color: #9FE7CC;
}
.AnyTagClassName
{
color: #9FE7CC;
}
</style>
background-color css
<style>
a { background-color: #9FE7CC; }
a { background-color: rgb(159,231,204); }
div.DivClassName
{
background-color: #9FE7CC;
}
.BgClassName
{
background-color: #9FE7CC;
}
</style>
border-color css
<style>
span { border-color: #9FE7CC; }
span { border-color: rgb(159,231,204); }
td.TdClassName
{
border-color: #9FE7CC;
}
.TagClassName
{
border-color: #9FE7CC;
}
</style>