Shades of Magic Mint #A5FFDA
Tints of Magic Mint #A5FFDA
RGB
CMYK
RGB Variations
Color information
#A5FFDA (or 0xA5FFDA) is known color: Magic Mint. HEX triplet: A5, FF and DA. RGB value is (165,255,218). Sum of RGB (Red+Green+Blue) = 165+255+218=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFDA is #5A0025. Grayscale: #DFDFDF. Windows color (decimal): -5898278 or 14352293. OLE color: 14352293.
HSL color Cylindrical-coordinate representation of color #A5FFDA: hue angle of 155.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFDA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 218 | - |
| CMYK | 0.35 | 0 | 0.15 | 0 |
| HSL | 155.33º | 1% | 0.82% | - |
| HSV(B) | 155.33º | 0.35% | 1% | - |
| XYZ | 63.93 | 84.58 | 79.29 | - |
| YUV | 223.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 218 | 0.35 | 0 | 0.15 | 0 | 155.33 | 1 | 0.82 |
| Hex | A5 | FF | DA | 23 | 0 | F | 0 | 9B | 64 | 52 |
| Octal | 245 | 377 | 332 | 43 | 0 | 17 | 0 | 233 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11011010 | 100011 | 0 | 1111 | 0 | 10011011 | 1100100 | 1010010 |
Color Harmonies of #A5FFDA
Complementary color
Monochromatic Colors of #A5FFDA
Black with #A5FFDA
Text Example
Text Example
White with #A5FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFDA; }
p { color: rgb(165,255,218); }
H1.HeaderClassName
{
color: #A5FFDA;
}
.AnyTagClassName
{
color: #A5FFDA;
}
</style>
background-color css
<style>
a { background-color: #A5FFDA; }
a { background-color: rgb(165,255,218); }
div.DivClassName
{
background-color: #A5FFDA;
}
.BgClassName
{
background-color: #A5FFDA;
}
</style>
border-color css
<style>
span { border-color: #A5FFDA; }
span { border-color: rgb(165,255,218); }
td.TdClassName
{
border-color: #A5FFDA;
}
.TagClassName
{
border-color: #A5FFDA;
}
</style>