Shades of Magic Mint #9FE8CC
Tints of Magic Mint #9FE8CC
RGB
CMYK
RGB Variations
Color information
#9FE8CC (or 0x9FE8CC) is known color: Magic Mint. HEX triplet: 9F, E8 and CC. RGB value is (159,232,204). Sum of RGB (Red+Green+Blue) = 159+232+204=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8CC is #601733. Grayscale: #CFCFCF. Windows color (decimal): -6297396 or 13428895. OLE color: 13428895.
HSL color Cylindrical-coordinate representation of color #9FE8CC: hue angle of 156.99º 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 #9FE8CC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 204 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 156.99º | 0.61% | 0.77% | - |
| HSV(B) | 156.99º | 0.31% | 0.91% | - |
| XYZ | 54.05 | 69.44 | 67.68 | - |
| YUV | 206.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 204 | 0.31 | 0 | 0.12 | 0.09 | 156.99 | 0.61 | 0.77 |
| Hex | 9F | E8 | CC | 1F | 0 | C | 9 | 9D | 3D | 4D |
| Octal | 237 | 350 | 314 | 37 | 0 | 14 | 11 | 235 | 75 | 115 |
| Binary | 10011111 | 11101000 | 11001100 | 11111 | 0 | 1100 | 1001 | 10011101 | 111101 | 1001101 |
Color Harmonies of #9FE8CC
Complementary color
Monochromatic Colors of #9FE8CC
Black with #9FE8CC
Text Example
Text Example
White with #9FE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8CC; }
p { color: rgb(159,232,204); }
H1.HeaderClassName
{
color: #9FE8CC;
}
.AnyTagClassName
{
color: #9FE8CC;
}
</style>
background-color css
<style>
a { background-color: #9FE8CC; }
a { background-color: rgb(159,232,204); }
div.DivClassName
{
background-color: #9FE8CC;
}
.BgClassName
{
background-color: #9FE8CC;
}
</style>
border-color css
<style>
span { border-color: #9FE8CC; }
span { border-color: rgb(159,232,204); }
td.TdClassName
{
border-color: #9FE8CC;
}
.TagClassName
{
border-color: #9FE8CC;
}
</style>