Shades of Magic Mint #9FEECE
Tints of Magic Mint #9FEECE
RGB
CMYK
RGB Variations
Color information
#9FEECE (or 0x9FEECE) is known color: Magic Mint. HEX triplet: 9F, EE and CE. RGB value is (159,238,206). Sum of RGB (Red+Green+Blue) = 159+238+206=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEECE is #601131. Grayscale: #D2D2D2. Windows color (decimal): -6295858 or 13561503. OLE color: 13561503.
HSL color Cylindrical-coordinate representation of color #9FEECE: hue angle of 155.7º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEECE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 206 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.07 |
| HSL | 155.7º | 0.7% | 0.78% | - |
| HSV(B) | 155.7º | 0.33% | 0.93% | - |
| XYZ | 56.01 | 72.98 | 69.53 | - |
| YUV | 210.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 206 | 0.33 | 0 | 0.13 | 0.07 | 155.7 | 0.7 | 0.78 |
| Hex | 9F | EE | CE | 21 | 0 | D | 7 | 9C | 46 | 4E |
| Octal | 237 | 356 | 316 | 41 | 0 | 15 | 7 | 234 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11001110 | 100001 | 0 | 1101 | 111 | 10011100 | 1000110 | 1001110 |
Color Harmonies of #9FEECE
Complementary color
Monochromatic Colors of #9FEECE
Black with #9FEECE
Text Example
Text Example
White with #9FEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEECE; }
p { color: rgb(159,238,206); }
H1.HeaderClassName
{
color: #9FEECE;
}
.AnyTagClassName
{
color: #9FEECE;
}
</style>
background-color css
<style>
a { background-color: #9FEECE; }
a { background-color: rgb(159,238,206); }
div.DivClassName
{
background-color: #9FEECE;
}
.BgClassName
{
background-color: #9FEECE;
}
</style>
border-color css
<style>
span { border-color: #9FEECE; }
span { border-color: rgb(159,238,206); }
td.TdClassName
{
border-color: #9FEECE;
}
.TagClassName
{
border-color: #9FEECE;
}
</style>