Shades of Magic Mint #9DEAC7
Tints of Magic Mint #9DEAC7
RGB
CMYK
RGB Variations
Color information
#9DEAC7 (or 0x9DEAC7) is known color: Magic Mint. HEX triplet: 9D, EA and C7. RGB value is (157,234,199). Sum of RGB (Red+Green+Blue) = 157+234+199=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAC7 is #621538. Grayscale: #CFCFCF. Windows color (decimal): -6427961 or 13101725. OLE color: 13101725.
HSL color Cylindrical-coordinate representation of color #9DEAC7: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAC7 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 199 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.08 |
| HSL | 152.73º | 0.65% | 0.77% | - |
| HSV(B) | 152.73º | 0.33% | 0.92% | - |
| XYZ | 53.64 | 70.14 | 64.74 | - |
| YUV | 206.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 199 | 0.33 | 0 | 0.15 | 0.08 | 152.73 | 0.65 | 0.77 |
| Hex | 9D | EA | C7 | 21 | 0 | F | 8 | 99 | 41 | 4D |
| Octal | 235 | 352 | 307 | 41 | 0 | 17 | 10 | 231 | 101 | 115 |
| Binary | 10011101 | 11101010 | 11000111 | 100001 | 0 | 1111 | 1000 | 10011001 | 1000001 | 1001101 |
Color Harmonies of #9DEAC7
Complementary color
Monochromatic Colors of #9DEAC7
Black with #9DEAC7
Text Example
Text Example
White with #9DEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAC7; }
p { color: rgb(157,234,199); }
H1.HeaderClassName
{
color: #9DEAC7;
}
.AnyTagClassName
{
color: #9DEAC7;
}
</style>
background-color css
<style>
a { background-color: #9DEAC7; }
a { background-color: rgb(157,234,199); }
div.DivClassName
{
background-color: #9DEAC7;
}
.BgClassName
{
background-color: #9DEAC7;
}
</style>
border-color css
<style>
span { border-color: #9DEAC7; }
span { border-color: rgb(157,234,199); }
td.TdClassName
{
border-color: #9DEAC7;
}
.TagClassName
{
border-color: #9DEAC7;
}
</style>