#A5FAC6

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

Shades of Magic Mint #A5FAC6

Tints of Magic Mint #A5FAC6

Color information

#A5FAC6 (or 0xA5FAC6) is unknown color: approx Magic Mint. HEX triplet: A5, FA and C6. RGB value is (165,250,198). Sum of RGB (Red+Green+Blue) = 165+250+198=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAC6 is #5A0539. Grayscale: #DADADA. Windows color (decimal): -5899578 or 13040293. OLE color: 13040293.

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

Color convert

RGB165250198-
CMYK0.3400.210.02
HSL143.29º89.47%81.37%-
HSV(B)143.29º34%98.04%-
XYZ59.980.4565.8-
YUV218.66116.3489.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=26.92%
G=40.78%
B=32.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652501980.3400.210.02143.2989.4781.37
HexA5FAC62201528f5951
Octal245372306420252217131121
Binary101001011111101011000110100010010101101000111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAC6; }

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

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

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

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

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

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

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

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