Shades of Magic Mint #A5FED4
Tints of Magic Mint #A5FED4
RGB
CMYK
RGB Variations
Color information
#A5FED4 (or 0xA5FED4) is known color: Magic Mint. HEX triplet: A5, FE and D4. RGB value is (165,254,212). Sum of RGB (Red+Green+Blue) = 165+254+212=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FED4 is #5A012B. Grayscale: #DEDEDE. Windows color (decimal): -5898540 or 13958821. OLE color: 13958821.
HSL color Cylindrical-coordinate representation of color #A5FED4: hue angle of 151.69º 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 #A5FED4 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 212 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.00 |
| HSL | 151.69º | 0.98% | 0.82% | - |
| HSV(B) | 151.69º | 0.35% | 1% | - |
| XYZ | 62.84 | 83.64 | 75.12 | - |
| YUV | 222.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 212 | 0.35 | 0 | 0.17 | 0.00 | 151.69 | 0.98 | 0.82 |
| Hex | A5 | FE | D4 | 23 | 0 | 11 | 0 | 98 | 62 | 52 |
| Octal | 245 | 376 | 324 | 43 | 0 | 21 | 0 | 230 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11010100 | 100011 | 0 | 10001 | 0 | 10011000 | 1100010 | 1010010 |
Color Harmonies of #A5FED4
Complementary color
Monochromatic Colors of #A5FED4
Black with #A5FED4
Text Example
Text Example
White with #A5FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FED4; }
p { color: rgb(165,254,212); }
H1.HeaderClassName
{
color: #A5FED4;
}
.AnyTagClassName
{
color: #A5FED4;
}
</style>
background-color css
<style>
a { background-color: #A5FED4; }
a { background-color: rgb(165,254,212); }
div.DivClassName
{
background-color: #A5FED4;
}
.BgClassName
{
background-color: #A5FED4;
}
</style>
border-color css
<style>
span { border-color: #A5FED4; }
span { border-color: rgb(165,254,212); }
td.TdClassName
{
border-color: #A5FED4;
}
.TagClassName
{
border-color: #A5FED4;
}
</style>