Shades of Magic Mint #A5FADA
Tints of Magic Mint #A5FADA
RGB
CMYK
RGB Variations
Color information
#A5FADA (or 0xA5FADA) is known color: Magic Mint. HEX triplet: A5, FA and DA. RGB value is (165,250,218). Sum of RGB (Red+Green+Blue) = 165+250+218=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FADA is #5A0525. Grayscale: #DCDCDC. Windows color (decimal): -5899558 or 14351013. OLE color: 14351013.
HSL color Cylindrical-coordinate representation of color #A5FADA: hue angle of 157.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FADA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 218 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.02 |
| HSL | 157.41º | 0.89% | 0.81% | - |
| HSV(B) | 157.41º | 0.34% | 0.98% | - |
| XYZ | 62.36 | 81.43 | 78.76 | - |
| YUV | 220.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 218 | 0.34 | 0 | 0.13 | 0.02 | 157.41 | 0.89 | 0.81 |
| Hex | A5 | FA | DA | 22 | 0 | D | 2 | 9D | 59 | 51 |
| Octal | 245 | 372 | 332 | 42 | 0 | 15 | 2 | 235 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11011010 | 100010 | 0 | 1101 | 10 | 10011101 | 1011001 | 1010001 |
Color Harmonies of #A5FADA
Complementary color
Monochromatic Colors of #A5FADA
Black with #A5FADA
Text Example
Text Example
White with #A5FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FADA; }
p { color: rgb(165,250,218); }
H1.HeaderClassName
{
color: #A5FADA;
}
.AnyTagClassName
{
color: #A5FADA;
}
</style>
background-color css
<style>
a { background-color: #A5FADA; }
a { background-color: rgb(165,250,218); }
div.DivClassName
{
background-color: #A5FADA;
}
.BgClassName
{
background-color: #A5FADA;
}
</style>
border-color css
<style>
span { border-color: #A5FADA; }
span { border-color: rgb(165,250,218); }
td.TdClassName
{
border-color: #A5FADA;
}
.TagClassName
{
border-color: #A5FADA;
}
</style>