Shades of Magic Mint #A5FED5
Tints of Magic Mint #A5FED5
RGB
CMYK
RGB Variations
Color information
#A5FED5 (or 0xA5FED5) is known color: Magic Mint. HEX triplet: A5, FE and D5. RGB value is (165,254,213). Sum of RGB (Red+Green+Blue) = 165+254+213=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FED5 is #5A012A. Grayscale: #DEDEDE. Windows color (decimal): -5898539 or 14024357. OLE color: 14024357.
HSL color Cylindrical-coordinate representation of color #A5FED5: hue angle of 152.36º 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 #A5FED5 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 213 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.00 |
| HSL | 152.36º | 0.98% | 0.82% | - |
| HSV(B) | 152.36º | 0.35% | 1% | - |
| XYZ | 62.97 | 83.69 | 75.79 | - |
| YUV | 222.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 213 | 0.35 | 0 | 0.16 | 0.00 | 152.36 | 0.98 | 0.82 |
| Hex | A5 | FE | D5 | 23 | 0 | 10 | 0 | 98 | 62 | 52 |
| Octal | 245 | 376 | 325 | 43 | 0 | 20 | 0 | 230 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11010101 | 100011 | 0 | 10000 | 0 | 10011000 | 1100010 | 1010010 |
Color Harmonies of #A5FED5
Complementary color
Monochromatic Colors of #A5FED5
Black with #A5FED5
Text Example
Text Example
White with #A5FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FED5; }
p { color: rgb(165,254,213); }
H1.HeaderClassName
{
color: #A5FED5;
}
.AnyTagClassName
{
color: #A5FED5;
}
</style>
background-color css
<style>
a { background-color: #A5FED5; }
a { background-color: rgb(165,254,213); }
div.DivClassName
{
background-color: #A5FED5;
}
.BgClassName
{
background-color: #A5FED5;
}
</style>
border-color css
<style>
span { border-color: #A5FED5; }
span { border-color: rgb(165,254,213); }
td.TdClassName
{
border-color: #A5FED5;
}
.TagClassName
{
border-color: #A5FED5;
}
</style>