#A5FAD9

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

Shades of Magic Mint #A5FAD9

Tints of Magic Mint #A5FAD9

Color information

#A5FAD9 (or 0xA5FAD9) is unknown color: approx Magic Mint. HEX triplet: A5, FA and D9. RGB value is (165,250,217). Sum of RGB (Red+Green+Blue) = 165+250+217=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAD9 is #5A0526. Grayscale: #DCDCDC. Windows color (decimal): -5899559 or 14285477. OLE color: 14285477.

HSL color Cylindrical-coordinate representation of color #A5FAD9: hue angle of 156.71º 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 #A5FAD9 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB165250217-
CMYK0.3400.130.02
HSL156.71º89.47%81.37%-
HSV(B)156.71º34%98.04%-
XYZ62.2381.3878.07-
YUV220.82125.8488.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.11%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=26.11%
G=39.56%
B=34.34%

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
Decimal1652502170.3400.130.02156.7189.4781.37
HexA5FAD9220D29d5951
Octal245372331420152235131121
Binary10100101111110101101100110001001101101001110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAD9; }

 p { color: rgb(165,250,217); }

 H1.HeaderClassName
 {
   color: #A5FAD9;
 }
 .AnyTagClassName
 {
   color: #A5FAD9;
 }
</style>
background-color css

<style>
 a { background-color: #A5FAD9; }

 a { background-color: rgb(165,250,217); }

 div.DivClassName
 {
   background-color: #A5FAD9;
 }
 .BgClassName
 {
   background-color: #A5FAD9;
 }
</style>
border-color css

<style>
 span { border-color: #A5FAD9; }

 span { border-color: rgb(165,250,217); }

 td.TdClassName
 {
   border-color: #A5FAD9;
 }
 .TagClassName
 {
   border-color: #A5FAD9;
 }
</style>