Shades of Magic Mint #9FF2CC
Tints of Magic Mint #9FF2CC
RGB
CMYK
RGB Variations
Color information
#9FF2CC (or 0x9FF2CC) is known color: Magic Mint. HEX triplet: 9F, F2 and CC. RGB value is (159,242,204). Sum of RGB (Red+Green+Blue) = 159+242+204=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2CC is #600D33. Grayscale: #D4D4D4. Windows color (decimal): -6294836 or 13431455. OLE color: 13431455.
HSL color Cylindrical-coordinate representation of color #9FF2CC: hue angle of 152.53º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2CC is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 204 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.05 |
| HSL | 152.53º | 0.76% | 0.79% | - |
| HSV(B) | 152.53º | 0.34% | 0.95% | - |
| XYZ | 56.95 | 75.23 | 68.65 | - |
| YUV | 212.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 204 | 0.34 | 0 | 0.16 | 0.05 | 152.53 | 0.76 | 0.79 |
| Hex | 9F | F2 | CC | 22 | 0 | 10 | 5 | 99 | 4C | 4F |
| Octal | 237 | 362 | 314 | 42 | 0 | 20 | 5 | 231 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11001100 | 100010 | 0 | 10000 | 101 | 10011001 | 1001100 | 1001111 |
Color Harmonies of #9FF2CC
Complementary color
Monochromatic Colors of #9FF2CC
Black with #9FF2CC
Text Example
Text Example
White with #9FF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2CC; }
p { color: rgb(159,242,204); }
H1.HeaderClassName
{
color: #9FF2CC;
}
.AnyTagClassName
{
color: #9FF2CC;
}
</style>
background-color css
<style>
a { background-color: #9FF2CC; }
a { background-color: rgb(159,242,204); }
div.DivClassName
{
background-color: #9FF2CC;
}
.BgClassName
{
background-color: #9FF2CC;
}
</style>
border-color css
<style>
span { border-color: #9FF2CC; }
span { border-color: rgb(159,242,204); }
td.TdClassName
{
border-color: #9FF2CC;
}
.TagClassName
{
border-color: #9FF2CC;
}
</style>