Shades of Magic Mint #A5E9C7
Tints of Magic Mint #A5E9C7
RGB
CMYK
RGB Variations
Color information
#A5E9C7 (or 0xA5E9C7) is known color: Magic Mint. HEX triplet: A5, E9 and C7. RGB value is (165,233,199). Sum of RGB (Red+Green+Blue) = 165+233+199=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9C7 is #5A1638. Grayscale: #D0D0D0. Windows color (decimal): -5903929 or 13101477. OLE color: 13101477.
HSL color Cylindrical-coordinate representation of color #A5E9C7: hue angle of 150º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9C7 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 199 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.09 |
| HSL | 150º | 0.61% | 0.78% | - |
| HSV(B) | 150º | 0.29% | 0.91% | - |
| XYZ | 54.96 | 70.4 | 64.72 | - |
| YUV | 208.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 199 | 0.29 | 0 | 0.15 | 0.09 | 150 | 0.61 | 0.78 |
| Hex | A5 | E9 | C7 | 1D | 0 | F | 9 | 96 | 3D | 4E |
| Octal | 245 | 351 | 307 | 35 | 0 | 17 | 11 | 226 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11000111 | 11101 | 0 | 1111 | 1001 | 10010110 | 111101 | 1001110 |
Color Harmonies of #A5E9C7
Complementary color
Monochromatic Colors of #A5E9C7
Black with #A5E9C7
Text Example
Text Example
White with #A5E9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9C7; }
p { color: rgb(165,233,199); }
H1.HeaderClassName
{
color: #A5E9C7;
}
.AnyTagClassName
{
color: #A5E9C7;
}
</style>
background-color css
<style>
a { background-color: #A5E9C7; }
a { background-color: rgb(165,233,199); }
div.DivClassName
{
background-color: #A5E9C7;
}
.BgClassName
{
background-color: #A5E9C7;
}
</style>
border-color css
<style>
span { border-color: #A5E9C7; }
span { border-color: rgb(165,233,199); }
td.TdClassName
{
border-color: #A5E9C7;
}
.TagClassName
{
border-color: #A5E9C7;
}
</style>