Shades of Magic Mint #A5FEC5
Tints of Magic Mint #A5FEC5
RGB
CMYK
RGB Variations
Color information
#A5FEC5 (or 0xA5FEC5) is known color: Magic Mint. HEX triplet: A5, FE and C5. RGB value is (165,254,197). Sum of RGB (Red+Green+Blue) = 165+254+197=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEC5 is #5A013A. Grayscale: #DDDDDD. Windows color (decimal): -5898555 or 12975781. OLE color: 12975781.
HSL color Cylindrical-coordinate representation of color #A5FEC5: hue angle of 141.57º 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 #A5FEC5 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 197 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.00 |
| HSL | 141.57º | 0.98% | 0.82% | - |
| HSV(B) | 141.57º | 0.35% | 1% | - |
| XYZ | 61.04 | 82.91 | 65.61 | - |
| YUV | 220.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 197 | 0.35 | 0 | 0.22 | 0.00 | 141.57 | 0.98 | 0.82 |
| Hex | A5 | FE | C5 | 23 | 0 | 16 | 0 | 8E | 62 | 52 |
| Octal | 245 | 376 | 305 | 43 | 0 | 26 | 0 | 216 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11000101 | 100011 | 0 | 10110 | 0 | 10001110 | 1100010 | 1010010 |
Color Harmonies of #A5FEC5
Complementary color
Monochromatic Colors of #A5FEC5
Black with #A5FEC5
Text Example
Text Example
White with #A5FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEC5; }
p { color: rgb(165,254,197); }
H1.HeaderClassName
{
color: #A5FEC5;
}
.AnyTagClassName
{
color: #A5FEC5;
}
</style>
background-color css
<style>
a { background-color: #A5FEC5; }
a { background-color: rgb(165,254,197); }
div.DivClassName
{
background-color: #A5FEC5;
}
.BgClassName
{
background-color: #A5FEC5;
}
</style>
border-color css
<style>
span { border-color: #A5FEC5; }
span { border-color: rgb(165,254,197); }
td.TdClassName
{
border-color: #A5FEC5;
}
.TagClassName
{
border-color: #A5FEC5;
}
</style>