#A5FAD4

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

Shades of Magic Mint #A5FAD4

Tints of Magic Mint #A5FAD4

Color information

#A5FAD4 (or 0xA5FAD4) is unknown color: approx Magic Mint. HEX triplet: A5, FA and D4. RGB value is (165,250,212). Sum of RGB (Red+Green+Blue) = 165+250+212=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAD4 is #5A052B. Grayscale: #DCDCDC. Windows color (decimal): -5899564 or 13957797. OLE color: 13957797.

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

Color convert

RGB165250212-
CMYK0.3400.150.02
HSL153.18º89.47%81.37%-
HSV(B)153.18º34%98.04%-
XYZ61.5981.1274.7-
YUV220.25123.3488.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=26.32%
G=39.87%
B=33.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652502120.3400.150.02153.1889.4781.37
HexA5FAD4220F2995951
Octal245372324420172231131121
Binary10100101111110101101010010001001111101001100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAD4; }

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

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

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

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

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

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

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

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