Shades of Magic Mint #A5FEDA
Tints of Magic Mint #A5FEDA
RGB
CMYK
RGB Variations
Color information
#A5FEDA (or 0xA5FEDA) is known color: Magic Mint. HEX triplet: A5, FE and DA. RGB value is (165,254,218). Sum of RGB (Red+Green+Blue) = 165+254+218=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEDA is #5A0125. Grayscale: #DFDFDF. Windows color (decimal): -5898534 or 14352037. OLE color: 14352037.
HSL color Cylindrical-coordinate representation of color #A5FEDA: hue angle of 155.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEDA is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 218 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.00 |
| HSL | 155.73º | 0.98% | 0.82% | - |
| HSV(B) | 155.73º | 0.35% | 1% | - |
| XYZ | 63.61 | 83.94 | 79.18 | - |
| YUV | 223.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 218 | 0.35 | 0 | 0.14 | 0.00 | 155.73 | 0.98 | 0.82 |
| Hex | A5 | FE | DA | 23 | 0 | E | 0 | 9C | 62 | 52 |
| Octal | 245 | 376 | 332 | 43 | 0 | 16 | 0 | 234 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11011010 | 100011 | 0 | 1110 | 0 | 10011100 | 1100010 | 1010010 |
Color Harmonies of #A5FEDA
Complementary color
Monochromatic Colors of #A5FEDA
Black with #A5FEDA
Text Example
Text Example
White with #A5FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEDA; }
p { color: rgb(165,254,218); }
H1.HeaderClassName
{
color: #A5FEDA;
}
.AnyTagClassName
{
color: #A5FEDA;
}
</style>
background-color css
<style>
a { background-color: #A5FEDA; }
a { background-color: rgb(165,254,218); }
div.DivClassName
{
background-color: #A5FEDA;
}
.BgClassName
{
background-color: #A5FEDA;
}
</style>
border-color css
<style>
span { border-color: #A5FEDA; }
span { border-color: rgb(165,254,218); }
td.TdClassName
{
border-color: #A5FEDA;
}
.TagClassName
{
border-color: #A5FEDA;
}
</style>