Shades of Magic Mint #9FE5CD
Tints of Magic Mint #9FE5CD
RGB
CMYK
RGB Variations
Color information
#9FE5CD (or 0x9FE5CD) is known color: Magic Mint. HEX triplet: 9F, E5 and CD. RGB value is (159,229,205). Sum of RGB (Red+Green+Blue) = 159+229+205=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5CD is #601A32. Grayscale: #CDCDCD. Windows color (decimal): -6298163 or 13493663. OLE color: 13493663.
HSL color Cylindrical-coordinate representation of color #9FE5CD: hue angle of 159.43º 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 #9FE5CD is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 205 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.10 |
| HSL | 159.43º | 0.57% | 0.76% | - |
| HSV(B) | 159.43º | 0.31% | 0.9% | - |
| XYZ | 53.34 | 67.82 | 68.04 | - |
| YUV | 205.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 205 | 0.31 | 0 | 0.10 | 0.10 | 159.43 | 0.57 | 0.76 |
| Hex | 9F | E5 | CD | 1F | 0 | A | A | 9F | 39 | 4C |
| Octal | 237 | 345 | 315 | 37 | 0 | 12 | 12 | 237 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11001101 | 11111 | 0 | 1010 | 1010 | 10011111 | 111001 | 1001100 |
Color Harmonies of #9FE5CD
Complementary color
Monochromatic Colors of #9FE5CD
Black with #9FE5CD
Text Example
Text Example
White with #9FE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5CD; }
p { color: rgb(159,229,205); }
H1.HeaderClassName
{
color: #9FE5CD;
}
.AnyTagClassName
{
color: #9FE5CD;
}
</style>
background-color css
<style>
a { background-color: #9FE5CD; }
a { background-color: rgb(159,229,205); }
div.DivClassName
{
background-color: #9FE5CD;
}
.BgClassName
{
background-color: #9FE5CD;
}
</style>
border-color css
<style>
span { border-color: #9FE5CD; }
span { border-color: rgb(159,229,205); }
td.TdClassName
{
border-color: #9FE5CD;
}
.TagClassName
{
border-color: #9FE5CD;
}
</style>