Shades of Magic Mint #9FEFCC
Tints of Magic Mint #9FEFCC
RGB
CMYK
RGB Variations
Color information
#9FEFCC (or 0x9FEFCC) is known color: Magic Mint. HEX triplet: 9F, EF and CC. RGB value is (159,239,204). Sum of RGB (Red+Green+Blue) = 159+239+204=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFCC is #601033. Grayscale: #D3D3D3. Windows color (decimal): -6295604 or 13430687. OLE color: 13430687.
HSL color Cylindrical-coordinate representation of color #9FEFCC: hue angle of 153.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFCC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 204 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.06 |
| HSL | 153.75º | 0.71% | 0.78% | - |
| HSV(B) | 153.75º | 0.33% | 0.94% | - |
| XYZ | 56.06 | 73.46 | 68.35 | - |
| YUV | 211.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 204 | 0.33 | 0 | 0.15 | 0.06 | 153.75 | 0.71 | 0.78 |
| Hex | 9F | EF | CC | 21 | 0 | F | 6 | 9A | 47 | 4E |
| Octal | 237 | 357 | 314 | 41 | 0 | 17 | 6 | 232 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11001100 | 100001 | 0 | 1111 | 110 | 10011010 | 1000111 | 1001110 |
Color Harmonies of #9FEFCC
Complementary color
Monochromatic Colors of #9FEFCC
Black with #9FEFCC
Text Example
Text Example
White with #9FEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFCC; }
p { color: rgb(159,239,204); }
H1.HeaderClassName
{
color: #9FEFCC;
}
.AnyTagClassName
{
color: #9FEFCC;
}
</style>
background-color css
<style>
a { background-color: #9FEFCC; }
a { background-color: rgb(159,239,204); }
div.DivClassName
{
background-color: #9FEFCC;
}
.BgClassName
{
background-color: #9FEFCC;
}
</style>
border-color css
<style>
span { border-color: #9FEFCC; }
span { border-color: rgb(159,239,204); }
td.TdClassName
{
border-color: #9FEFCC;
}
.TagClassName
{
border-color: #9FEFCC;
}
</style>