Shades of Magic Mint #9AEDC5
Tints of Magic Mint #9AEDC5
RGB
CMYK
RGB Variations
Color information
#9AEDC5 (or 0x9AEDC5) is known color: Magic Mint. HEX triplet: 9A, ED and C5. RGB value is (154,237,197). Sum of RGB (Red+Green+Blue) = 154+237+197=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDC5 is #65123A. Grayscale: #CFCFCF. Windows color (decimal): -6623803 or 12971418. OLE color: 12971418.
HSL color Cylindrical-coordinate representation of color #9AEDC5: hue angle of 151.08º 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 #9AEDC5 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 197 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.07 |
| HSL | 151.08º | 0.7% | 0.77% | - |
| HSV(B) | 151.08º | 0.35% | 0.93% | - |
| XYZ | 53.69 | 71.47 | 63.79 | - |
| YUV | 207.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 197 | 0.35 | 0 | 0.17 | 0.07 | 151.08 | 0.7 | 0.77 |
| Hex | 9A | ED | C5 | 23 | 0 | 11 | 7 | 97 | 46 | 4D |
| Octal | 232 | 355 | 305 | 43 | 0 | 21 | 7 | 227 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11000101 | 100011 | 0 | 10001 | 111 | 10010111 | 1000110 | 1001101 |
Color Harmonies of #9AEDC5
Complementary color
Monochromatic Colors of #9AEDC5
Black with #9AEDC5
Text Example
Text Example
White with #9AEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDC5; }
p { color: rgb(154,237,197); }
H1.HeaderClassName
{
color: #9AEDC5;
}
.AnyTagClassName
{
color: #9AEDC5;
}
</style>
background-color css
<style>
a { background-color: #9AEDC5; }
a { background-color: rgb(154,237,197); }
div.DivClassName
{
background-color: #9AEDC5;
}
.BgClassName
{
background-color: #9AEDC5;
}
</style>
border-color css
<style>
span { border-color: #9AEDC5; }
span { border-color: rgb(154,237,197); }
td.TdClassName
{
border-color: #9AEDC5;
}
.TagClassName
{
border-color: #9AEDC5;
}
</style>