Shades of Magic Mint #9FE5CC
Tints of Magic Mint #9FE5CC
RGB
CMYK
RGB Variations
Color information
#9FE5CC (or 0x9FE5CC) is known color: Magic Mint. HEX triplet: 9F, E5 and CC. RGB value is (159,229,204). Sum of RGB (Red+Green+Blue) = 159+229+204=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5CC is #601A33. Grayscale: #CDCDCD. Windows color (decimal): -6298164 or 13428127. OLE color: 13428127.
HSL color Cylindrical-coordinate representation of color #9FE5CC: hue angle of 158.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5CC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 204 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.10 |
| HSL | 158.57º | 0.57% | 0.76% | - |
| HSV(B) | 158.57º | 0.31% | 0.9% | - |
| XYZ | 53.22 | 67.77 | 67.4 | - |
| YUV | 205.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 204 | 0.31 | 0 | 0.11 | 0.10 | 158.57 | 0.57 | 0.76 |
| Hex | 9F | E5 | CC | 1F | 0 | B | A | 9F | 39 | 4C |
| Octal | 237 | 345 | 314 | 37 | 0 | 13 | 12 | 237 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11001100 | 11111 | 0 | 1011 | 1010 | 10011111 | 111001 | 1001100 |
Color Harmonies of #9FE5CC
Complementary color
Monochromatic Colors of #9FE5CC
Black with #9FE5CC
Text Example
Text Example
White with #9FE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5CC; }
p { color: rgb(159,229,204); }
H1.HeaderClassName
{
color: #9FE5CC;
}
.AnyTagClassName
{
color: #9FE5CC;
}
</style>
background-color css
<style>
a { background-color: #9FE5CC; }
a { background-color: rgb(159,229,204); }
div.DivClassName
{
background-color: #9FE5CC;
}
.BgClassName
{
background-color: #9FE5CC;
}
</style>
border-color css
<style>
span { border-color: #9FE5CC; }
span { border-color: rgb(159,229,204); }
td.TdClassName
{
border-color: #9FE5CC;
}
.TagClassName
{
border-color: #9FE5CC;
}
</style>