Shades of Magic Mint #A5EAC0
Tints of Magic Mint #A5EAC0
RGB
CMYK
RGB Variations
Color information
#A5EAC0 (or 0xA5EAC0) is known color: Magic Mint. HEX triplet: A5, EA and C0. RGB value is (165,234,192). Sum of RGB (Red+Green+Blue) = 165+234+192=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAC0 is #5A153F. Grayscale: #D0D0D0. Windows color (decimal): -5903680 or 12642981. OLE color: 12642981.
HSL color Cylindrical-coordinate representation of color #A5EAC0: hue angle of 143.48º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAC0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 192 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.08 |
| HSL | 143.48º | 0.62% | 0.78% | - |
| HSV(B) | 143.48º | 0.29% | 0.92% | - |
| XYZ | 54.45 | 70.65 | 60.64 | - |
| YUV | 208.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 192 | 0.29 | 0 | 0.18 | 0.08 | 143.48 | 0.62 | 0.78 |
| Hex | A5 | EA | C0 | 1D | 0 | 12 | 8 | 8F | 3E | 4E |
| Octal | 245 | 352 | 300 | 35 | 0 | 22 | 10 | 217 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11000000 | 11101 | 0 | 10010 | 1000 | 10001111 | 111110 | 1001110 |
Color Harmonies of #A5EAC0
Complementary color
Monochromatic Colors of #A5EAC0
Black with #A5EAC0
Text Example
Text Example
White with #A5EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAC0; }
p { color: rgb(165,234,192); }
H1.HeaderClassName
{
color: #A5EAC0;
}
.AnyTagClassName
{
color: #A5EAC0;
}
</style>
background-color css
<style>
a { background-color: #A5EAC0; }
a { background-color: rgb(165,234,192); }
div.DivClassName
{
background-color: #A5EAC0;
}
.BgClassName
{
background-color: #A5EAC0;
}
</style>
border-color css
<style>
span { border-color: #A5EAC0; }
span { border-color: rgb(165,234,192); }
td.TdClassName
{
border-color: #A5EAC0;
}
.TagClassName
{
border-color: #A5EAC0;
}
</style>