#A5FADA

Color #A5FADA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A5FADA

Tints of Magic Mint #A5FADA

Color information

#A5FADA (or 0xA5FADA) is unknown color: approx 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

RGB165250218-
CMYK0.3400.130.02
HSL157.41º89.47%81.37%-
HSV(B)157.41º34%98.04%-
XYZ62.3681.4378.76-
YUV220.94126.3488.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 26.07%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=26.07%
G=39.49%
B=34.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652502180.3400.130.02157.4189.4781.37
HexA5FADA220D29d5951
Octal245372332420152235131121
Binary10100101111110101101101010001001101101001110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>