Shades of Magic Mint #A5EABF
Tints of Magic Mint #A5EABF
RGB
CMYK
RGB Variations
Color information
#A5EABF (or 0xA5EABF) is known color: Magic Mint. HEX triplet: A5, EA and BF. RGB value is (165,234,191). Sum of RGB (Red+Green+Blue) = 165+234+191=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EABF is #5A1540. Grayscale: #D0D0D0. Windows color (decimal): -5903681 or 12577445. OLE color: 12577445.
HSL color Cylindrical-coordinate representation of color #A5EABF: hue angle of 142.61º 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 #A5EABF is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 191 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.08 |
| HSL | 142.61º | 0.62% | 0.78% | - |
| HSV(B) | 142.61º | 0.29% | 0.92% | - |
| XYZ | 54.34 | 70.61 | 60.05 | - |
| YUV | 208.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 191 | 0.29 | 0 | 0.18 | 0.08 | 142.61 | 0.62 | 0.78 |
| Hex | A5 | EA | BF | 1D | 0 | 12 | 8 | 8F | 3E | 4E |
| Octal | 245 | 352 | 277 | 35 | 0 | 22 | 10 | 217 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10111111 | 11101 | 0 | 10010 | 1000 | 10001111 | 111110 | 1001110 |
Color Harmonies of #A5EABF
Complementary color
Monochromatic Colors of #A5EABF
Black with #A5EABF
Text Example
Text Example
White with #A5EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EABF; }
p { color: rgb(165,234,191); }
H1.HeaderClassName
{
color: #A5EABF;
}
.AnyTagClassName
{
color: #A5EABF;
}
</style>
background-color css
<style>
a { background-color: #A5EABF; }
a { background-color: rgb(165,234,191); }
div.DivClassName
{
background-color: #A5EABF;
}
.BgClassName
{
background-color: #A5EABF;
}
</style>
border-color css
<style>
span { border-color: #A5EABF; }
span { border-color: rgb(165,234,191); }
td.TdClassName
{
border-color: #A5EABF;
}
.TagClassName
{
border-color: #A5EABF;
}
</style>