Shades of Magic Mint #9DEAC9
Tints of Magic Mint #9DEAC9
RGB
CMYK
RGB Variations
Color information
#9DEAC9 (or 0x9DEAC9) is known color: Magic Mint. HEX triplet: 9D, EA and C9. RGB value is (157,234,201). Sum of RGB (Red+Green+Blue) = 157+234+201=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAC9 is #621536. Grayscale: #CFCFCF. Windows color (decimal): -6427959 or 13232797. OLE color: 13232797.
HSL color Cylindrical-coordinate representation of color #9DEAC9: hue angle of 154.29º 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 #9DEAC9 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 201 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.08 |
| HSL | 154.29º | 0.65% | 0.77% | - |
| HSV(B) | 154.29º | 0.33% | 0.92% | - |
| XYZ | 53.87 | 70.23 | 65.97 | - |
| YUV | 207.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 201 | 0.33 | 0 | 0.14 | 0.08 | 154.29 | 0.65 | 0.77 |
| Hex | 9D | EA | C9 | 21 | 0 | E | 8 | 9A | 41 | 4D |
| Octal | 235 | 352 | 311 | 41 | 0 | 16 | 10 | 232 | 101 | 115 |
| Binary | 10011101 | 11101010 | 11001001 | 100001 | 0 | 1110 | 1000 | 10011010 | 1000001 | 1001101 |
Color Harmonies of #9DEAC9
Complementary color
Monochromatic Colors of #9DEAC9
Black with #9DEAC9
Text Example
Text Example
White with #9DEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAC9; }
p { color: rgb(157,234,201); }
H1.HeaderClassName
{
color: #9DEAC9;
}
.AnyTagClassName
{
color: #9DEAC9;
}
</style>
background-color css
<style>
a { background-color: #9DEAC9; }
a { background-color: rgb(157,234,201); }
div.DivClassName
{
background-color: #9DEAC9;
}
.BgClassName
{
background-color: #9DEAC9;
}
</style>
border-color css
<style>
span { border-color: #9DEAC9; }
span { border-color: rgb(157,234,201); }
td.TdClassName
{
border-color: #9DEAC9;
}
.TagClassName
{
border-color: #9DEAC9;
}
</style>