Shades of Magic Mint #A5FED1
Tints of Magic Mint #A5FED1
RGB
CMYK
RGB Variations
Color information
#A5FED1 (or 0xA5FED1) is known color: Magic Mint. HEX triplet: A5, FE and D1. RGB value is (165,254,209). Sum of RGB (Red+Green+Blue) = 165+254+209=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FED1 is #5A012E. Grayscale: #DEDEDE. Windows color (decimal): -5898543 or 13762213. OLE color: 13762213.
HSL color Cylindrical-coordinate representation of color #A5FED1: hue angle of 149.66º 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 #A5FED1 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 209 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.00 |
| HSL | 149.66º | 0.98% | 0.82% | - |
| HSV(B) | 149.66º | 0.35% | 1% | - |
| XYZ | 62.47 | 83.49 | 73.14 | - |
| YUV | 222.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 209 | 0.35 | 0 | 0.18 | 0.00 | 149.66 | 0.98 | 0.82 |
| Hex | A5 | FE | D1 | 23 | 0 | 12 | 0 | 96 | 62 | 52 |
| Octal | 245 | 376 | 321 | 43 | 0 | 22 | 0 | 226 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11010001 | 100011 | 0 | 10010 | 0 | 10010110 | 1100010 | 1010010 |
Color Harmonies of #A5FED1
Complementary color
Monochromatic Colors of #A5FED1
Black with #A5FED1
Text Example
Text Example
White with #A5FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FED1; }
p { color: rgb(165,254,209); }
H1.HeaderClassName
{
color: #A5FED1;
}
.AnyTagClassName
{
color: #A5FED1;
}
</style>
background-color css
<style>
a { background-color: #A5FED1; }
a { background-color: rgb(165,254,209); }
div.DivClassName
{
background-color: #A5FED1;
}
.BgClassName
{
background-color: #A5FED1;
}
</style>
border-color css
<style>
span { border-color: #A5FED1; }
span { border-color: rgb(165,254,209); }
td.TdClassName
{
border-color: #A5FED1;
}
.TagClassName
{
border-color: #A5FED1;
}
</style>