Shades of Magic Mint #9AEDC0
Tints of Magic Mint #9AEDC0
RGB
CMYK
RGB Variations
Color information
#9AEDC0 (or 0x9AEDC0) is known color: Magic Mint. HEX triplet: 9A, ED and C0. RGB value is (154,237,192). Sum of RGB (Red+Green+Blue) = 154+237+192=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDC0 is #65123F. Grayscale: #CFCFCF. Windows color (decimal): -6623808 or 12643738. OLE color: 12643738.
HSL color Cylindrical-coordinate representation of color #9AEDC0: hue angle of 147.47º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDC0 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 192 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 147.47º | 0.7% | 0.77% | - |
| HSV(B) | 147.47º | 0.35% | 0.93% | - |
| XYZ | 53.13 | 71.24 | 60.82 | - |
| YUV | 207.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 192 | 0.35 | 0 | 0.19 | 0.07 | 147.47 | 0.7 | 0.77 |
| Hex | 9A | ED | C0 | 23 | 0 | 13 | 7 | 93 | 46 | 4D |
| Octal | 232 | 355 | 300 | 43 | 0 | 23 | 7 | 223 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11000000 | 100011 | 0 | 10011 | 111 | 10010011 | 1000110 | 1001101 |
Color Harmonies of #9AEDC0
Complementary color
Monochromatic Colors of #9AEDC0
Black with #9AEDC0
Text Example
Text Example
White with #9AEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDC0; }
p { color: rgb(154,237,192); }
H1.HeaderClassName
{
color: #9AEDC0;
}
.AnyTagClassName
{
color: #9AEDC0;
}
</style>
background-color css
<style>
a { background-color: #9AEDC0; }
a { background-color: rgb(154,237,192); }
div.DivClassName
{
background-color: #9AEDC0;
}
.BgClassName
{
background-color: #9AEDC0;
}
</style>
border-color css
<style>
span { border-color: #9AEDC0; }
span { border-color: rgb(154,237,192); }
td.TdClassName
{
border-color: #9AEDC0;
}
.TagClassName
{
border-color: #9AEDC0;
}
</style>